qemu/target/i386/whpx
Ivan Shcherbakov e561890841 whpx: Fixed reporting of the CPU context to GDB for 64-bit
Make sure that pausing the VM while in 64-bit mode will set the
HF_CS64_MASK flag in env->hflags (see x86_update_hflags() in
target/i386/cpu.c).

Without it, the code in gdbstub.c would only use the 32-bit register values
when debugging 64-bit targets, making debugging effectively impossible.

Signed-off-by: Ivan Shcherbakov <ivan@sysprogs.com>
Message-Id: <00f701d82874$68b02000$3a106000$@sysprogs.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2022-03-15 11:26:20 +01:00
..
meson.build accel: replace struct CpusAccel with AccelOpsClass 2021-02-05 10:24:15 -10:00
whpx-accel-ops.c accel: Introduce AccelOpsClass::cpu_thread_is_idle() 2022-03-06 13:15:42 +01:00
whpx-accel-ops.h accel: replace struct CpusAccel with AccelOpsClass 2021-02-05 10:24:15 -10:00
whpx-all.c whpx: Fixed reporting of the CPU context to GDB for 64-bit 2022-03-15 11:26:20 +01:00
whpx-apic.c whpx: move whpx_lapic_state from header to c file 2021-01-12 12:38:03 +01:00
whpx-internal.h whpx: move whpx_lapic_state from header to c file 2021-01-12 12:38:03 +01:00