[Qemu-devel] [PATCH 0/4] tests/vm: various trivial fixes

Philippe Mathieu-Daudé posted 4 patches 7 years, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180628153535.1411-1-f4bug@amsat.org
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test s390x passed
tests/vm/Makefile.include | 3 +++
tests/vm/basevm.py        | 3 ++-
tests/vm/ubuntu.i386      | 6 +++++-
3 files changed, 10 insertions(+), 2 deletions(-)
[Qemu-devel] [PATCH 0/4] tests/vm: various trivial fixes
Posted by Philippe Mathieu-Daudé 7 years, 4 months ago
Hi,

These are various fixes I added to have the VM tests working for me.

Regards,

Phil.

Philippe Mathieu-Daudé (4):
  tests/vm: Support proxy / corporate firewall
  tests/vm: Add a dependency to qemu-img
  tests/vm: Only use -cpu 'host' if KVM is available
  tests/vm: Add flex and bison to the vm image

 tests/vm/Makefile.include | 3 +++
 tests/vm/basevm.py        | 3 ++-
 tests/vm/ubuntu.i386      | 6 +++++-
 3 files changed, 10 insertions(+), 2 deletions(-)

-- 
2.18.0


Re: [Qemu-devel] [PATCH 0/4] tests/vm: various trivial fixes
Posted by Fam Zheng 7 years, 4 months ago
On Thu, 06/28 12:35, Philippe Mathieu-Daudé wrote:
> Hi,
> 
> These are various fixes I added to have the VM tests working for me.

Queued the last two patches. Thanks.

Fam