qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PULL] pci_prep fix


From: Andreas Färber
Subject: Re: [Qemu-devel] [PULL] pci_prep fix
Date: Mon, 26 Sep 2011 17:19:14 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.2.22) Gecko/20110907 SUSE/3.1.14 Thunderbird/3.1.14

Am 25.09.2011 16:18, schrieb Avi Kivity:
> Please pull from
>
>   git://github.com/avikivity/qemu.git memory/urgent
>
> to receive for a fix which kills ppc_prep immediately after launch.
>
> Avi Kivity (1):
>       ppc_prep: fix pci config space initialization
>
>  hw/prep_pci.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/hw/prep_pci.c b/hw/prep_pci.c
> index 55e4e25..149807a 100644
> --- a/hw/prep_pci.c
> +++ b/hw/prep_pci.c
> @@ -130,7 +130,7 @@ static void prep_set_irq(void *opaque, int
> irq_num, int level)
>      memory_region_add_subregion(address_space_io, 0xcf8, &s->conf_mem);
>      sysbus_init_ioports(&s->busdev, 0xcf8, 1);
>
> -    memory_region_init_io(&s->conf_mem, &pci_host_data_be_ops, s,
> +    memory_region_init_io(&s->data_mem, &pci_host_data_be_ops, s,
>                            "pci-conf-data", 1);

Thanks for spotting that,

Andreas



reply via email to

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