commit | 059b8b1eb68c8fe65604baba7bb977d1ec120f96 | [log] [tgz] |
---|---|---|
author | Jan Kiszka <jan.kiszka@web.de> | Sat Jun 27 09:27:22 2009 +0200 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Mon Jun 29 14:18:08 2009 -0500 |
tree | 34c9c909f78a4344e364661d2ff5b5fd1a22e778 | |
parent | 3a31f36a07d8d6bf49a7da24c5570153de0fd79e [diff] |
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>