Re: [Qemu-devel] [PATCH 7/8] audio: look for the ISA and PCI buses

2013-04-30 Thread Anthony Liguori
Paolo Bonzini writes: > Il 30/04/2013 14:16, Andreas Färber ha scritto: >> >> The patch version committed has an additional change in this file: >> >> @@ -88,7 +88,6 @@ static void pc_init1(MemoryRegion *system_memory, >> void *fw_cfg = NULL; >> >> pc_cpus_init(cpu_model); >> -pc

Re: [Qemu-devel] [PATCH 7/8] audio: look for the ISA and PCI buses

2013-04-30 Thread Paolo Bonzini
Il 30/04/2013 14:16, Andreas Färber ha scritto: > > The patch version committed has an additional change in this file: > > @@ -88,7 +88,6 @@ static void pc_init1(MemoryRegion *system_memory, > void *fw_cfg = NULL; > > pc_cpus_init(cpu_model); > -pc_acpi_init("acpi-dsdt.aml"); > >

Re: [Qemu-devel] [PATCH 7/8] audio: look for the ISA and PCI buses

2013-04-30 Thread Alexander Graf
On 04/18/2013 06:44 PM, Paolo Bonzini wrote: Signed-off-by: Paolo Bonzini --- arch_init.c| 16 +++- hw/i386/pc_piix.c | 2 +- hw/i386/pc_q35.c | 2 +- hw/mips/mips_jazz.c| 2 +- hw/mips/mips_malta.c | 2 +- hw/ppc/prep.c

Re: [Qemu-devel] [PATCH 7/8] audio: look for the ISA and PCI buses

2013-04-30 Thread Andreas Färber
Am 18.04.2013 18:44, schrieb Paolo Bonzini: > Signed-off-by: Paolo Bonzini > --- > arch_init.c| 16 +++- > hw/i386/pc_piix.c | 2 +- > hw/i386/pc_q35.c | 2 +- > hw/mips/mips_jazz.c| 2 +- > hw/mips/mips_malta.c | 2 +- > hw/ppc/pre

[Qemu-devel] [PATCH 7/8] audio: look for the ISA and PCI buses

2013-04-18 Thread Paolo Bonzini
Signed-off-by: Paolo Bonzini --- arch_init.c| 16 +++- hw/i386/pc_piix.c | 2 +- hw/i386/pc_q35.c | 2 +- hw/mips/mips_jazz.c| 2 +- hw/mips/mips_malta.c | 2 +- hw/ppc/prep.c | 2 +- include/sysemu/arch_init.h | 2 +-