]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: command: Validate that memory devices slot ID is in range
authorPeter Krempa <pkrempa@redhat.com>
Tue, 28 Apr 2015 15:15:43 +0000 (17:15 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 29 Apr 2015 07:40:16 +0000 (09:40 +0200)
commit6705d828fc44fabf9f24c73a649089f068b00f35
tree6d15d28635d42674fe6bb29f47e0d08189b553f4
parent406944e476729ce740da126d767b073e23c1af4d
qemu: command: Validate that memory devices slot ID is in range

slot id, if specified, has to be less than the slots count.
src/qemu/qemu_command.c
src/qemu/qemu_command.h
src/qemu/qemu_hotplug.c