diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2009-12-18 08:16:30 -0600 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-12-18 11:26:33 -0600 |
commit | acb6685feaeea0989d29b6f12e96fea48e8ce9d9 (patch) | |
tree | 4602ac6508ce985f0200a52f4629b27ba06f1ea0 /target-i386 | |
parent | 8095cb3ed22d74649fd247efb9518459eae4d92e (diff) |
Revert "kvm: x86: Save/restore exception_index"
This reverts commit ebbc8a3d8e76d0402f8a08c10c0f32e24715d41d.
As suggested by Jan Kiszka,
"It was obsoleted by d1793b836f8f123b961c613de1bb1c0c185c84cc and now
saves/restores a useless field."
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'target-i386')
-rw-r--r-- | target-i386/machine.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target-i386/machine.c b/target-i386/machine.c index 567e01ec6f..87704918be 100644 --- a/target-i386/machine.c +++ b/target-i386/machine.c @@ -454,7 +454,6 @@ static const VMStateDescription vmstate_cpu = { VMSTATE_UINT8_V(nmi_pending, CPUState, 11), VMSTATE_UINT8_V(has_error_code, CPUState, 11), VMSTATE_UINT32_V(sipi_vector, CPUState, 11), - VMSTATE_INT32_V(exception_index, CPUState, 11), /* MCE */ VMSTATE_UINT64_V(mcg_cap, CPUState, 10), VMSTATE_UINT64_V(mcg_status, CPUState, 10), |