qCUDA icon indicating copy to clipboard operation
qCUDA copied to clipboard

qCUDA: GPGPU Virtualization at a New API Remoting Method with Para-virtualization

Results 4 qCUDA issues
Sort by recently updated
recently updated
newest added

I want to hook guest cuda api on windows and transform them to host linux. Does it support hook cuda on windows?

I am trying to "make" the "qcu-driver", it throws me below error ``` vm2@vm2:~/test_appl/src/qCUDA-master/qcu-driver$ make i [sudo] password for vm2: sudo rmmod qcuda sudo dmesg -C sudo insmod qcuda.ko sudo...

# Description The function qcow_make_empty() contains an integer overflow vulnerability (CWE-190) due to unsafe 32-bit multiplication when calculating the L1 table size. The calculation s->l1_size * sizeof(uint64_t) uses: https://github.com/coldfunction/qCUDA/blob/6af1d2d6570edf36220dbd20c607bf7771fdd663/qcu-device/block/qcow.c#L878 l1_size...