]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Wire up <memory/> offline update
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 10 Sep 2021 14:41:43 +0000 (16:41 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 1 Oct 2021 09:04:21 +0000 (11:04 +0200)
commit99e4ae2b022290efad5819982a8cca99955264e7
tree31830d68ffe3ce28bc58bb28eeeedc694720410d
parent3ec559661a98ee274d0bd1cba6a5db44ba6e48d5
qemu: Wire up <memory/> offline update

Updating offline XML of <memory/> devices might come handy when
dealing with virtio-mem devices. But it's implemented to just
replace one virDomainMemoryDef with another so it can be used to
change almost anything.

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