Re: [Qemu-devel] [PATCH v8 00/13] scripts/qemu.py fixes and cleanups

2017-09-14 Thread Eduardo Habkost
Patches 01-05 were queued on my python-next branch: https://github.com/ehabkost/qemu/commits/python-next Please use python-next as base for v9, as I plan to submit a pull request with the contents of python-next soon. On Fri, Sep 01, 2017 at 01:28:16PM +0200, Amador Pahim wrote: > Changes

Re: [Qemu-devel] [PATCH v8 00/13] scripts/qemu.py fixes and cleanups

2017-09-05 Thread Stefan Hajnoczi
On Fri, Sep 01, 2017 at 01:28:16PM +0200, Amador Pahim wrote: Please update the patches with Reviewed-bys from past revisions so I know which patches I've already reviewed. If someone has posted a R-b then it should be included in the next revision unless you substantially modify that patch.

[Qemu-devel] [PATCH v8 00/13] scripts/qemu.py fixes and cleanups

2017-09-01 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,