]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: conf: Reject memory device if it would exceed configured max size
authorPeter Krempa <pkrempa@redhat.com>
Tue, 28 Apr 2015 14:23:05 +0000 (16:23 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 29 Apr 2015 07:40:16 +0000 (09:40 +0200)
commit406944e476729ce740da126d767b073e23c1af4d
tree6f1ca5e2b1cb05ff5d0445e87380f2d0f80440be
parentebe0bd5590415981f5b01a5cf4aa702b269566f9
qemu: conf: Reject memory device if it would exceed configured max size

If the added memory device would exceed the maximum memory size, reject
it.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1216046
src/conf/domain_conf.c