Re: [Qemu-devel] [PATCH 1/1] ACPI: Call ACPI remove handler when handling ACPI eject event

2011-10-20 Thread Chen Gong
于 2011/10/20 17:37, qemul...@gmail.com 写道: On Wed, Oct 19, 2011 at 09:35:46PM +0800, Gong Chen wrote: On Wed, Oct 19, 2011 at 10:47 AM, wrote: From: Liu Ping Fan Call the remove handler for ACPI_NOTIFY_EJECT_REQUEST Signed-off-by: Liu Ping Fan --- drivers/acpi/bus.c |2 +- driver

Re: [Qemu-devel] [PATCH 1/1] ACPI: Call ACPI remove handler when handling ACPI eject event

2011-10-20 Thread qemulist
On Wed, Oct 19, 2011 at 09:35:46PM +0800, Gong Chen wrote: > On Wed, Oct 19, 2011 at 10:47 AM, wrote: > > From: Liu Ping Fan > > > > Call the remove handler for ACPI_NOTIFY_EJECT_REQUEST > > > > Signed-off-by: Liu Ping Fan > > --- > >  drivers/acpi/bus.c      |    2 +- > >  drivers/acpi/scan.c

Re: [Qemu-devel] [PATCH 1/1] ACPI: Call ACPI remove handler when handling ACPI eject event

2011-10-20 Thread canquan.shen
On 2011/10/20 16:08, liu ping fan wrote: On Wed, Oct 19, 2011 at 11:50:19AM +0800, canquan.shen wrote: Hi ping fan, Your patch is similar with my patch, my patch name is "acpi: Fix CPU hot removal problem". I saw your patch, a little similar. BTW, how are things going on? It is a long time

Re: [Qemu-devel] [PATCH 1/1] ACPI: Call ACPI remove handler when handling ACPI eject event

2011-10-20 Thread liu ping fan
On Wed, Oct 19, 2011 at 11:50:19AM +0800, canquan.shen wrote: > Hi ping fan, >Your patch is similar with my patch, my patch name is "acpi: Fix > CPU hot removal problem". I saw your patch, a little similar. BTW, how are things going on? It is a long time since V0 patch > > Thanks. > Canquan.Sh

Re: [Qemu-devel] [PATCH 1/1] ACPI: Call ACPI remove handler when handling ACPI eject event

2011-10-19 Thread Gong Chen
On Wed, Oct 19, 2011 at 10:47 AM, wrote: > From: Liu Ping Fan > > Call the remove handler for ACPI_NOTIFY_EJECT_REQUEST > > Signed-off-by: Liu Ping Fan > --- >  drivers/acpi/bus.c      |    2 +- >  drivers/acpi/scan.c     |    2 +- >  include/acpi/acpi_bus.h |    2 ++ >  3 files changed, 4 inse

Re: [Qemu-devel] [PATCH 1/1] ACPI: Call ACPI remove handler when handling ACPI eject event

2011-10-18 Thread canquan.shen
Hi ping fan, Your patch is similar with my patch, my patch name is "acpi: Fix CPU hot removal problem". 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

[Qemu-devel] [PATCH 1/1] ACPI: Call ACPI remove handler when handling ACPI eject event

2011-10-18 Thread pingfank
From: Liu Ping Fan Call the remove handler for ACPI_NOTIFY_EJECT_REQUEST Signed-off-by: Liu Ping Fan --- drivers/acpi/bus.c |2 +- drivers/acpi/scan.c |2 +- include/acpi/acpi_bus.h |2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/acpi/bus.c b/

[Qemu-devel] [PATCH 1/1] ACPI: Call ACPI remove handler when handling ACPI eject event

2011-10-18 Thread pingfank
From: Liu Ping Fan Call the remove handler for ACPI_NOTIFY_EJECT_REQUEST Signed-off-by: Liu Ping Fan --- drivers/acpi/bus.c |2 +- drivers/acpi/scan.c |2 +- include/acpi/acpi_bus.h |2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/acpi/bus.c b/