]> xenbits.xensource.com Git - libvirt.git/commit
qemuBuildDeviceCommandlineFromJSON: Pass 'virDomainDef' into the function
authorPeter Krempa <pkrempa@redhat.com>
Mon, 21 Mar 2022 13:33:08 +0000 (14:33 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 28 Mar 2022 11:15:25 +0000 (13:15 +0200)
commite273dfc0668331be5a8e6e64cacf9ea101bc1e4b
tree80cd46217b62aafdc6d50a788df33b4dc5cb3f3c
parent8109f80720c4e1c3f50e20510262c4819af72e9e
qemuBuildDeviceCommandlineFromJSON: Pass 'virDomainDef' into the function

The definition object will be later used to access the qemu namespace
definition used to override device properties.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/qemu/qemu_command.c