Re: [Qemu-devel] [PATCH v2 03/17] monitor: Add device_add and device_del completion.

2014-04-11 Thread Luiz Capitulino
On Sun, 30 Mar 2014 11:58:25 +0100 Hani Benhabiles wrote: > Signed-off-by: Hani Benhabiles This is not related to this change, but device_add seems to return non-hotpluggable devices in the completion list (eg. Opteron_G5-x86_64-cpu). Might be worth fixing in this series. One more comment belo

[Qemu-devel] [PATCH v2 03/17] monitor: Add device_add and device_del completion.

2014-03-30 Thread Hani Benhabiles
Signed-off-by: Hani Benhabiles --- hmp-commands.hx | 2 ++ hmp.h | 2 ++ monitor.c | 34 +- 3 files changed, 25 insertions(+), 13 deletions(-) diff --git a/hmp-commands.hx b/hmp-commands.hx index 1b382b6..4c4d261 100644 --- a/hmp-commands.hx +++