diff options
author | Eduardo Habkost <ehabkost@redhat.com> | 2015-09-11 17:14:25 -0300 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2015-09-24 13:42:00 +0300 |
commit | 87e896abe6d926caba19a9b8a83936fca2137f05 (patch) | |
tree | cde9f9a3a3f58a596a1a1b13c50aa0f944b1ad72 /include/hw/compat.h | |
parent | 254bdb1cbfd467ff9897c75a28a472e4381ce4cf (diff) |
pc: Introduce pc-*-2.5 machine classes
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>
Diffstat (limited to 'include/hw/compat.h')
-rw-r--r-- | include/hw/compat.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/hw/compat.h b/include/hw/compat.h index 94c8097d0c..095de5d12f 100644 --- a/include/hw/compat.h +++ b/include/hw/compat.h @@ -1,6 +1,9 @@ #ifndef HW_COMPAT_H #define HW_COMPAT_H +#define HW_COMPAT_2_4 \ + /* empty */ + #define HW_COMPAT_2_3 \ {\ .driver = "virtio-blk-pci",\ |