Re: [Qemu-devel] [PATCH] qmp: netdev_add is like -netdev, not -net, fix documentation

2013-02-27 Thread Stefan Hajnoczi
On Fri, Feb 22, 2013 at 06:31:51PM +0100, Markus Armbruster wrote: > Cc: qemu-sta...@nongnu.org > Signed-off-by: Markus Armbruster > --- > qmp-commands.hx | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Thanks, applied to my net tree: https://github.com/stefanha/qemu/commits/net Stefan

Re: [Qemu-devel] [PATCH] qmp: netdev_add is like -netdev, not -net, fix documentation

2013-02-22 Thread Laszlo Ersek
On 02/22/13 18:31, Markus Armbruster wrote: > Cc: qemu-sta...@nongnu.org > Signed-off-by: Markus Armbruster > --- > qmp-commands.hx | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/qmp-commands.hx b/qmp-commands.hx > index 799adea..95022e2 100644 > --- a/qmp-commands.hx >

[Qemu-devel] [PATCH] qmp: netdev_add is like -netdev, not -net, fix documentation

2013-02-22 Thread Markus Armbruster
Cc: qemu-sta...@nongnu.org Signed-off-by: Markus Armbruster --- qmp-commands.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qmp-commands.hx b/qmp-commands.hx index 799adea..95022e2 100644 --- a/qmp-commands.hx +++ b/qmp-commands.hx @@ -822,7 +822,7 @@ Example: -> { "execu