summaryrefslogtreecommitdiffstats
path: root/target-i386/cpu.h
diff options
context:
space:
mode:
authorJuan Quintela <quintela@redhat.com>2009-09-29 22:48:53 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2009-10-05 09:32:40 -0500
commitbfc179b60cb74cf33d27a61c14c5b41e6695c3ff (patch)
treeac000bf41667e47e09eea17146df4d63410a3379 /target-i386/cpu.h
parentcdc0c58fa9d86559f6811426eee16b0464dfcd93 (diff)
downloadhqemu-bfc179b60cb74cf33d27a61c14c5b41e6695c3ff.zip
hqemu-bfc179b60cb74cf33d27a61c14c5b41e6695c3ff.tar.gz
x86: add pending_irq_vmstate to the state
It is needed to save the interrupt_bitmap Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'target-i386/cpu.h')
-rw-r--r--target-i386/cpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/target-i386/cpu.h b/target-i386/cpu.h
index 8d858d1..731a22a 100644
--- a/target-i386/cpu.h
+++ b/target-i386/cpu.h
@@ -687,6 +687,7 @@ typedef struct CPUX86State {
/* For KVM */
uint64_t interrupt_bitmap[256 / 64];
+ int32_t pending_irq_vmstate;
uint32_t mp_state;
/* in order to simplify APIC support, we leave this pointer to the
OpenPOWER on IntegriCloud