qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] Remove incorrect pci_mem_base setting in bonito


From: Aurelien Jarno
Subject: Re: [Qemu-devel] [PATCH] Remove incorrect pci_mem_base setting in bonito northbridge
Date: Wed, 14 Jul 2010 14:42:36 +0200
User-agent: Mutt/1.5.18 (2008-05-17)

On Wed, Jul 14, 2010 at 07:51:49PM +0800, Huacai Chen wrote:
> This mistake makes PCI devices can't work correctly.
> 
> Signed-off-by: Huacai Chen <address@hidden>
> ---
>  hw/bonito.c |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)

Thanks, applied.

> diff --git a/hw/bonito.c b/hw/bonito.c
> index 8b81032..dcf0311 100644
> --- a/hw/bonito.c
> +++ b/hw/bonito.c
> @@ -775,7 +775,6 @@ PCIBus *bonito_init(qemu_irq *pic)
>                           pci_bonito_map_irq, pic, 0x28, 32);
>      pcihost->bus = b;
>      qdev_init_nofail(dev);
> -    pci_bus_set_mem_base(pcihost->bus, 0x10000000);
>  
>      d = pci_create_simple(b, PCI_DEVFN(0, 0), "Bonito");
>      s = DO_UPCAST(PCIBonitoState, dev, d);
> -- 
> 1.7.0.4
> 
> 
> 

-- 
Aurelien Jarno                          GPG: 1024D/F1BCDB73
address@hidden                 http://www.aurel32.net



reply via email to

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