Re: [libvirt] [PATCH 1/4] conf: Allow specifying only the slot number for hotpluggable memory

2016-11-09 Thread John Ferlan
On 11/03/2016 02:12 AM, Peter Krempa wrote: > Simplify handling of the 'dimm' address element by allowing to specify > the slot number only. This will allow libvirt to allocate slot numbers > before starting qemu. > --- > src/conf/domain_conf.c | 18 >

[libvirt] [PATCH 1/4] conf: Allow specifying only the slot number for hotpluggable memory

2016-11-03 Thread Peter Krempa
Simplify handling of the 'dimm' address element by allowing to specify the slot number only. This will allow libvirt to allocate slot numbers before starting qemu. --- src/conf/domain_conf.c | 18 ++ src/qemu/qemu_command.c