Re: [Qemu-devel] [PATCH] vga: Fix full updates in graphic mode

2012-02-11 Thread Blue Swirl
Thanks, applied. On Tue, Feb 7, 2012 at 15:03, Jan Kiszka wrote: > This fixes the regression introduced by cd7a45c95e: We lost the or'ing > with the full_update flag. > > Signed-off-by: Jan Kiszka > --- > > Applies on top of the other related fix: > http://thread.gmane.org/gmane.comp.emulators.q

[Qemu-devel] [PATCH] vga: Fix full updates in graphic mode

2012-02-07 Thread Jan Kiszka
This fixes the regression introduced by cd7a45c95e: We lost the or'ing with the full_update flag. Signed-off-by: Jan Kiszka --- Applies on top of the other related fix: http://thread.gmane.org/gmane.comp.emulators.qemu/134958 hw/vga.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions