Ian Jackson writes ("Re: [PATCH qemu-trad] cirrus: fix an uninitialized
variable"):
> Jan Beulich writes ("[PATCH qemu-trad] cirrus: fix an uninitialized
> variable"):
> > Noticed by paying attention to a compiler warning (reported for the
> > only caller of the function modified, vga_ioport_read
Jan Beulich writes ("[PATCH qemu-trad] cirrus: fix an uninitialized variable"):
> Noticed by paying attention to a compiler warning (reported for the
> only caller of the function modified, vga_ioport_read()).
>
> Signed-off-by: Jan Beulich
Thanks,
Acked-by: Ian Jackson
Committed-by: Ian Jacks
Noticed by paying attention to a compiler warning (reported for the
only caller of the function modified, vga_ioport_read()).
Signed-off-by: Jan Beulich
--- a/hw/cirrus_vga.c
+++ b/hw/cirrus_vga.c
@@ -1658,8 +1658,8 @@ cirrus_hook_read_cr(CirrusVGAState * s,
default:
#ifdef DEBUG_CIRRUS