qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 10/11] qemu/kvm: kvm hyper-v based guest crash e


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH 10/11] qemu/kvm: kvm hyper-v based guest crash event handling
Date: Mon, 22 Jun 2015 18:17:16 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0

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;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]