Re: [Qemu-devel] [PATCH 11/12] pc: 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: > The CONFIG_SPICE is now tested in vl.c and thus not needed anymore. The > various tests are still needed for the ISA cases. > > Cc: Anthony Liguori > Signed-off-by: Aurelien Jarno > --- > hw/pc.c | 41 +++

[Qemu-devel] [PATCH 11/12] pc: use the new pci_vga_init() function

2012-09-08 Thread Aurelien Jarno
The CONFIG_SPICE is now tested in vl.c and thus not needed anymore. The various tests are still needed for the ISA cases. Cc: Anthony Liguori Signed-off-by: Aurelien Jarno --- hw/pc.c | 41 +++-- 1 file changed, 15 insertions(+), 26 deletions(-) diff --git