]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: remove unused 'cfg' variables
authorJán Tomko <jtomko@redhat.com>
Fri, 3 Sep 2021 14:00:17 +0000 (16:00 +0200)
committerJán Tomko <jtomko@redhat.com>
Wed, 8 Sep 2021 14:19:55 +0000 (16:19 +0200)
commit09b08e9a80ab45418f422579fabc50fd425ef96a
tree2dda10695081ab5bb85a5ca447ce4fe69a3b1b8f
parent8120df4e855fe538859add99027b63cdbedc1f84
qemu: remove unused 'cfg' variables

Unused as of:
  commit effeee5c2fcec19fcaad627690a6a0ba0025e35f
      qemu: driver: Use 'qemuDomainSaveStatus' for saving status XML

This function extracts the config from the vm object, so the caller
no longer needs to do it.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/qemu/qemu_driver.c