qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 2/3] update linux headers


From: Wen Congyang
Subject: [Qemu-devel] [PATCH 2/3] update linux headers
Date: Mon, 21 May 2012 14:50:13 +0800
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100413 Fedora/3.0.4-2.fc13 Thunderbird/3.0.4

Signed-off-by: Wen Congyang <address@hidden>
---
 linux-headers/linux/kvm_para.h |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/linux-headers/linux/kvm_para.h b/linux-headers/linux/kvm_para.h
index 7bdcf93..5618758 100644
--- a/linux-headers/linux/kvm_para.h
+++ b/linux-headers/linux/kvm_para.h
@@ -20,6 +20,14 @@
 #define KVM_HC_FEATURES                        3
 #define KVM_HC_PPC_MAP_MAGIC_PAGE      4
 
+#define KVM_PV_PORT    (0x505UL)
+
+/* The bit of the value read from KVM_PV_PORT */
+#define KVM_PV_FEATURE_PANICKED        0
+
+/* The value writen to KVM_PV_PORT */
+#define KVM_PV_PANICKED                1
+
 /*
  * hypercalls use architecture specific
  */
-- 
1.7.1




reply via email to

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