Re: [PATCH 06/20] python/machine.py: use qmp.command

2020-10-06 Thread Philippe Mathieu-Daudé
On 10/7/20 1:58 AM, John Snow wrote: > machine.py and qmp.py both do the same thing here; refactor machine.py > to use qmp.py's functionality more directly. > > Signed-off-by: John Snow > Reviewed-by: Kevin Wolf > --- > python/qemu/machine.py | 32 > 1 file chan

[PATCH 06/20] python/machine.py: use qmp.command

2020-10-06 Thread John Snow
machine.py and qmp.py both do the same thing here; refactor machine.py to use qmp.py's functionality more directly. Signed-off-by: John Snow Reviewed-by: Kevin Wolf --- python/qemu/machine.py | 32 1 file changed, 20 insertions(+), 12 deletions(-) diff --git a/