Re: [Qemu-devel] Unable to add ram object with same ID after addition, migration and removal at the target

2016-12-05 Thread David Gibson
On Mon, Dec 05, 2016 at 12:44:53AM -0600, Michael Roth wrote: > Quoting Bharata B Rao (2016-12-04 21:51:32) > > On Fri, Dec 2, 2016 at 11:46 PM, Dr. David Alan Gilbert > > > > wrote: > > > > * Bharata B Rao (bharata@gmail.com) wrote: > > > Hi, > > > > > > - Add ram object and

Re: [Qemu-devel] Unable to add ram object with same ID after addition, migration and removal at the target

2016-12-04 Thread Michael Roth
Quoting Bharata B Rao (2016-12-04 21:51:32) > On Fri, Dec 2, 2016 at 11:46 PM, Dr. David Alan Gilbert > wrote: > > * Bharata B Rao (bharata@gmail.com) wrote: > > Hi, > > > > - Add ram object and dimm device at the source > > > > (qemu) object_add memory-backend-ram,id=

Re: [Qemu-devel] Unable to add ram object with same ID after addition, migration and removal at the target

2016-12-04 Thread Bharata B Rao
On Fri, Dec 2, 2016 at 11:46 PM, Dr. David Alan Gilbert wrote: > * Bharata B Rao (bharata@gmail.com) wrote: > > Hi, > > > > - Add ram object and dimm device at the source > > > > (qemu) object_add memory-backend-ram,id=ram0,size=128M > > (qemu) device_add pc-dimm,id=dimm0,memdev=ram0 > > > >

Re: [Qemu-devel] Unable to add ram object with same ID after addition, migration and removal at the target

2016-12-02 Thread Dr. David Alan Gilbert
* Bharata B Rao (bharata@gmail.com) wrote: > Hi, > > - Add ram object and dimm device at the source > > (qemu) object_add memory-backend-ram,id=ram0,size=128M > (qemu) device_add pc-dimm,id=dimm0,memdev=ram0 > > - Migrate the VM and remove the dimm device and ram object at the target > > (q

[Qemu-devel] Unable to add ram object with same ID after addition, migration and removal at the target

2016-12-01 Thread Bharata B Rao
Hi, - Add ram object and dimm device at the source (qemu) object_add memory-backend-ram,id=ram0,size=128M (qemu) device_add pc-dimm,id=dimm0,memdev=ram0 - Migrate the VM and remove the dimm device and ram object at the target (qemu) device_del dimm0 (qemu) object_del ram0 - Adding the ram obje