From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:56916) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R7pXu-0007GV-OT for qemu-devel@nongnu.org; Sun, 25 Sep 2011 10:19:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R7pXt-000425-Jh for qemu-devel@nongnu.org; Sun, 25 Sep 2011 10:19:06 -0400 Received: from mx1.redhat.com ([209.132.183.28]:31986) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R7pXt-00041x-9c for qemu-devel@nongnu.org; Sun, 25 Sep 2011 10:19:05 -0400 Message-ID: <4E7F3853.2040609@redhat.com> Date: Sun, 25 Sep 2011 17:18:59 +0300 From: Avi Kivity MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PULL] pci_prep fix List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori , qemu-devel Cc: Alexander Graf 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); memory_region_add_subregion(address_space_io, 0xcfc, &s->data_mem); sysbus_init_ioports(&s->busdev, 0xcfc, 1); -- error compiling committee.c: too many arguments to function