]> xenbits.xensource.com Git - libvirt.git/commit
Remove qemudDomainSetMaxMemory.
authorChris Lalancette <clalance@redhat.com>
Wed, 10 Mar 2010 19:14:53 +0000 (14:14 -0500)
committerChris Lalancette <clalance@redhat.com>
Thu, 11 Mar 2010 15:39:29 +0000 (10:39 -0500)
commit8a7f4b8dc12e0d447ff9ccb47a5a59263611ea41
tree342a389e8dc383e645a98a4aecaffa3a602329d6
parented3d86c9a9d90f2e381c23f5c95391dbe185bc85
Remove qemudDomainSetMaxMemory.

As previously discussed[1], this patch removes the
qemudDomainSetMaxMemory() function, since it doesn't
work.  This means that instead of getting somewhat
cryptic errors, you will now get:

error: Unable to change MaxMemorySize
error: this function is not supported by the hypervisor: virDomainSetMaxMemory

Which describes the situation perfectly.

[1] https://www.redhat.com/archives/libvir-list/2010-February/msg00928.html

Signed-off-by: Chris Lalancette <clalance@redhat.com>
src/qemu/qemu_driver.c