Re: [Qemu-devel] [PATCH] net: add -netdev options to man page

2012-08-29 Thread Stefan Hajnoczi
On Tue, Aug 14, 2012 at 02:25:51PM +0100, Stefan Hajnoczi wrote: > Document the -netdev syntax which supercedes the older -net syntax. > This patch is a first step to making -netdev prominent in the QEMU > manual. > > Reported-by: Anatoly Techtonik > Signed-off-by: Stefan Hajnoczi > --- > qemu-

[Qemu-devel] [PATCH] net: add -netdev options to man page

2012-08-14 Thread Stefan Hajnoczi
Document the -netdev syntax which supercedes the older -net syntax. This patch is a first step to making -netdev prominent in the QEMU manual. Reported-by: Anatoly Techtonik Signed-off-by: Stefan Hajnoczi --- qemu-options.hx |7 +++ 1 file changed, 7 insertions(+) diff --git a/qemu-opt