qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Blue Swirl
Subject: Re: [Qemu-devel] [PATCH 10/12] sun/sun4u: use the new pci_vga_init() function
Date: Sat, 8 Sep 2012 12:32:48 +0000

On Sat, Sep 8, 2012 at 11:26 AM, Aurelien Jarno <address@hidden> wrote:
> As a bonus it allows new vga card types (including none).
>
> Cc: Blue Swirl <address@hidden>

Acked-by: Blue Swirl <address@hidden>

> Signed-off-by: Aurelien Jarno <address@hidden>
> ---
>  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 @@
>  #include "elf.h"
>  #include "blockdev.h"
>  #include "exec-memory.h"
> -#include "vga-pci.h"
>
>  //#define DEBUG_IRQ
>  //#define DEBUG_EBUS
> @@ -821,7 +820,7 @@ static void sun4uv_init(MemoryRegion *address_space_mem,
>      ivec_irqs = qemu_allocate_irqs(cpu_set_ivec_irq, env, IVEC_MAX);
>      pci_bus = pci_apb_init(APB_SPECIAL_BASE, APB_MEM_BASE, ivec_irqs, 
> &pci_bus2,
>                             &pci_bus3, &pbm_irqs);
> -    pci_std_vga_init(pci_bus);
> +    pci_vga_init(pci_bus);
>
>      // XXX Should be pci_bus3
>      isa_bus = pci_ebus_init(pci_bus, -1, pbm_irqs);
> --
> 1.7.10.4
>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]