Re: [libvirt] [PATCH 2/4] qemu: process: detect if dimm aliases are broken on reconnect

2016-11-10 Thread Peter Krempa
On Thu, Nov 10, 2016 at 08:56:48 -0500, John Ferlan wrote: > On 11/10/2016 04:11 AM, Peter Krempa wrote: > > On Wed, Nov 09, 2016 at 18:40:28 -0500, John Ferlan wrote: > >> On 11/03/2016 02:12 AM, Peter Krempa wrote: > >>> Detect on reconnect to a running qemu VM whether the alias of a > >>>

Re: [libvirt] [PATCH 2/4] qemu: process: detect if dimm aliases are broken on reconnect

2016-11-10 Thread John Ferlan
On 11/10/2016 04:11 AM, Peter Krempa wrote: > On Wed, Nov 09, 2016 at 18:40:28 -0500, John Ferlan wrote: >> >> >> On 11/03/2016 02:12 AM, Peter Krempa wrote: >>> Detect on reconnect to a running qemu VM whether the alias of a >>> hotpluggable memory device (dimm) does not match the dimm slot

Re: [libvirt] [PATCH 2/4] qemu: process: detect if dimm aliases are broken on reconnect

2016-11-10 Thread Peter Krempa
On Wed, Nov 09, 2016 at 18:40:28 -0500, John Ferlan wrote: > > > On 11/03/2016 02:12 AM, Peter Krempa wrote: > > Detect on reconnect to a running qemu VM whether the alias of a > > hotpluggable memory device (dimm) does not match the dimm slot number > > where it's connected to. This is

Re: [libvirt] [PATCH 2/4] qemu: process: detect if dimm aliases are broken on reconnect

2016-11-09 Thread John Ferlan
On 11/03/2016 02:12 AM, Peter Krempa wrote: > Detect on reconnect to a running qemu VM whether the alias of a > hotpluggable memory device (dimm) does not match the dimm slot number > where it's connected to. This is necessary as qemu is actually > considering the alias as machine ABI used to

[libvirt] [PATCH 2/4] qemu: process: detect if dimm aliases are broken on reconnect

2016-11-03 Thread Peter Krempa
Detect on reconnect to a running qemu VM whether the alias of a hotpluggable memory device (dimm) does not match the dimm slot number where it's connected to. This is necessary as qemu is actually considering the alias as machine ABI used to connect the backend object to the dimm device. This