Patchworkβ [QEMU-KVM,4/4] Import internal error data header updates from kvm.git

login
register
about
Submitter Avi Kivity
Date 2009-11-04 10:49:56
Message ID <1257331796-29722-5-git-send-email-avi@redhat.com>
Download mbox | patch
Permalink /patch/57510/
State New
Headers show

Comments

Avi Kivity - 2009-11-04 10:49:56
Signed-off-by: Avi Kivity <avi@redhat.com>
---
 kvm/include/linux/kvm.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

Patch

diff --git a/kvm/include/linux/kvm.h b/kvm/include/linux/kvm.h
index f8f8900..c518b36 100644
--- a/kvm/include/linux/kvm.h
+++ b/kvm/include/linux/kvm.h
@@ -187,6 +187,9 @@  struct kvm_run {
 		} dcr;
 		struct {
 			__u32 suberror;
+			/* Available with KVM_CAP_INTERNAL_ERROR_DATA: */
+			__u32 ndata;
+			__u64 data[16];
 		} internal;
 		/* Fix the size of the union. */
 		char padding[256];
@@ -436,6 +439,7 @@  struct kvm_ioeventfd {
 #endif
 #define KVM_CAP_IOEVENTFD 36
 #define KVM_CAP_SET_IDENTITY_MAP_ADDR 37
+#define KVM_CAP_INTERNAL_ERROR_DATA 40
 
 #ifdef KVM_CAP_IRQ_ROUTING