Re: [PATCH] replay: fix replay shutdown for console mode

2020-06-04 Thread Paolo Bonzini
On 22/05/20 08:45, Pavel Dovgalyuk wrote: > 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

Re: [PATCH] replay: fix replay shutdown for console mode

2020-06-01 Thread Pavel Dovgalyuk
ping On 22.05.2020 09:45, Pavel Dovgalyuk wrote: 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

Re: [PATCH] replay: fix replay shutdown for console mode

2020-05-22 Thread no-reply
Patchew URL: https://patchew.org/QEMU/159012995470.27967.18129611453659045726.stgit@pasha-ThinkPad-X280/ Hi, This series failed the docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally.

[PATCH] replay: fix replay shutdown for console mode

2020-05-22 Thread Pavel Dovgalyuk
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