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
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 +
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