]> git.ipfire.org Git - thirdparty/qemu.git/commit
python/machine: move more variable initializations to _pre_launch
authorJohn Snow <jsnow@redhat.com>
Thu, 18 Nov 2021 20:46:17 +0000 (15:46 -0500)
committerJohn Snow <jsnow@redhat.com>
Mon, 22 Nov 2021 23:40:59 +0000 (18:40 -0500)
commitb1ca99199320fcc010f407b84ac00d96e7e4baa1
tree6c92c5fede832310a99ad8ab3fe7e08b974aa1fd
parent72b17fe715056c96ea73f187ab46721788b3a782
python/machine: move more variable initializations to _pre_launch

No need to clear them only to set them later.

Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Willian Rampazzo <willianr@redhat.com>
Message-id: 20211118204620.1897674-5-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
python/qemu/machine/machine.py