diff options
author | Pavel Dovgalyuk | 2020-05-22 08:45:54 +0200 |
---|---|---|
committer | Paolo Bonzini | 2020-06-12 17:20:15 +0200 |
commit | ed5d7ff34a8cfafd8efe2aab4eeaf9bf789870e3 (patch) | |
tree | e666a28e5e61fb07aeff91b70990821afea9d02f /hw/xen | |
parent | exec/cpu-common: Move MUSB specific typedefs to 'hw/usb/hcd-musb.h' (diff) | |
download | qemu-ed5d7ff34a8cfafd8efe2aab4eeaf9bf789870e3.tar.gz qemu-ed5d7ff34a8cfafd8efe2aab4eeaf9bf789870e3.tar.xz qemu-ed5d7ff34a8cfafd8efe2aab4eeaf9bf789870e3.zip |
replay: fix replay shutdown for console mode
When QEMU is used without any graphical window,
QEMU execution is terminated with the signal (e.g., Ctrl-C).
Signal processing in QEMU does not include
qemu_system_shutdown_request call. That is why shutdown
event is not recorded by record/replay in this case.
This patch adds shutdown event to the end of the record log.
Now every replay will shutdown the machine at the end.
Signed-off-by: Pavel Dovgalyuk <Pavel.Dovgaluk@ispras.ru>
Message-Id: <159012995470.27967.18129611453659045726.stgit@pasha-ThinkPad-X280>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/xen')
0 files changed, 0 insertions, 0 deletions