Re: [Qemu-devel] [PULL 06/10] accel: cleanup error output

2017-08-01 Thread Eric Blake
On 08/01/2017 04:37 PM, Michael S. Tsirkin wrote: > From: Laurent Vivier > > Only emit "XXX accelerator not found", if there are not > further accelerators listed. eg > >accel=kvm:tcg > > doesn't print a "KVM accelerator not found" warning > when it falls back to tcg, but a > >accel=kv

[Qemu-devel] [PULL 06/10] accel: cleanup error output

2017-08-01 Thread Michael S. Tsirkin
From: Laurent Vivier Only emit "XXX accelerator not found", if there are not further accelerators listed. eg accel=kvm:tcg doesn't print a "KVM accelerator not found" warning when it falls back to tcg, but a accel=kvm prints a warning, since no fallback is given. Suggested-by: Daniel P