Re: [Qemu-devel] [PATCH v10 0/8] scripts/qemu.py fixes and cleanups

2017-11-13 Thread Markus Armbruster
Amador Pahim writes: > Changes v1->v2: > - Style fixes to make checkpatch.pl happy. > - Rebased. > Changes v2->v3: > - Fix typo in patch 3 ("qemu.py: make 'args' public") commit message. > Changes v3->v4: > - Squash the 2 first commits since they are co-dependant. > - Cleanup launch() and sh

[Qemu-devel] [PATCH v10 0/8] scripts/qemu.py fixes and cleanups

2017-11-13 Thread Amador Pahim
Changes v1->v2: - Style fixes to make checkpatch.pl happy. - Rebased. Changes v2->v3: - Fix typo in patch 3 ("qemu.py: make 'args' public") commit message. Changes v3->v4: - Squash the 2 first commits since they are co-dependant. - Cleanup launch() and shutdown(). - Reorder the commits, putti