Bug checklist for AEHD
just an anticipatory checklist bug
Host environment
- Operating system: Windows 10/Windows11
- OS/kernel version: >=22H2
- Architecture: x86_64
- QEMU flavor: qemu-system-x86_64
- QEMU version: >=8.1
- QEMU command line:
./qemu-system-x86_64 -M q35 -m 4096 -accel aehd
Emulated/Virtualized environment
NA
Description of problem
There was a discussion on qemu-devel about addition of a new hypervisor, which is essentially a rewrite of linux/kvm, but for windows
- 202303002 Haito Shan [PATCH 0/6] Adding the Android Emulator hypervisor driver accelerator
https://lore.kernel.org/qemu-devel/CAGD3tSzW1QoAsn+uGjoAkBegLt1iZ=9YWDFcvqbcHMr0S_5kVw@mail.gmail.com/
If the new hypervisor AEHD does not support these, then each of the below may automatically qualify as a feature catchup bug
- Nested Virtualization
- virtio-GPU/virgl/OpenGL/venus
- Vulkan passthrough
- Xen emulation on KVM ( a feature also currently under development)
20230302 phase1-qemu-8.0 [PULL 00/62] i386, misc changes for QEMU 8.0 soft freeze
20230307 phase2-qemu-8.0 [PATCH v2 00/27] Enable PV backends with Xen/KVM emulation - Migration
- others??
perhaps also document if known for certain that there is no intention to catchup to a particular feature.
Steps to reproduce
NA