Re: [PATCH RFC 23/32] python//machine.py: reorder __init__

2020-05-13 Thread Philippe Mathieu-Daudé
On 5/14/20 7:53 AM, John Snow wrote: 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 --- python/qemu/lib/machine.py | 29 +-

[PATCH RFC 23/32] python//machine.py: reorder __init__

2020-05-13 Thread John Snow
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 --- python/qemu/lib/machine.py | 29 + 1 file changed, 17 insertio