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

2011-10-16 Thread Avi Kivity
On 10/16/2011 06:51 PM, Blue Swirl wrote: > Remove target dependencies and compile Cirrus VGA in hwlib. > > > +#define CIRRUS_PAGE_SIZE 4096 > +#define CIRRUS_PAGE_MASK (CIRRUS_PAGE_SIZE - 1) This is inverted from TARGET_PAGE_MASK. > + > #define BLTUNSAFE(s) \ > ( \ > ( /* check ds

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

2011-10-16 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 |7 +-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Makefile.objs b/Makefile.objs index 44d9bb9..e98d74e 100644