Re: [Qemu-devel] [PATCH 1/4] monitor: Add device_del id argument completion.

2014-02-11 Thread Luiz Capitulino
On Thu, 6 Feb 2014 23:30:10 +0100 Hani Benhabiles wrote: > --- > monitor.c | 23 +++ > 1 file changed, 23 insertions(+) Your S-o-B is missing in all patches. Can reply to them adding it? > > diff --git a/monitor.c b/monitor.c > index b1ea262..f8c4cae 100644 > --- a/monito

[Qemu-devel] [PATCH 1/4] monitor: Add device_del id argument completion.

2014-02-06 Thread Hani Benhabiles
--- monitor.c | 23 +++ 1 file changed, 23 insertions(+) diff --git a/monitor.c b/monitor.c index b1ea262..f8c4cae 100644 --- a/monitor.c +++ b/monitor.c @@ -4254,6 +4254,25 @@ static const char *next_arg_type(const char *typestr) return (p != NULL ? ++p : typestr); }