Re: [libvirt] [RFC PATCH 06/12] qemu: memdev: Add infrastructure to load memory device information

2015-02-04 Thread John Ferlan
On 01/30/2015 08:21 AM, Peter Krempa wrote: > When using 'acpi-dimm' memory devices with qemu, some of the information > like the slot number and base address need to be reloaded from qemu > after process start so that it reflects the actual state. The state then > allows to use memory devices ac

Re: [libvirt] [RFC PATCH 06/12] qemu: memdev: Add infrastructure to load memory device information

2015-02-03 Thread Ján Tomko
On Fri, Jan 30, 2015 at 02:21:03PM +0100, Peter Krempa wrote: > When using 'acpi-dimm' memory devices with qemu, some of the information > like the slot number and base address need to be reloaded from qemu > after process start so that it reflects the actual state. The state then > allows to use m

[libvirt] [RFC PATCH 06/12] qemu: memdev: Add infrastructure to load memory device information

2015-01-30 Thread Peter Krempa
When using 'acpi-dimm' memory devices with qemu, some of the information like the slot number and base address need to be reloaded from qemu after process start so that it reflects the actual state. The state then allows to use memory devices across migrations. --- src/qemu/qemu_domain.c |