qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] pc_piix: remove undesired change in pc_init1
@ 2013-04-30 14:00 Paolo Bonzini
  2013-04-30 14:33 ` Anthony Liguori
  2013-04-30 18:58 ` Anthony Liguori
  0 siblings, 2 replies; 3+ messages in thread
From: Paolo Bonzini @ 2013-04-30 14:00 UTC (permalink / raw)
  To: qemu-devel; +Cc: afaerber, anthony

Introduced when applying commit f81222b (audio: look for the ISA and
PCI buses, 2013-04-18).

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
 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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [PATCH] pc_piix: remove undesired change in pc_init1
  2013-04-30 14:00 [Qemu-devel] [PATCH] pc_piix: remove undesired change in pc_init1 Paolo Bonzini
@ 2013-04-30 14:33 ` Anthony Liguori
  2013-04-30 18:58 ` Anthony Liguori
  1 sibling, 0 replies; 3+ messages in thread
From: Anthony Liguori @ 2013-04-30 14:33 UTC (permalink / raw)
  To: Paolo Bonzini, qemu-devel; +Cc: afaerber

Paolo Bonzini <pbonzini@redhat.com> writes:

> Introduced when applying commit f81222b (audio: look for the ISA and
> PCI buses, 2013-04-18).
>
> Signed-off-by: Paolo Bonzini <pbonzini@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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [PATCH] pc_piix: remove undesired change in pc_init1
  2013-04-30 14:00 [Qemu-devel] [PATCH] pc_piix: remove undesired change in pc_init1 Paolo Bonzini
  2013-04-30 14:33 ` Anthony Liguori
@ 2013-04-30 18:58 ` Anthony Liguori
  1 sibling, 0 replies; 3+ messages in thread
From: Anthony Liguori @ 2013-04-30 18:58 UTC (permalink / raw)
  To: Paolo Bonzini, qemu-devel; +Cc: afaerber, anthony

Applied.  Thanks.

Regards,

Anthony Liguori

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-04-30 19:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-30 14:00 [Qemu-devel] [PATCH] pc_piix: remove undesired change in pc_init1 Paolo Bonzini
2013-04-30 14:33 ` Anthony Liguori
2013-04-30 18:58 ` Anthony Liguori

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).