Hi, I have an AIO asus v161 with n4020, and I'm trying to accomplish 2 things.
https://pastebin.com/BzxGQxqx
- IGPU UHD600 passthru to windows 10 VM, so I can
- Attach the built-in monitor (it's an AIO) to that VM
The vga is already tied to vfiokvm: -device vfio-pci,host=0000:00:02.0,id=hostpci0,bus=ich9-pcie-port-1,addr=0x0,x-vga=on: vfio 0000:00:02.0: error getting device from group 1: Invalid argument Verify all devices in group 1 are bound to vfio-<bus> or pci-stub and not already in use TASK ERROR: start failed: QEMU exited with code 1
nano /etc/modprobe.d/blacklist.conf content :00:02.0 VGA compatible controller: Intel Corporation GeminiLake [UHD Graphics 600] (rev 06) (prog-if 00 [VGA controller]) DeviceName: VGA Subsystem: ASUSTeK Computer Inc. UHD Graphics 605 Flags: fast devsel, IRQ 19, IOMMU group 1 Memory at a0000000 (64-bit, non-prefetchable) [size=16M] Memory at 90000000 (64-bit, prefetchable) [size=256M] I/O ports at f000 [size=64] Expansion ROM at 000c0000 [virtual] [disabled] [size=128K] Capabilities: [40] Vendor Specific Information: Len=0c <?> Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00 Capabilities: [ac] MSI: Enable- Count=1/1 Maskable- 64bit- Capabilities: [d0] Power Management version 2 Capabilities: [100] Process Address Space ID (PASID) Capabilities: [200] Address Translation Service (ATS) Capabilities: [300] Page Request Interface (PRI) Kernel driver in use: vfio-pci Kernel modules: i915
dmesg :blacklist intel
blacklist radeon
blacklist snd_hda_intel
blacklist i915
blacklist snd_hda_codec_hdmi
blacklist noveau
https://pastebin.com/BzxGQxqx