Re: [Qemu-devel] [PATCH 05/12] alpha: use the new pci_vga_init() function

2012-09-10 Thread Richard Henderson
On 09/08/2012 04:26 AM, Aurelien Jarno wrote: > This remove the fallback to std-vga in case, as availability of the > requested vga device is now tested in vl.c, and returns an error message > to the user. > > Cc: Richard Henderson > Signed-off-by: Aurelien Jarno Acked-by: Richard Henderson

Re: [Qemu-devel] [PATCH 05/12] alpha: use the new pci_vga_init() function

2012-09-08 Thread Alexander Graf
On 08.09.2012, at 17:00, Alexander Graf wrote: > > > On 08.09.2012, at 16:57, Aurelien Jarno wrote: > >> On Sat, Sep 08, 2012 at 04:47:43PM +0200, Alexander Graf wrote: >>> >>> >>> On 08.09.2012, at 13:26, Aurelien Jarno wrote: >>> This remove the fallback to std-vga in case, as av

Re: [Qemu-devel] [PATCH 05/12] alpha: use the new pci_vga_init() function

2012-09-08 Thread Alexander Graf
On 08.09.2012, at 16:57, Aurelien Jarno wrote: > On Sat, Sep 08, 2012 at 04:47:43PM +0200, Alexander Graf wrote: >> >> >> On 08.09.2012, at 13:26, Aurelien Jarno wrote: >> >>> This remove the fallback to std-vga in case, as availability of the >>> requested vga device is now tested in vl.c,

Re: [Qemu-devel] [PATCH 05/12] alpha: use the new pci_vga_init() function

2012-09-08 Thread Aurelien Jarno
On Sat, Sep 08, 2012 at 04:47:43PM +0200, Alexander Graf wrote: > > > On 08.09.2012, at 13:26, Aurelien Jarno wrote: > > > This remove the fallback to std-vga in case, as availability of the > > requested vga device is now tested in vl.c, and returns an error message > > to the user. > > > > C

Re: [Qemu-devel] [PATCH 05/12] alpha: use the new pci_vga_init() function

2012-09-08 Thread Alexander Graf
On 08.09.2012, at 13:26, Aurelien Jarno wrote: > This remove the fallback to std-vga in case, as availability of the > requested vga device is now tested in vl.c, and returns an error message > to the user. > > Cc: Richard Henderson > Signed-off-by: Aurelien Jarno > --- > hw/alpha_dp264.c |

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

2012-09-08 Thread Aurelien Jarno
This remove the fallback to std-vga in case, as availability of the requested vga device is now tested in vl.c, and returns an error message to the user. Cc: Richard Henderson Signed-off-by: Aurelien Jarno --- hw/alpha_dp264.c |2 +- hw/alpha_pci.c | 24 hw/alph