Re: [Qemu-devel] [PATCH 04/10] x86,MIPS: make vmware_vga optional

2011-02-12 Thread Blue Swirl
On Sat, Feb 12, 2011 at 6:48 PM, Markus Armbruster wrote: > Blue Swirl writes: > >> Allow failure with vmware_vga device creation and use standard >> VGA instead. >> >> Signed-off-by: Blue Swirl >> --- >>  hw/mips_malta.c |    6 +- >>  hw/pc.c         |   11 --- >>  hw/vmware_vga.h |

Re: [Qemu-devel] [PATCH 04/10] x86,MIPS: make vmware_vga optional

2011-02-12 Thread Markus Armbruster
Blue Swirl writes: > Allow failure with vmware_vga device creation and use standard > VGA instead. > > Signed-off-by: Blue Swirl > --- > hw/mips_malta.c |6 +- > hw/pc.c | 11 --- > hw/vmware_vga.h | 11 +-- > 3 files changed, 22 insertions(+), 6 deletions(-)

[Qemu-devel] [PATCH 04/10] x86,MIPS: make vmware_vga optional

2011-02-03 Thread Blue Swirl
Allow failure with vmware_vga device creation and use standard VGA instead. Signed-off-by: Blue Swirl --- hw/mips_malta.c |6 +- hw/pc.c | 11 --- hw/vmware_vga.h | 11 +-- 3 files changed, 22 insertions(+), 6 deletions(-) diff --git a/hw/mips_malta.c b/hw/mi