[GSoC][PATCH v4 1/4] qemu_domain: remove passing `qemuDomainObjPrivatePtr` as param

Michal Privoznik mprivozn at redhat.com
Tue Jul 14 14:31:37 UTC 2020


On 7/13/20 8:03 PM, Prathamesh Chavan wrote:
> `qemuDomainObjPrivatePtr` parameter was avoided being passed
> as a paramter in functions `qemuDomainObjPrivateXMLParseJob`
> and `qemuDomainObjPrivateXMLFormatJob`, as we already pass
> `virDomainObjPtr`, which can be used to get `privateData`
> pointer.
> 
> Signed-off-by: Prathamesh Chavan <pc44800 at gmail.com>
> ---
>   src/qemu/qemu_domain.c | 14 +++++++-------
>   1 file changed, 7 insertions(+), 7 deletions(-)

Reviewed-by: Michal Privoznik <mprivozn at redhat.com>

Michal




More information about the libvir-list mailing list