KVM: x86: Refactor persistent CPU state
commit059b8b1eb68c8fe65604baba7bb977d1ec120f96
authorJan Kiszka <jan.kiszka@web.de>
Sat, 27 Jun 2009 07:27:22 +0000 (27 09:27 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 29 Jun 2009 19:18:08 +0000 (29 14:18 -0500)
tree34c9c909f78a4344e364661d2ff5b5fd1a22e778
parent3a31f36a07d8d6bf49a7da24c5570153de0fd79e
KVM: x86: Refactor persistent CPU state

This patch aligns the KVM-related layout and encoding of the CPU state
to be saved to disk or migrated with qemu-kvm. The major differences are
reordering of fields and a compressed interrupt_bitmap into a single
number as there can be no more than one pending IRQ at a time.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
target-i386/machine.c