[Qemu-devel] [PATCH 10/12] sun/sun4u: use the new pci_vga_init() function

2012-09-08 Thread Aurelien Jarno
As a bonus it allows new vga card types (including none). Cc: Blue Swirl Signed-off-by: Aurelien Jarno --- hw/sun4u.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hw/sun4u.c b/hw/sun4u.c index cca090f..137a7c6 100644 --- a/hw/sun4u.c +++ b/hw/sun4u.c @@ -39,7 +39,6 @

Re: [Qemu-devel] [PATCH 10/12] sun/sun4u: use the new pci_vga_init() function

2012-09-08 Thread Blue Swirl
On Sat, Sep 8, 2012 at 11:26 AM, Aurelien Jarno wrote: > As a bonus it allows new vga card types (including none). > > Cc: Blue Swirl Acked-by: Blue Swirl > Signed-off-by: Aurelien Jarno > --- > hw/sun4u.c |3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/hw/sun4u