]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target/i386/hvf/README.md
i386: Compile CPUX86State xsave_buf only when support KVM or HVF
[mirror_qemu.git] / target / i386 / hvf / README.md
index 0d27a0d52b588f526e5fbaa13a4387553169efcf..2d33477aca505e08eb899698c8d036273035d2c9 100644 (file)
@@ -2,6 +2,6 @@
 
 These sources (and ../hvf-all.c) are adapted from Veertu Inc's vdhh (Veertu Desktop Hosted Hypervisor) (last known location: https://github.com/veertuinc/vdhh) with some minor changes, the most significant of which were:
 
-1. Adapt to our current QEMU's `CPUState` structure and `address_space_rw` API; many struct members have been moved around (emulated x86 state, kvm_xsave_buf) due to historical differences + QEMU needing to handle more emulation targets.
+1. Adapt to our current QEMU's `CPUState` structure and `address_space_rw` API; many struct members have been moved around (emulated x86 state, xsave_buf) due to historical differences + QEMU needing to handle more emulation targets.
 2. Removal of `apic_page` and hyperv-related functionality.
 3. More relaxed use of `qemu_mutex_lock_iothread`.