[Qemu-devel] [PATCH 0/2] Two small improvements for docker.py

Fam Zheng posted 2 patches 6 years, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170712075528.22770-1-famz@redhat.com
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
tests/docker/docker.py | 23 +++++++++++++----------
1 file changed, 13 insertions(+), 10 deletions(-)
[Qemu-devel] [PATCH 0/2] Two small improvements for docker.py
Posted by Fam Zheng 6 years, 8 months ago
The first one is a small simplification, the second one is an error handling
improvement.

Fam Zheng (2):
  docker.py: Drop infile parameter
  docker.py: Improve subprocess exit code handling

 tests/docker/docker.py | 23 +++++++++++++----------
 1 file changed, 13 insertions(+), 10 deletions(-)

-- 
2.9.4


Re: [Qemu-devel] [PATCH 0/2] Two small improvements for docker.py
Posted by Fam Zheng 6 years, 8 months ago
On Wed, 07/12 15:55, Fam Zheng wrote:
> The first one is a small simplification, the second one is an error handling
> improvement.
> 
> Fam Zheng (2):
>   docker.py: Drop infile parameter
>   docker.py: Improve subprocess exit code handling

Thanks, queued:

    https://github.com/famz/qemu/tree/staging