Re: [PATCH v2 18/22] python/qemu/machine: add kill() method

2020-05-29 Thread Philippe Mathieu-Daudé
On 2/17/20 4:02 PM, Vladimir Sementsov-Ogievskiy wrote: > Add method to hard-kill vm, without any quit commands. > > Signed-off-by: Vladimir Sementsov-Ogievskiy > --- > python/qemu/machine.py | 12 +--- > 1 file changed, 9 insertions(+), 3 deletions(-) Thanks, applied to my python-next

Re: [PATCH v2 18/22] python/qemu/machine: add kill() method

2020-02-19 Thread Andrey Shinkevich
On 17/02/2020 18:02, Vladimir Sementsov-Ogievskiy wrote: Add method to hard-kill vm, without any quit commands. Signed-off-by: Vladimir Sementsov-Ogievskiy --- python/qemu/machine.py | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/python/qemu/machine.py b/pyt

[PATCH v2 18/22] python/qemu/machine: add kill() method

2020-02-17 Thread Vladimir Sementsov-Ogievskiy
Add method to hard-kill vm, without any quit commands. Signed-off-by: Vladimir Sementsov-Ogievskiy --- python/qemu/machine.py | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/python/qemu/machine.py b/python/qemu/machine.py index 183d8f3d38..9918e0d8aa 100644 --- a