Re: [Qemu-devel] [PATCH 1/2] audio: fix buffer-length typo in documentation

2019-09-18 Thread Stefan Hajnoczi
On Tue, Sep 17, 2019 at 09:29:34PM +0200, Zoltán Kővágó wrote: > On 2019-09-11 16:58, Stefan Hajnoczi wrote: > > Fixes: f0b3d811529 ("audio: -audiodev command line option: documentation") > > Signed-off-by: Stefan Hajnoczi > > --- > > qemu-options.hx | 4 ++-- > > 1 file changed, 2 insertions(+

Re: [Qemu-devel] [PATCH 1/2] audio: fix buffer-length typo in documentation

2019-09-17 Thread Zoltán Kővágó
On 2019-09-11 16:58, Stefan Hajnoczi wrote: Fixes: f0b3d811529 ("audio: -audiodev command line option: documentation") Signed-off-by: Stefan Hajnoczi --- qemu-options.hx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qemu-options.hx b/qemu-options.hx index bbfd936d29.

[Qemu-devel] [PATCH 1/2] audio: fix buffer-length typo in documentation

2019-09-11 Thread Stefan Hajnoczi
Fixes: f0b3d811529 ("audio: -audiodev command line option: documentation") Signed-off-by: Stefan Hajnoczi --- qemu-options.hx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qemu-options.hx b/qemu-options.hx index bbfd936d29..a4f9f74f52 100644 --- a/qemu-options.hx +++ b/q