]> xenbits.xensource.com Git - libvirt.git/commit
qemu: domain: Don't set default USB model if qemuCaps is missing
authorPeter Krempa <pkrempa@redhat.com>
Wed, 16 Aug 2017 13:54:10 +0000 (15:54 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 18 Aug 2017 13:07:44 +0000 (15:07 +0200)
commit7808884808acf3b410e22493154566eacdcc8c5b
tree73e38cf3473bda32c7ff8104177622bacc156567
parentfde772cf829b9d5bf8525f3560fbe594ee291062
qemu: domain: Don't set default USB model if qemuCaps is missing

qemuDomainControllerDefPostParse assigns the default USB controller
model when it was not specified by the user. Skip this step if @qemuCaps
is missing so that we don't fill wrong data. This will then be fixes by
re-running the post parse callback.
src/qemu/qemu_domain.c