On 7/10/20 7:06 AM, John Snow wrote: > At this point, shutdown(has_quit=True) and wait() do essentially the > same thing; they perform cleanup without actually instructing QEMU to > quit. > > Define one in terms of the other. > > Signed-off-by: John Snow <js...@redhat.com> > --- > python/qemu/machine.py | 17 +++++++++-------- > 1 file changed, 9 insertions(+), 8 deletions(-) >
Reviewed-by: Philippe Mathieu-Daudé <phi...@redhat.com>