]> xenbits.xensource.com Git - libvirt.git/commit
qemu: remove qemuBuildObsoleteAccelArg
authorJán Tomko <jtomko@redhat.com>
Thu, 3 May 2018 08:05:27 +0000 (10:05 +0200)
committerJán Tomko <jtomko@redhat.com>
Mon, 7 May 2018 08:33:13 +0000 (10:33 +0200)
commita34f18cde05e5d2491bf35fae29673b9b6a96c85
treed435a30e35aa7712f33a706f10fc93f22dbe015f
parente5261d8fe382483a85b86bfad7ba1d28dc939687
qemu: remove qemuBuildObsoleteAccelArg

Since we started assuming QEMU_CAPS_MACHINE_OPT in
commit <69420756>, this function can only be reached
for unsupported virt types.

Replace the call with a virReportError.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
src/qemu/qemu_command.c