Another one...
On 22/06/2015 18:05, Denis V. Lunev wrote:
> + case KVM_SYSTEM_EVENT_CRASH:
> + if (run->system_event.flags & KVM_SYSTEM_EVENT_FL_HV_CRASH) {
> + kvm_arch_handle_hv_crash(cpu);
> + }
> + qemu_system_guest_panicked();
Please call
kvm_arch_handle_crash(cpu);
qemu_system_guest_panicked();
here, and check the HV_CRASH flag inside x86 specific code.
Paolo
> + ret = 0;
> + break;
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
