Re: [Xen-devel] [PATCH qemu-trad] cirrus: fix an uninitialized variable

2015-02-16 Thread Ian Jackson
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

Re: [Xen-devel] [PATCH qemu-trad] cirrus: fix an uninitialized variable

2015-02-02 Thread Ian Jackson
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

[Xen-devel] [PATCH qemu-trad] cirrus: fix an uninitialized variable

2015-02-02 Thread Jan Beulich
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