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

2011-10-18 Thread pingfank
From: Liu Ping Fan When I tried to enable cpu hotplug feature for qemu-kvm, I found that the ACPI device eject event just skipped by kernel. static void acpi_bus_notify(acpi_handle handle, u32 type, void *data) { case ACPI_NOTIFY_EJECT_REQUEST: /* TBD */---> skipped fro

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

2011-10-18 Thread pingfank
From: Liu Ping Fan When I tried to enable cpu hotplug feature for qemu-kvm, I found that the ACPI device eject event just skipped by kernel. static void acpi_bus_notify(acpi_handle handle, u32 type, void *data) { case ACPI_NOTIFY_EJECT_REQUEST: /* TBD */---> skipped fro