]> git.proxmox.com Git - mirror_qemu.git/commit - accel.c
accel: Report unknown accelerator as "not found" instead of "does not exist"
authorEduardo Habkost <ehabkost@redhat.com>
Fri, 26 Sep 2014 20:45:23 +0000 (17:45 -0300)
committerPaolo Bonzini <pbonzini@redhat.com>
Sat, 4 Oct 2014 06:59:15 +0000 (08:59 +0200)
commitb31f9acaaa9ddc5d0725efc2994b0d802d67ea38
treef1011f096b4aef6c71a9f70a117fd96db574f193
parentf6dfb83547d0cf5aa938cce391ba33c32a97bed9
accel: Report unknown accelerator as "not found" instead of "does not exist"

As the accelerator classes won't be registered anymore if they are not
enabled at compile time, saying "does not exist" may be misleading, as
the accelerator may be simply disabled. Change the wording to just say
"not found".

Suggested-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
accel.c