Hi,
Anthony Liguori wrote:
>Hi,
>
>Why is this needed verses qemu_system_reset()?
PC-98 has the ioport to reset only cpu (don't reset other periferals)
and I need qemu_cpu_reset() to emulate thios port.
This port was used to return to real mode from protect mode by resetting cpu.
It was added f
Hi,
Why is this needed verses qemu_system_reset()?
Regards,
Anthony Liguori
Signed-off-by: TAKEDA, toshiya
---
sysemu.h |3 +++
vl.c | 32
2 files changed, 35 insertions(+), 0 deletions(-)
diff --git a/sysemu.h b/sysemu.h
index 9d80bb2..51c7ac8 100644
--- a/sysemu.h
+++ b/sysemu.h
@@ -45,13 +45,16 @@ void cpu_enable_ticks(void)