Re: [kvm-devel] SMP reboot issue

2007-10-10 Thread Avi Kivity
Dong, Eddie wrote: > SMP reboot failed with various phenomena such as user level > "unhandled vm exit: 0x8021 ..." when rebooting SMP RHEL5U > or "execption 8 (0)..." when rebooting XP etc. The reason is that > we are not correctly reset VCPU. create_vcpu does some initialization > work which

[kvm-devel] SMP reboot issue

2007-10-09 Thread Dong, Eddie
SMP reboot failed with various phenomena such as user level "unhandled vm exit: 0x8021 ..." when rebooting SMP RHEL5U or "execption 8 (0)..." when rebooting XP etc. The reason is that we are not correctly reset VCPU. create_vcpu does some initialization work which should be part of reset job.