Enabled WHPX in 2.8 qemu emulator. 76/281976/1
authorVarinder Pratap <varinder.p@samsung.com>
Sun, 25 Sep 2022 12:32:56 +0000 (18:02 +0530)
committerVarinder Pratap <varinder.p@samsung.com>
Sun, 25 Sep 2022 12:32:56 +0000 (18:02 +0530)
commit21fd4785c9c2b9a554d6cb343a0ca444522c6db9
treeb8eff3fba8ee5fb8364a9c23d7c8effe86f4016c
parent09be4ed406037d4461127a738df632e48fd18ebc
Enabled WHPX in 2.8 qemu emulator.

Change-Id: Ic7ed0d184622042cc3b8156c0734ae4316c80673
Signed-off-by: Varinder Pratap <varinder.p@samsung.com>
23 files changed:
Makefile.target
accel.c
arch_init.c
configure
cpus.c
hw/i386/pc.c
hw/yagl/yagl_process.c
hw/yagl/yagl_process.h
hw/yagl/yagl_thread.c
include/qom/cpu.h
include/sysemu/arch_init.h
include/sysemu/whpx.h [new file with mode: 0644]
qemu-options.hx
target-i386/Makefile.objs
target-i386/cpu.c
target-i386/helper.c
target-i386/whpx/Makefile.objs [new file with mode: 0644]
target-i386/whpx/whpx-all.c [new file with mode: 0644]
target-i386/whpx/whpx-apic.c [new file with mode: 0644]
target-i386/whpx/whpx-internal.h [new file with mode: 0644]
tizen/emulator_configure.sh
tizen/src/emul_state.c
vl.c