Re: [Qemu-devel] [PATCH] ati-vga: Fix indexed access to video memory

2019-03-26 Thread Gerd Hoffmann
On Mon, Mar 18, 2019 at 11:34:46PM +0100, BALATON Zoltan wrote: > Coverity (CID 1399700) found that this was wrong so instead of trying > to do it by hand use existing access functions that should work better. Added to patch queue. thanks, Gerd

[Qemu-devel] [PATCH] ati-vga: Fix indexed access to video memory

2019-03-18 Thread BALATON Zoltan
Coverity (CID 1399700) found that this was wrong so instead of trying to do it by hand use existing access functions that should work better. Signed-off-by: BALATON Zoltan --- hw/display/ati.c | 18 ++ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/hw/display/ati.