]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: qemu: Don't access virJSONValue directly in virQEMUBuildCommandLineJSONRecurse
authorPeter Krempa <pkrempa@redhat.com>
Thu, 29 Mar 2018 18:41:07 +0000 (20:41 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 3 Apr 2018 11:34:33 +0000 (13:34 +0200)
commit66cb1fa231ac061ad267083e490f3168c3e162d4
treebf692d8191536ca48baf80d9816b13735b6cda7c
parent1cbe6aa22069e3d4eb906422b721139502c8daeb
util: qemu: Don't access virJSONValue directly in virQEMUBuildCommandLineJSONRecurse

Use the accessors instead.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
src/util/virqemu.c