[Qemu-devel] [PATCH 3/3] vga: compile cirrus_vga in hwlib

2012-01-22 Thread Blue Swirl
Remove target dependencies and compile Cirrus VGA in hwlib. Address masking can be removed since memory API handles that now. Signed-off-by: Blue Swirl --- Makefile.objs |1 + Makefile.target |1 - hw/cirrus_vga.c |3 --- 3 files changed, 1 insertions(+), 4 deletions(-) diff --gi

Re: [Qemu-devel] [PATCH 3/3] vga: compile cirrus_vga in hwlib

2011-10-09 Thread Avi Kivity
On 10/09/2011 12:24 PM, Blue Swirl wrote: Remove target dependencies and compile Cirrus VGA in hwlib. @@ -618,10 +621,10 @@ static void cirrus_invalidate_region(CirrusVGAState * s, int off_begin, for (y = 0; y< lines; y++) { off_cur = off_begin; off_cur_end = (off_cur +

[Qemu-devel] [PATCH 3/3] vga: compile cirrus_vga in hwlib

2011-10-09 Thread Blue Swirl
Remove target dependencies and compile Cirrus VGA in hwlib. Signed-off-by: Blue Swirl --- Makefile.objs |1 + Makefile.target |1 - hw/cirrus_vga.c |9 ++--- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Makefile.objs b/Makefile.objs index c849e51..df2c888 1006