Re: [SeaBIOS] [Qemu-devel] [RFC PATCH v4 00/30] ACPI memory hotplug

2013-03-28 Thread liu ping fan
On Thu, Mar 28, 2013 at 5:29 PM, Vasilis Liaskovitis wrote: > Hi, > > [...] >>> > > >>> > > I haven't updated the series for a while, but I can rework if there is >>> > > a more >>> > > clear direction for the community. >>> > > >>> > > Another open issue is reference counting of memoryregions in

Re: [SeaBIOS] [Qemu-devel] [RFC PATCH v4 00/30] ACPI memory hotplug

2013-04-02 Thread liu ping fan
On Fri, Jan 11, 2013 at 2:57 AM, Vasilis Liaskovitis wrote: >> > >> > IIRC q35 supports memory hotplug natively (picked up in some >> > discussion). Is that correct? >> > >> From previous discussion I also understand that q35 supports native hotplug. >> Sections 5.1 and 5.2 of the spec describe t

Re: [SeaBIOS] [PATCH 1/1] ACPI: Call ACPI remove handler when handling ACPI eject event

2011-10-20 Thread liu ping fan
0 patch > > Thanks. > Canquan.Shen > 2011-10-19 > > On 2011/10/19 10:53, pingf...@linux.vnet.ibm.com wrote: > >From: Liu Ping Fan > > > >Call the remove handler for ACPI_NOTIFY_EJECT_REQUEST > > > >Signed-off-by: Liu Ping Fan > >--- > > drivers/acp

Re: [SeaBIOS] [Qemu-devel] [RFC PATCH v3 05/19] Implement dimm device abstraction

2012-10-24 Thread liu ping fan
On Tue, Oct 23, 2012 at 8:25 PM, Stefan Hajnoczi wrote: > On Fri, Sep 21, 2012 at 01:17:21PM +0200, Vasilis Liaskovitis wrote: >> +static void dimm_populate(DimmDevice *s) >> +{ >> +DeviceState *dev= (DeviceState*)s; >> +MemoryRegion *new = NULL; >> + >> +new = g_malloc(sizeof(MemoryRe

Re: [SeaBIOS] [Qemu-devel] [RFC PATCH v3 05/19] Implement dimm device abstraction

2012-11-02 Thread liu ping fan
On Thu, Oct 25, 2012 at 1:16 AM, Vasilis Liaskovitis wrote: > Hi, > > On Wed, Oct 24, 2012 at 12:15:17PM +0200, Stefan Hajnoczi wrote: >> On Wed, Oct 24, 2012 at 10:06 AM, liu ping fan wrote: >> > On Tue, Oct 23, 2012 at 8:25 PM, Stefan Hajnoczi >> > wrote: &g