xbomber

Results 7 comments of xbomber

I found a solution for arm-rpi-4.9.3-linux-gnueabihf. - I modified qtbase/mkspecs/devices/linux-rasp-pi-g++/qmake.conf adding this lines just afeter first include: ``` INCLUDEPATH += $$[QT_SYSROOT]/usr/include/arm-linux-gnueabihf INCLUDEPATH += $$[QT_SYSROOT]/opt/vc/include INCLUDEPATH += $$[QT_SYSROOT]/opt/vc/include/interface/vcos INCLUDEPATH += $$[QT_SYSROOT]/opt/vc/include/interface/vcos/pthreads...

I tried also your module in 6.12.33 but it bring me to Error Code 43. I passed also IntelGopDriver.efi extracted from dell BIOS update.

Tank you I see SR-IOV enabled in ``` static const struct xe_device_desc bmg_desc = { DGFX_FEATURES, PLATFORM(BATTLEMAGE), .dma_mask_size = 46, .has_display = true, .has_sriov = true, .has_fan_control = true, .has_heci_cscfi...

Modified to compile with sriov. I made a lillte patch. VF is working, but error code 43 still there! :-( Memory integrity check in VM W11 is disabled. Hyper-V is...

Investigating a little bit more... In a Lubuntu guest: root@lubuntu:/home/lubuntu# sudo devmem2 0x800000100 sudo devmem2 0x800000208 sudo devmem2 0x800003000 /dev/mem opened. Memory mapped at address 0x73caffa43000. Value at address 0x100...

> hello, could you tell me how to get `/var/lib/libvirt/roms/IntelGopDriver.efi` this file? Hello! I created a VENV in phyton3 intalled BIOSUTILS: ``` python -m pip install --upgrade "git+https://github.com/platomav/BIOSUtilities.git" ``` created...

Thankyou very much @owaindjones > I have a 265H laptop with the Arc 140T as well - I've got Win 11 guest working with qemu 9.2.4/libvirt 11.0.0 in Fedora 42...