Re: [Qemu-devel] [PATCH v2 2/2] Fix return value of vga initlization on ppc

2014-03-10 Thread Mark Wu
On 03/07/2014 05:43 PM, Paolo Bonzini wrote: Il 07/03/2014 10:37, Mark Wu ha scritto: Before spapr_vga_init will returned false if the vga is specified by the command '-device VGA' because vga_interface_type was evaluated to VGA_NONE. With the change in previous patch of this series, spapr_vga_i

Re: [Qemu-devel] [PATCH v2 2/2] Fix return value of vga initlization on ppc

2014-03-07 Thread Paolo Bonzini
Il 07/03/2014 10:37, Mark Wu ha scritto: > Before spapr_vga_init will returned false if the vga is specified by > the command '-device VGA' because vga_interface_type was evaluated to > VGA_NONE. With the change in previous patch of this series, > spapr_vga_init should return true if it's told that

[Qemu-devel] [PATCH v2 2/2] Fix return value of vga initlization on ppc

2014-03-07 Thread Mark Wu
Before spapr_vga_init will returned false if the vga is specified by the command '-device VGA' because vga_interface_type was evaluated to VGA_NONE. With the change in previous patch of this series, spapr_vga_init should return true if it's told that the vga will be initialized in flow of the gener