Remove Windows type usage from sysemu/whpx.h, because the whp-dispatch.h header is internal to the WHPX accelerator implementation. Fixes WHPX build.
Paolo Bonzini (2): whpx: rename whp-dispatch to whpx-internal.h whpx: move internal definitions to whpx-internal.h include/sysemu/whpx.h | 22 +---------------- target/i386/whpx/whpx-all.c | 9 +++---- target/i386/whpx/whpx-apic.c | 2 +- target/i386/whpx/whpx-cpus.c | 4 +--- .../whpx/{whp-dispatch.h => whpx-internal.h} | 24 ++++++++++++++++--- 5 files changed, 29 insertions(+), 32 deletions(-) rename target/i386/whpx/{whp-dispatch.h => whpx-internal.h} (91%) -- 2.26.2