Re: [Qemu-devel] [PATCH Part1 1/5] acpi, pc: Add hotunplug request cb for pc machine.

2014-12-10 Thread Igor Mammedov
On Wed, 10 Dec 2014 15:02:44 +0800 Tang Chen tangc...@cn.fujitsu.com wrote: Hi Igor, On 11/18/2014 08:44 PM, Igor Mammedov wrote: On Mon, 17 Nov 2014 13:03:13 +0800 Tang Chen tangc...@cn.fujitsu.com wrote: in subj s/cb/callback|handler/ Memory and CPU hot unplug are both

Re: [Qemu-devel] [PATCH Part1 1/5] acpi, pc: Add hotunplug request cb for pc machine.

2014-12-09 Thread Tang Chen
Hi Igor, On 11/18/2014 08:44 PM, Igor Mammedov wrote: On Mon, 17 Nov 2014 13:03:13 +0800 Tang Chen tangc...@cn.fujitsu.com wrote: in subj s/cb/callback|handler/ Memory and CPU hot unplug are both asynchronize procedures. s/asynchronize/asynchronous/ They both need unplug request cb when

Re: [Qemu-devel] [PATCH Part1 1/5] acpi, pc: Add hotunplug request cb for pc machine.

2014-11-18 Thread Igor Mammedov
On Mon, 17 Nov 2014 13:03:13 +0800 Tang Chen tangc...@cn.fujitsu.com wrote: in subj s/cb/callback|handler/ Memory and CPU hot unplug are both asynchronize procedures. s/asynchronize/asynchronous/ They both need unplug request cb when the unplug operation happens. s/cb when the unplug operation

[Qemu-devel] [PATCH Part1 1/5] acpi, pc: Add hotunplug request cb for pc machine.

2014-11-16 Thread Tang Chen
Memory and CPU hot unplug are both asynchronize procedures. They both need unplug request cb when the unplug operation happens. This patch adds hotunplug request cb for pc machine, and memory and CPU hot unplug will base on it. Signed-off-by: Tang Chen tangc...@cn.fujitsu.com --- hw/i386/pc.c |