Introduce the WHPX impl
commit812d49f2a3eed1f53d5a922461e81ea7e3581dd5
authorJustin Terry (VM) <juterry@microsoft.com>
Mon, 22 Jan 2018 21:07:48 +0000 (22 13:07 -0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 7 Feb 2018 13:09:26 +0000 (7 14:09 +0100)
treeb97f7eb1254d9bc1abc42e6996d1f610c4b41e3f
parent29b22c79bcacce7839209c7344948e8c305fa2d3
Introduce the WHPX impl

Implements the Windows Hypervisor Platform accelerator (WHPX) target. Which
acts as a hypervisor accelerator for QEMU on the Windows platform. This enables
QEMU much greater speed over the emulated x86_64 path's that are taken on
Windows today.

1. Adds support for vPartition management.
2. Adds support for vCPU management.
3. Adds support for MMIO/PortIO.
4. Registers the WHPX ACCEL_CLASS.

Signed-off-by: Justin Terry (VM) <juterry@microsoft.com>
Message-Id: <1516655269-1785-4-git-send-email-juterry@microsoft.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/Makefile.objs
target/i386/whpx-all.c [new file with mode: 0644]