[PATCH 4/4] vl: Only choose enabled accelerators in configure_accelerators

2020-01-09 Thread Aleksandar Markovic
On Thursday, January 9, 2020, Alex Bennée wrote: > > Richard Henderson writes: > > > By choosing "tcg:kvm" when kvm is not enabled, we generate > > an incorrect warning: "invalid accelerator kvm". > > > > Presumably the inverse is also true with --disable-tcg. > > > > Fixes: 28a0961757fc > >

Re: [PATCH 4/4] vl: Only choose enabled accelerators in configure_accelerators

2020-01-09 Thread Alex Bennée
Richard Henderson writes: > By choosing "tcg:kvm" when kvm is not enabled, we generate > an incorrect warning: "invalid accelerator kvm". > > Presumably the inverse is also true with --disable-tcg. > > Fixes: 28a0961757fc > Signed-off-by: Richard Henderson > --- > vl.c | 18

[PATCH 4/4] vl: Only choose enabled accelerators in configure_accelerators

2020-01-08 Thread Richard Henderson
By choosing "tcg:kvm" when kvm is not enabled, we generate an incorrect warning: "invalid accelerator kvm". Presumably the inverse is also true with --disable-tcg. Fixes: 28a0961757fc Signed-off-by: Richard Henderson --- vl.c | 18 -- 1 file changed, 12 insertions(+), 6