]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Introduce qemuDomainChrDefPostParse()
authorAndrea Bolognani <abologna@redhat.com>
Wed, 8 Nov 2017 14:40:42 +0000 (15:40 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Tue, 28 Nov 2017 14:46:31 +0000 (15:46 +0100)
commitf4b50cc1b994e44c793f4dea59489ba51e2d1fe0
tree8cecf94fe63d3bb3dcb2339345312026529fa152
parent4567cecb372c48095fce23ce3040d1c687cc3640
qemu: Introduce qemuDomainChrDefPostParse()

Having a separate function for char device handling is better than
adding even more code to qemuDomainDeviceDefPostParse().

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
Reviewed-by: Marc Hartmayer <mhartmay@linux.vnet.ibm.com>
src/qemu/qemu_domain.c