Re: [Qemu-devel] [PATCH] correct comment of MemoryHotplugState

2016-04-12 Thread Eduardo Habkost
On Sat, Apr 09, 2016 at 05:18:01PM +0800, Cao jin wrote: > ping? I will add this to the machine queue for 2.7. > On 03/16/2016 04:00 AM, Eduardo Habkost wrote: > >On Mon, Mar 14, 2016 at 01:42:06PM +0800, Cao jin wrote: > >>Hi, > >> Is anyone gonna take this one? > > > >Not sure which tree th

Re: [Qemu-devel] [PATCH] correct comment of MemoryHotplugState

2016-04-09 Thread Cao jin
ping? On 03/16/2016 04:00 AM, Eduardo Habkost wrote: On Mon, Mar 14, 2016 at 01:42:06PM +0800, Cao jin wrote: Hi, Is anyone gonna take this one? Not sure which tree this should go. Michael, Igor, if you expect this to go through the Machine Core tree, please let me know. -- Yours Sinc

Re: [Qemu-devel] [PATCH] correct comment of MemoryHotplugState

2016-03-15 Thread Eduardo Habkost
On Mon, Mar 14, 2016 at 01:42:06PM +0800, Cao jin wrote: > Hi, > Is anyone gonna take this one? Not sure which tree this should go. Michael, Igor, if you expect this to go through the Machine Core tree, please let me know. -- Eduardo

Re: [Qemu-devel] [PATCH] correct comment of MemoryHotplugState

2016-03-13 Thread Cao jin
Hi, Is anyone gonna take this one? On 03/03/2016 09:59 PM, Igor Mammedov wrote: On Thu, 3 Mar 2016 17:24:12 +0800 Cao jin wrote: correct comment and remove an unused macro. commit adcb4ee6 already correct its type Signed-off-by: Cao jin Reviewed-by: Igor Mammedov -- Yours Sincere

Re: [Qemu-devel] [PATCH] correct comment of MemoryHotplugState

2016-03-04 Thread Cao jin
On 03/03/2016 09:59 PM, Igor Mammedov wrote: On Thu, 3 Mar 2016 17:24:12 +0800 Cao jin wrote: correct comment and remove an unused macro. commit adcb4ee6 already correct its type Signed-off-by: Cao jin Reviewed-by: Igor Mammedov --- Btw, in pc_memory_init(), I don`t see in which condi

Re: [Qemu-devel] [PATCH] correct comment of MemoryHotplugState

2016-03-03 Thread Igor Mammedov
On Thu, 3 Mar 2016 17:24:12 +0800 Cao jin wrote: > correct comment and remove an unused macro. commit adcb4ee6 already > correct its type > > Signed-off-by: Cao jin Reviewed-by: Igor Mammedov > --- > Btw, in pc_memory_init(), I don`t see in which condition, the following code > will be execu

[Qemu-devel] [PATCH] correct comment of MemoryHotplugState

2016-03-03 Thread Cao jin
correct comment and remove an unused macro. commit adcb4ee6 already correct its type Signed-off-by: Cao jin --- Btw, in pc_memory_init(), I don`t see in which condition, the following code will be executed: if ((pcms->hotplug_memory.base + hotplug_mem_size) < hotplug_mem_size) {