]> git.proxmox.com Git - mirror_qemu.git/commit - kvm-all.c
kvm: Handle exit reason KVM_EXIT_SYSTEM_EVENT
authorPranavkumar Sawargaonkar <pranavkumar@linaro.org>
Thu, 19 Jun 2014 17:06:25 +0000 (18:06 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 19 Jun 2014 17:06:25 +0000 (18:06 +0100)
commit99040447cee777498c1b2125f16402b8af88355c
tree46a9bd6d1c9415acb5712933382c6a962296b5f4
parenta0289b8af3b05fe47bee8e434d1c978382a5a8cc
kvm: Handle exit reason KVM_EXIT_SYSTEM_EVENT

In-kernel PSCI v0.2 emulation of KVM ARM/ARM64 forwards SYSTEM_OFF
and SYSTEM_RESET function calls to QEMU using KVM_EXIT_SYSTEM_EVENT
exit reason.

This patch updates kvm_cpu_exec() to handle KVM_SYSTEM_EVENT_SHUTDOWN
and KVM_SYSTEM_EVENT_RESET system-level events from QEMU-side.

Signed-off-by: Pranavkumar Sawargaonkar <pranavkumar@linaro.org>
Signed-off-by: Anup Patel <anup.patel@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1402901605-24551-4-git-send-email-pranavkumar@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
kvm-all.c