Re: [Qemu-devel] [PATCH RFC 6/7] qmp: add 'cpu-del' command

2013-05-28 Thread li guang
在 2013-05-28二的 20:33 -0600,Eric Blake写道: > On 05/28/2013 07:47 PM, liguang wrote: > > add 'cpu-del' as complementary of 'cpu-add', > > cpu-del doesn't really delete a previous created > > cpu for it depends on CPU-QOM which it's un-finished > > yet to unrealize it. > > cpu-del just records the cpu-

Re: [Qemu-devel] [PATCH RFC 6/7] qmp: add 'cpu-del' command

2013-05-28 Thread Eric Blake
On 05/28/2013 07:47 PM, liguang wrote: > add 'cpu-del' as complementary of 'cpu-add', > cpu-del doesn't really delete a previous created > cpu for it depends on CPU-QOM which it's un-finished > yet to unrealize it. > cpu-del just records the cpu-id that guest want to > remove to keep status of ACPI

[Qemu-devel] [PATCH RFC 6/7] qmp: add 'cpu-del' command

2013-05-28 Thread liguang
add 'cpu-del' as complementary of 'cpu-add', cpu-del doesn't really delete a previous created cpu for it depends on CPU-QOM which it's un-finished yet to unrealize it. cpu-del just records the cpu-id that guest want to remove to keep status of ACPI cpu hot-remove process. Signed-off-by: liguang -