[PATCH v1 0/2] some fixes for genisoimage usage

Alex Bennée posted 2 patches 5 years, 6 months ago
Test docker-mingw@fedora passed
Test checkpatch passed
Test asan passed
Test docker-quick@centos7 passed
Test FreeBSD passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200515172831.8439-1-alex.bennee@linaro.org
configure                 |  2 +-
tests/vm/Makefile.include |  1 +
tests/vm/basevm.py        | 16 ++++++++++------
3 files changed, 12 insertions(+), 7 deletions(-)
[PATCH v1 0/2] some fixes for genisoimage usage
Posted by Alex Bennée 5 years, 6 months ago
Hi Robert,

Here are a couple of patches you might want to add to the start of
your vm build series that deal with the fact genisoimage might not
exist or have a different name.

Alex Bennée (2):
  configure: add alternate binary for genisoimage
  tests/vm: pass --genisoimage to basevm script

 configure                 |  2 +-
 tests/vm/Makefile.include |  1 +
 tests/vm/basevm.py        | 16 ++++++++++------
 3 files changed, 12 insertions(+), 7 deletions(-)

-- 
2.20.1


Re: [PATCH v1 0/2] some fixes for genisoimage usage
Posted by Robert Foley 5 years, 6 months ago
On Fri, 15 May 2020 at 13:28, Alex Bennée <alex.bennee@linaro.org> wrote:
>
> Hi Robert,
>
> Here are a couple of patches you might want to add to the start of
> your vm build series that deal with the fact genisoimage might not
> exist or have a different name.

Hi Alex,
Sounds good. I will add them to the start of the series.

Thanks & Regards,
-Rob