Re: [Qemu-devel] [RFC PATCH 2/3] tests/vm: add --build-target option

2019-01-23 Thread Philippe Mathieu-Daudé
Hi Alex, On Mon, Jan 21, 2019 at 11:54 PM Philippe Mathieu-Daudé wrote: > > On 1/21/19 6:15 PM, Alex Bennée wrote: > > This allows us to invoke the build with a custom target (for the VMs > > that use the {target} format string specifier). Currently OpenBSD is > > still hardwired due to problems

Re: [Qemu-devel] [RFC PATCH 2/3] tests/vm: add --build-target option

2019-01-21 Thread Philippe Mathieu-Daudé
On 1/21/19 6:15 PM, Alex Bennée wrote: > This allows us to invoke the build with a custom target (for the VMs > that use the {target} format string specifier). Currently OpenBSD is > still hardwired due to problems running check > > Signed-off-by: Alex Bennée > --- > tests/vm/basevm.py | 3 +++ >

[Qemu-devel] [RFC PATCH 2/3] tests/vm: add --build-target option

2019-01-21 Thread Alex Bennée
This allows us to invoke the build with a custom target (for the VMs that use the {target} format string specifier). Currently OpenBSD is still hardwired due to problems running check Signed-off-by: Alex Bennée --- tests/vm/basevm.py | 3 +++ tests/vm/freebsd | 2 +- tests/vm/netbsd| 3 +--