projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd754ba
)
hw: Define empty HW_COMPAT_2_[23] macros
author
Eduardo Habkost
<ehabkost@redhat.com>
Thu, 14 May 2015 18:53:02 +0000
(15:53 -0300)
committer
Michael S. Tsirkin
<mst@redhat.com>
Sun, 31 May 2015 14:26:41 +0000
(16:26 +0200)
Now we can make everything consistent and define the macros even if they
are still empty.
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
include/hw/compat.h
patch
|
blob
|
history
diff --git
a/include/hw/compat.h
b/include/hw/compat.h
index c56a6989be73e7f4eaeb28ee5eda16b3fbb04b76..4a43466f03695ccacfa8f3598d119afefe6d3f29 100644
(file)
--- 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",\