On 13/2/26 04:45, Mohamed Mediouni wrote:
Avoid a TARGET_X86_64 define by moving platform-specific code away from generic WHPX support.Signed-off-by: Mohamed Mediouni <[email protected]> --- accel/whpx/whpx-common.c | 5 +---- include/system/whpx-all.h | 1 + target/arm/whpx/whpx-all.c | 5 +++++ target/i386/whpx/whpx-all.c | 6 ++++++ 4 files changed, 13 insertions(+), 4 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
