Re: [Qemu-devel] [PATCH] pcspk: Fix I/O port name

2015-03-25 Thread Michael Tokarev
19.03.2015 15:08, Jan Kiszka wrote: > Probably a copy&paste bug. Fixing it helps identifying the device model > behind port 0x61. Applied to -trivial, thank you! /mjt

Re: [Qemu-devel] [PATCH] pcspk: Fix I/O port name

2015-03-19 Thread Gonglei
On 2015/3/19 20:08, Jan Kiszka wrote: > Probably a copy&paste bug. Fixing it helps identifying the device model > behind port 0x61. > > Signed-off-by: Jan Kiszka > --- > hw/audio/pcspk.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Reviewed-by: Gonglei > diff --git a/hw/audio/pc

[Qemu-devel] [PATCH] pcspk: Fix I/O port name

2015-03-19 Thread Jan Kiszka
Probably a copy&paste bug. Fixing it helps identifying the device model behind port 0x61. Signed-off-by: Jan Kiszka --- hw/audio/pcspk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/audio/pcspk.c b/hw/audio/pcspk.c index 1d81bbe..5266fb5 100644 --- a/hw/audio/pcspk.c ++