]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Drop qemuDomainMemoryLimit
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 9 Aug 2013 12:46:54 +0000 (14:46 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 19 Aug 2013 09:16:58 +0000 (11:16 +0200)
commit16bcb3b61675a88bff00317336b9610080c31000
tree4b0d7a960904428aef2f5f0a159b5f59322576a0
parente0139e304441dc0803c3834be901aa89100a5c1d
qemu: Drop qemuDomainMemoryLimit

This function is to guess the correct limit for maximal memory
usage by qemu for given domain. This can never be guessed
correctly, not to mention all the pains and sleepless nights this
code has caused. Once somebody discovers algorithm to solve the
Halting Problem, we can compute the limit algorithmically. But
till then, this code should never see the light of the release
again.
src/qemu/qemu_cgroup.c
src/qemu/qemu_command.c
src/qemu/qemu_domain.c
src/qemu/qemu_domain.h
src/qemu/qemu_hotplug.c