On 12/19/20 10:06 AM, Paolo Bonzini wrote: > Only leave the external interface in sysemu/whpx.h. whpx_apic_in_platform > is moved to a .c file because it needs whpx_state. > > Reported-by: Marc-André Lureau <[email protected]> > Signed-off-by: Paolo Bonzini <[email protected]> > --- > include/sysemu/whpx.h | 22 +--------------------- > target/i386/whpx/whpx-all.c | 4 ++++ > target/i386/whpx/whpx-internal.h | 18 ++++++++++++++++++ > 3 files changed, 23 insertions(+), 21 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
