Paolo Bonzini <pbonz...@redhat.com> writes: > Introduced when applying commit f81222b (audio: look for the ISA and > PCI buses, 2013-04-18). > > Signed-off-by: Paolo Bonzini <pbonz...@redhat.com>
Sorry about that. Combination of a dirty tree and my patch fuzzing script getting very, very unlucky. Regards, Anthony Liguori > --- > hw/i386/pc_piix.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/hw/i386/pc_piix.c b/hw/i386/pc_piix.c > index c1113e0..2bda79e 100644 > --- a/hw/i386/pc_piix.c > +++ b/hw/i386/pc_piix.c > @@ -88,6 +88,7 @@ static void pc_init1(MemoryRegion *system_memory, > void *fw_cfg = NULL; > > pc_cpus_init(cpu_model); > + pc_acpi_init("acpi-dsdt.aml"); > > if (kvmclock_enabled) { > kvmclock_create(); > -- > 1.8.2