commit | 4d6e3ac5d411c461d0fb4b1cd2ace854963c9e30 | [log] [tgz] |
---|---|---|
author | Jan Kiszka <jan.kiszka@siemens.com> | Tue Dec 08 17:54:55 2009 +0100 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Sat Dec 12 07:59:39 2009 -0600 |
tree | ca931064e0124d0a0590b104de2603ce2ba3eed4 | |
parent | bd9d30640c3c2489175fd9ddd5459c69f94688f8 [diff] |
kvm: x86: Save/restore exception_index As KVM now makes use of exception_index to keep pending exceptions, we have to save&restore this field as well. NOTE: We have to nail the arch-independent exception_index down to a certain bit width for proper vmstate processing, namely to 32 bit. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>