python/machine.py: reorder __init__
commitc5e61a6da84397fe8c2af9e381d8a619a3e32c10
authorJohn Snow <jsnow@redhat.com>
Tue, 6 Oct 2020 23:58:00 +0000 (6 19:58 -0400)
committerJohn Snow <jsnow@redhat.com>
Tue, 20 Oct 2020 13:37:57 +0000 (20 09:37 -0400)
tree5a33c96f11520526d7b56d5b6cd199ed88e90095
parentc4e6023f05fe6dd14d9193814679490feac546a4
python/machine.py: reorder __init__

Put the init arg handling all at the top, and mostly in order (deviating
when one is dependent on another), and put what is effectively runtime
state declaration at the bottom.

Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Message-id: 20201006235817.3280413-4-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
python/qemu/machine.py