qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PULL 08/57] hw: Define empty HW_COMPAT_2_[23] macros


From: Michael S. Tsirkin
Subject: [Qemu-devel] [PULL 08/57] hw: Define empty HW_COMPAT_2_[23] macros
Date: Sun, 31 May 2015 20:34:46 +0200

From: Eduardo Habkost <address@hidden>

Now we can make everything consistent and define the macros even if they
are still empty.

Signed-off-by: Eduardo Habkost <address@hidden>
Reviewed-by: Michael S. Tsirkin <address@hidden>
Signed-off-by: Michael S. Tsirkin <address@hidden>
---
 include/hw/compat.h | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/include/hw/compat.h b/include/hw/compat.h
index c56a698..4a43466 100644
--- a/include/hw/compat.h
+++ b/include/hw/compat.h
@@ -1,6 +1,12 @@
 #ifndef HW_COMPAT_H
 #define HW_COMPAT_H
 
+#define HW_COMPAT_2_3 \
+        /* empty */
+
+#define HW_COMPAT_2_2 \
+        /* empty */
+
 #define HW_COMPAT_2_1 \
         {\
             .driver   = "intel-hda",\
-- 
MST




reply via email to

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