On Fri, Jul 10, 2020 at 01:06:41AM -0400, John Snow wrote:
> This is primarily for consistency, and is a step towards wait() and
> shutdown() sharing the same implementation so that the two cleanup paths
> cannot diverge.
>
> Signed-off-by: John Snow
> ---
> python/qemu/machine.py | 1 +
> 1 fil
On 7/10/20 7:06 AM, John Snow wrote:
> This is primarily for consistency, and is a step towards wait() and
> shutdown() sharing the same implementation so that the two cleanup paths
> cannot diverge.
>
> Signed-off-by: John Snow
> ---
> python/qemu/machine.py | 1 +
> 1 file changed, 1 insertion
This is primarily for consistency, and is a step towards wait() and
shutdown() sharing the same implementation so that the two cleanup paths
cannot diverge.
Signed-off-by: John Snow
---
python/qemu/machine.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/python/qemu/machine.py b/python/qem