Re: [PATCH 10/11] qemu/kvm: kvm hyper-v based guest crash event handling

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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



[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux