VirtualBox

Changeset 86126 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Sep 15, 2020 10:58:42 AM (4 years ago)
Author:
vboxsync
Message:

Runtime/linux/ioqueue-iouringfile-provider: Fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/linux/ioqueue-iouringfile-provider.cpp

    r84333 r86126  
    8989#define LNX_IOURING_SYSCALL_REGISTER  427
    9090/** eventfd2() syscall not associated with io_uring but used for kicking waiters. */
    91 #define LNX_SYSCALL_EVENTFD2           19
     91#define LNX_SYSCALL_EVENTFD2          290
    9292
    9393
     
    772772    pSqe->u64OffStart     = off;
    773773    pSqe->u64AddrBufIoVec = (uint64_t)(uintptr_t)pIoVec;
     774    pSqe->u32BufIoVecSz   = 1;
    774775    pSqe->u64User         = (uint64_t)(uintptr_t)pvUser;
    775776
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette