On Wed, Nov 25, 2009 at 12:33:03AM +0100, Jan Kiszka wrote: > This patch extends the qemu-kvm state sync logic with support for > KVM_GET/SET_VCPU_EVENTS, giving access to yet missing exception, > interrupt and NMI states. > > Signed-off-by: Jan Kiszka <jan.kis...@siemens.com> > --- > kvm-all.c | 11 +++++++ > kvm.h | 1 + > target-i386/cpu.h | 5 +++ > target-i386/kvm.c | 77 > +++++++++++++++++++++++++++++++++++++++++++++++++ > target-i386/machine.c | 6 ++++ > 5 files changed, 100 insertions(+), 0 deletions(-)
Jan, Where is exception_index in the migration data? I can't see it anywhere.