Re: [PATCH v5 11/12] python/machine.py: re-add sigkill warning suppression

2020-07-13 Thread Cleber Rosa
On Fri, Jul 10, 2020 at 01:06:48AM -0400, John Snow wrote: > If the user kills QEMU on purpose, we don't need to warn them about that > having happened: they know already. > > Signed-off-by: John Snow > --- > python/qemu/machine.py | 7 ++- > 1 file changed, 6 insertions(+), 1 deletion(-) >

Re: [PATCH v5 11/12] python/machine.py: re-add sigkill warning suppression

2020-07-13 Thread Philippe Mathieu-Daudé
On 7/10/20 7:06 AM, John Snow wrote: > If the user kills QEMU on purpose, we don't need to warn them about that > having happened: they know already. > > Signed-off-by: John Snow > --- > python/qemu/machine.py | 7 ++- > 1 file changed, 6 insertions(+), 1 deletion(-) > Good idea :) Review

[PATCH v5 11/12] python/machine.py: re-add sigkill warning suppression

2020-07-09 Thread John Snow
If the user kills QEMU on purpose, we don't need to warn them about that having happened: they know already. Signed-off-by: John Snow --- python/qemu/machine.py | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python/qemu/machine.py b/python/qemu/machine.py index b24ce8a