qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH RFC 01/11] linux-headers/virtio_config: Update with


From: Cornelia Huck
Subject: [Qemu-devel] [PATCH RFC 01/11] linux-headers/virtio_config: Update with VIRTIO_F_VERSION_1
Date: Tue, 7 Oct 2014 16:39:57 +0200

From: Thomas Huth <address@hidden>

Add the new VIRTIO_F_VERSION_1 definition to the virtio_config.h
linux header.

Signed-off-by: Thomas Huth <address@hidden>
Signed-off-by: Cornelia Huck <address@hidden>
---
 linux-headers/linux/virtio_config.h |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/linux-headers/linux/virtio_config.h 
b/linux-headers/linux/virtio_config.h
index 75dc20b..16aa289 100644
--- a/linux-headers/linux/virtio_config.h
+++ b/linux-headers/linux/virtio_config.h
@@ -54,4 +54,7 @@
 /* Can the device handle any descriptor layout? */
 #define VIRTIO_F_ANY_LAYOUT            27
 
+/* v1.0 compliant. */
+#define VIRTIO_F_VERSION_1             32
+
 #endif /* _LINUX_VIRTIO_CONFIG_H */
-- 
1.7.9.5




reply via email to

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