Re: [Qemu-devel] [PATCH] tests/vm: remove unused --target-list option

2019-09-17 Thread John Snow
On 9/17/19 3:30 PM, Alex Bennée wrote: > > John Snow writes: > >> On 9/17/19 2:58 PM, Alex Bennée wrote: >>> >>> John Snow writes: >>> It's not used; so remove the distraction. >>> >>> It's a developer feature so you can run specific builds against the VM >>> images. I certainly have us

Re: [Qemu-devel] [PATCH] tests/vm: remove unused --target-list option

2019-09-17 Thread Alex Bennée
John Snow writes: > On 9/17/19 2:58 PM, Alex Bennée wrote: >> >> John Snow writes: >> >>> It's not used; so remove the distraction. >> >> It's a developer feature so you can run specific builds against the VM >> images. I certainly have used it, unless you are saying it's broken now? >> > > Wh

Re: [Qemu-devel] [PATCH] tests/vm: remove unused --target-list option

2019-09-17 Thread John Snow
On 9/17/19 2:58 PM, Alex Bennée wrote: > > John Snow writes: > >> It's not used; so remove the distraction. > > It's a developer feature so you can run specific builds against the VM > images. I certainly have used it, unless you are saying it's broken now? > What consumes it? I can't find

[Qemu-devel] [PATCH] tests/vm: remove unused --target-list option

2019-09-17 Thread John Snow
It's not used; so remove the distraction. Signed-off-by: John Snow --- tests/vm/Makefile.include | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/vm/Makefile.include b/tests/vm/Makefile.include index fea348e845..61758101fa 100644 --- a/tests/vm/Makefile.include +++ b/tests/vm/Makefile.

Re: [Qemu-devel] [PATCH] tests/vm: remove unused --target-list option

2019-09-17 Thread Alex Bennée
John Snow writes: > It's not used; so remove the distraction. It's a developer feature so you can run specific builds against the VM images. I certainly have used it, unless you are saying it's broken now? > > Signed-off-by: John Snow > --- > tests/vm/Makefile.include | 2 -- > 1 file chang