Re: [PATCH V1 1/2] Xen acpi memory hotplug driver

2012-12-18 Thread Konrad Rzeszutek Wilk
> Not only inform firmware. > Hotplug notify callback will invoke acpi_bus_add -> ... -> > implicitly invoke drv->ops.add method to add the hotadded memory > device. > >>> > >>> Gotcha. > >> > >> ? So it will lose the notification and no way to add the new memory > >> device i

RE: [PATCH V1 1/2] Xen acpi memory hotplug driver

2012-12-18 Thread Liu, Jinsong
Liu, Jinsong wrote: > Liu, Jinsong wrote: >> Konrad Rzeszutek Wilk wrote: >>> On Thu, Dec 06, 2012 at 04:27:36AM +, Liu, Jinsong wrote: diff --git a/drivers/xen/Kconfig b/drivers/xen/Kconfig index 126d8ce..abd0396 100644 --- a/drivers/xen/Kconfig +++ b/drivers/xen/Kco

RE: [PATCH V1 1/2] Xen acpi memory hotplug driver

2012-12-14 Thread Liu, Jinsong
Liu, Jinsong wrote: > Konrad Rzeszutek Wilk wrote: >> On Thu, Dec 06, 2012 at 04:27:36AM +, Liu, Jinsong wrote: >>> diff --git a/drivers/xen/Kconfig b/drivers/xen/Kconfig index >>> 126d8ce..abd0396 100644 --- a/drivers/xen/Kconfig >>> +++ b/drivers/xen/Kconfig >>> @@ -206,4 +206

RE: [PATCH V1 1/2] Xen acpi memory hotplug driver

2012-12-12 Thread Liu, Jinsong
Konrad Rzeszutek Wilk wrote: > On Thu, Dec 06, 2012 at 04:27:36AM +, Liu, Jinsong wrote: >> diff --git a/drivers/xen/Kconfig b/drivers/xen/Kconfig index >> 126d8ce..abd0396 100644 --- a/drivers/xen/Kconfig >> +++ b/drivers/xen/Kconfig >> @@ -206,4 +206,15 @@ config XEN_MCE_LOG >

Re: [PATCH V1 1/2] Xen acpi memory hotplug driver

2012-12-07 Thread Konrad Rzeszutek Wilk
On Thu, Dec 06, 2012 at 04:27:36AM +, Liu, Jinsong wrote: > diff --git a/drivers/xen/Kconfig b/drivers/xen/Kconfig > index 126d8ce..abd0396 100644 > --- a/drivers/xen/Kconfig > +++ b/drivers/xen/Kconfig > @@ -206,4 +206,15 @@ config XEN_MCE_LOG > Allow k

RE: [PATCH V1 1/2] Xen acpi memory hotplug driver

2012-12-05 Thread Liu, Jinsong
diff --git a/drivers/xen/Kconfig b/drivers/xen/Kconfig index 126d8ce..abd0396 100644 --- a/drivers/xen/Kconfig +++ b/drivers/xen/Kconfig @@ -206,4 +206,15 @@ config XEN_MCE_LOG Allow kernel fetching MCE error from Xen platform and converting it into Linu

Re: [PATCH V1 1/2] Xen acpi memory hotplug driver

2012-12-05 Thread Konrad Rzeszutek Wilk
On Fri, Nov 30, 2012 at 03:08:02AM +, Liu, Jinsong wrote: > Konrad Rzeszutek Wilk wrote: > > On Wed, Nov 21, 2012 at 11:45:04AM +, Liu, Jinsong wrote: > >>> From 630c65690c878255ce71e7c1172338ed08709273 Mon Sep 17 00:00:00 > >>> 2001 > >> From: Liu Jinsong > >> Date: Tue, 20 Nov 2012 21:1

RE: [PATCH V1 1/2] Xen acpi memory hotplug driver

2012-11-29 Thread Liu, Jinsong
Konrad Rzeszutek Wilk wrote: > On Wed, Nov 21, 2012 at 11:45:04AM +, Liu, Jinsong wrote: >>> From 630c65690c878255ce71e7c1172338ed08709273 Mon Sep 17 00:00:00 >>> 2001 >> From: Liu Jinsong >> Date: Tue, 20 Nov 2012 21:14:37 +0800 >> Subject: [PATCH 1/2] Xen acpi memory hotplug driver >> >> X

Re: [PATCH V1 1/2] Xen acpi memory hotplug driver

2012-11-28 Thread Konrad Rzeszutek Wilk
On Wed, Nov 21, 2012 at 11:45:04AM +, Liu, Jinsong wrote: > >From 630c65690c878255ce71e7c1172338ed08709273 Mon Sep 17 00:00:00 2001 > From: Liu Jinsong > Date: Tue, 20 Nov 2012 21:14:37 +0800 > Subject: [PATCH 1/2] Xen acpi memory hotplug driver > > Xen acpi memory hotplug consists of 2 logic