]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: process: Refactor setup of memory ballooning
authorPeter Krempa <pkrempa@redhat.com>
Wed, 27 May 2015 12:26:05 +0000 (14:26 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 3 Jun 2015 07:42:08 +0000 (09:42 +0200)
commitf4c67f079441f1662c5591006b6fa47e04edef92
tree93088e89cdd0737543b6b3b29154b8ed21cf24c1
parent987b70777ae4b9e4b97fe01885721545f36496f2
qemu: process: Refactor setup of memory ballooning

Since the monitor code now supports ullongs when setting balloon size,
drop the legacy code with overflow checking.

Additionally the comment mentioning that the job is treated as a sync
job does not make sense any more since the monitor is entered
asynchronously.
src/qemu/qemu_process.c