kvm-guest-drivers-windows icon indicating copy to clipboard operation
kvm-guest-drivers-windows copied to clipboard

Unknown ACPI Devices (no drivers for Windows 11 ARM64)

Open excelsi opened this issue 4 years ago • 7 comments

Under Windows 11 ARM64 i have a lot of ACPI Devices with no drivers:

image

Would be nice to have there Qemu Virtio Drivers for these ACPI Devices. Thanks!

excelsi avatar Jul 05 '21 19:07 excelsi

Currently, we only support virtio-pci devices and not virtio-mmio devices.

What's the platform you are using?

YanVugenfirer avatar Jul 06 '21 07:07 YanVugenfirer

Im using Qemu 6 on Windows with this VM Config:

"C:\Program Files\qemu\qemu-system-aarch64.exe" ^ -M virt,virtualization=true ^ -accel tcg,thread=multi ^ -cpu cortex-a57 ^ -smp 2 ^ -m 4G ^ -bios "C:\Program Files\qemu\share\edk2-aarch64-code.fd" ^ -device ramfb ^ -device qemu-xhci ^ -device usb-kbd ^ -device usb-tablet ^ -netdev user,id=net0,hostfwd=tcp::5555-:3389 -device virtio-net,netdev=net0,disable-legacy=on ^ -drive file=E:\VM\Qemu\sys.qcow2,if=virtio

excelsi avatar Jul 06 '21 09:07 excelsi

Currently im using a special patched version of Qemu 6 since there was a Bug running Windows ARM64 VM in the orginally released Version: https://gitlab.com/qemu-project/qemu/-/issues/367

excelsi avatar Jul 06 '21 09:07 excelsi

If you are using QEMU, try to use virt machine type. Check the thread on how other people managed to ran Windows with virtio-net drivers.

YanVugenfirer avatar Jul 06 '21 09:07 YanVugenfirer

is this Option "-M virt" the Virt Machine Type...? The other devices like storage and network are running fine with the provided drivers.

excelsi avatar Jul 06 '21 09:07 excelsi

It's not cirtical for me to get the drivers for the ACPI Devices only want to mention that what i have seen ;-)

excelsi avatar Jul 06 '21 09:07 excelsi

Yes. "-M".

YanVugenfirer avatar Jul 06 '21 09:07 YanVugenfirer