All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] Synchronize the linux-headers
@ 2012-07-20  5:35 Bharat Bhushan
  2012-07-20  5:35 ` [PATCH 4/4] Enable kvm emulated watchdog Bharat Bhushan
  0 siblings, 1 reply; 32+ messages in thread
From: Bharat Bhushan @ 2012-07-20  5:35 UTC (permalink / raw)
  To: kvm-ppc

From: Bharat Bhushan <bharat.bhushan@freescale.com>

Qemu and KVM linux/kvm.h were not in sync.

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

diff --git a/linux-headers/linux/kvm.h b/linux-headers/linux/kvm.h
index 5a9d4e3..4b9e575 100644
--- a/linux-headers/linux/kvm.h
+++ b/linux-headers/linux/kvm.h
@@ -617,6 +617,7 @@ struct kvm_ppc_smmu_info {
 #define KVM_CAP_SIGNAL_MSI 77
 #define KVM_CAP_PPC_GET_SMMU_INFO 78
 #define KVM_CAP_S390_COW 79
+#define KVM_CAP_PPC_ALLOC_HTAB 80
 
 #ifdef KVM_CAP_IRQ_ROUTING
 
@@ -828,6 +829,8 @@ struct kvm_s390_ucas_mapping {
 #define KVM_SIGNAL_MSI            _IOW(KVMIO,  0xa5, struct kvm_msi)
 /* Available with KVM_CAP_PPC_GET_SMMU_INFO */
 #define KVM_PPC_GET_SMMU_INFO	  _IOR(KVMIO,  0xa6, struct kvm_ppc_smmu_info)
+/* Available with KVM_CAP_PPC_ALLOC_HTAB */
+#define KVM_PPC_ALLOCATE_HTAB	  _IOWR(KVMIO, 0xa7, __u32)
 
 /*
  * ioctls for vcpu fds
-- 
1.7.0.4



^ permalink raw reply related	[flat|nested] 32+ messages in thread

end of thread, other threads:[~2012-08-03  0:51 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-20  5:35 [PATCH 1/4] Synchronize the linux-headers Bharat Bhushan
2012-07-20  5:35 ` [PATCH 4/4] Enable kvm emulated watchdog Bharat Bhushan
2012-08-01  2:27   ` Alexander Graf
2012-08-01  2:27     ` [Qemu-devel] " Alexander Graf
2012-08-01  2:27     ` Alexander Graf
2012-08-01 17:27     ` Bhushan Bharat-R65777
2012-08-01 17:27       ` [Qemu-devel] " Bhushan Bharat-R65777
2012-08-01 17:27       ` Bhushan Bharat-R65777
2012-08-01 18:00       ` Scott Wood
2012-08-01 18:00         ` [Qemu-devel] " Scott Wood
2012-08-01 18:00         ` Scott Wood
2012-08-02 15:56         ` Bhushan Bharat-R65777
2012-08-02 15:56           ` [Qemu-devel] " Bhushan Bharat-R65777
2012-08-02 15:56           ` Bhushan Bharat-R65777
2012-08-02 20:31           ` Scott Wood
2012-08-02 20:31             ` [Qemu-devel] " Scott Wood
2012-08-02 20:31             ` Scott Wood
2012-08-03  0:51             ` Bhushan Bharat-R65777
2012-08-03  0:51               ` [Qemu-devel] " Bhushan Bharat-R65777
2012-08-03  0:51               ` Bhushan Bharat-R65777
2012-08-02 15:58         ` Alexander Graf
2012-08-02 15:58           ` [Qemu-devel] " Alexander Graf
2012-08-02 15:58           ` Alexander Graf
2012-08-02 15:56       ` Alexander Graf
2012-08-02 15:56         ` [Qemu-devel] " Alexander Graf
2012-08-02 15:56         ` Alexander Graf
2012-08-01 17:36     ` Bhushan Bharat-R65777
2012-08-01 17:36       ` [Qemu-devel] " Bhushan Bharat-R65777
2012-08-01 17:36       ` Bhushan Bharat-R65777
2012-08-02 15:57       ` Alexander Graf
2012-08-02 15:57         ` [Qemu-devel] " Alexander Graf
2012-08-02 15:57         ` Alexander Graf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.