OSDN Git Service

python/qemu/qmp: use True/False for non/blocking modes
authorJohn Snow <jsnow@redhat.com>
Thu, 14 May 2020 05:53:45 +0000 (01:53 -0400)
committerPhilippe Mathieu-Daudé <philmd@redhat.com>
Sun, 31 May 2020 16:25:31 +0000 (18:25 +0200)
commit7af67d694e289ab116c7abeca8a5bd752fbd46d7
treef24e2162664b64bed1ede7b00d3eadc7c9ace1a4
parent1dda0404d8afeb0ed45fbeae85e380e1ff57da35
python/qemu/qmp: use True/False for non/blocking modes

The type system doesn't want integers.

Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200514055403.18902-15-jsnow@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
python/qemu/qmp.py