All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] acpi_piix4: remove bad save/restore of cpus_sts
@ 2011-04-18  8:44 Avi Kivity
  2011-04-18 13:56 ` Isaku Yamahata
  0 siblings, 1 reply; 4+ messages in thread
From: Avi Kivity @ 2011-04-18  8:44 UTC (permalink / raw)
  To: Marcelo Tosatti, kvm, Juan Quintela, Isaku Yamahata

Introduced by a mismerge and segfaults immediately.  Still need proper
save/restore of this field.

Signed-off-by: Avi Kivity <avi@redhat.com>
---
 hw/acpi.h       |    1 -
 hw/acpi_piix4.c |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/hw/acpi.h b/hw/acpi.h
index 96f1d5f..c141e65 100644
--- a/hw/acpi.h
+++ b/hw/acpi.h
@@ -133,7 +133,6 @@ struct ACPIGPE {
 
     uint8_t *sts;
     uint8_t *en;
-    uint8_t *cpu_sts;
 };
 typedef struct ACPIGPE ACPIGPE;
 
diff --git a/hw/acpi_piix4.c b/hw/acpi_piix4.c
index 9dc6f43..b582302 100644
--- a/hw/acpi_piix4.c
+++ b/hw/acpi_piix4.c
@@ -235,7 +235,6 @@ static const VMStateDescription vmstate_gpe = {
     .fields      = (VMStateField []) {
         VMSTATE_GPE_ARRAY(sts, ACPIGPE),
         VMSTATE_GPE_ARRAY(en, ACPIGPE),
-        VMSTATE_UINT8_ARRAY(cpus_sts, struct gpe_regs, 32),
         VMSTATE_END_OF_LIST()
     }
 };
-- 
1.7.4.3


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

end of thread, other threads:[~2011-04-20  8:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-18  8:44 [PATCH] acpi_piix4: remove bad save/restore of cpus_sts Avi Kivity
2011-04-18 13:56 ` Isaku Yamahata
2011-04-18 14:10   ` Isaku Yamahata
2011-04-20  8:24   ` Avi Kivity

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.