diff mbox

[3/4] Updated linux header for watchdog emulation

Message ID 1342761795-12765-3-git-send-email-Bharat.Bhushan@freescale.com
State New, archived
Headers show

Commit Message

Bharat Bhushan July 20, 2012, 5:23 a.m. UTC
The follow up patch will use these defines.

Signed-off-by: Bharat Bhushan <bharat.bhushan@freescale.com>
---
 linux-headers/linux/kvm.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

Comments

Alexander Graf Aug. 1, 2012, 2:13 a.m. UTC | #1
On 20.07.2012, at 07:23, Bharat Bhushan wrote:

> The follow up patch will use these defines.
> 
> Signed-off-by: Bharat Bhushan <bharat.bhushan@freescale.com>

This one should be in the same commit as 1/4. But no worries, if I apply this patch set, I'd drop both of them and redo them myself anyways.


Alex

PS: Please post patches always also to the non-ppc mailing lists. I will refuse to apply QEMU patches that did not show up on qemu-devel, or KVM patches that did not show up on kvm@vger.--
To unsubscribe from this list: send the line "unsubscribe kvm-ppc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/linux-headers/linux/kvm.h b/linux-headers/linux/kvm.h
index 4b9e575..25c788c 100644
--- a/linux-headers/linux/kvm.h
+++ b/linux-headers/linux/kvm.h
@@ -163,6 +163,7 @@  struct kvm_pit_config {
 #define KVM_EXIT_OSI              18
 #define KVM_EXIT_PAPR_HCALL	  19
 #define KVM_EXIT_S390_UCONTROL	  20
+#define KVM_EXIT_WATCHDOG         21
 
 /* For KVM_EXIT_INTERNAL_ERROR */
 #define KVM_INTERNAL_ERROR_EMULATION 1
@@ -618,6 +619,7 @@  struct kvm_ppc_smmu_info {
 #define KVM_CAP_PPC_GET_SMMU_INFO 78
 #define KVM_CAP_S390_COW 79
 #define KVM_CAP_PPC_ALLOC_HTAB 80
+#define KVM_CAP_PPC_BOOKE_WATCHDOG 81
 
 #ifdef KVM_CAP_IRQ_ROUTING