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

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 +++

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/Kconfig @@ -206,4 +206,15 @@

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 in the future. Xen memory hotplug

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

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,15 @@ config XEN_MCE_LOG

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-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 Allow kernel

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

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 kernel fetching MCE error from

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

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

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 jinsong@intel.com Date: Tue, 20 Nov 2012

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 Linux mcelog format for mcelog

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 >> >>

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 jinsong@intel.com Date: Tue, 20 Nov 2012 21:14:37 +0800 Subject: [PATCH 1/2] Xen acpi memory hotplug driver

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

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 jinsong@intel.com Date: Tue, 20 Nov 2012 21:14:37 +0800 Subject: [PATCH 1/2] Xen acpi memory hotplug driver Xen acpi memory hotplug

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

2012-11-21 Thread Liu, Jinsong
>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 components: Xen acpi memory hotplug driver and Xen hypercall. This

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

2012-11-21 Thread Liu, Jinsong
From 630c65690c878255ce71e7c1172338ed08709273 Mon Sep 17 00:00:00 2001 From: Liu Jinsong jinsong@intel.com 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 components: Xen acpi memory hotplug driver and Xen