diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2018-12-12 19:36:30 +0400 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2019-01-07 16:18:42 +0400 |
commit | 5a995064dbaf64c0bbc45ce8745ab4e49c434b37 (patch) | |
tree | 11593d0d13a94154619aa4a235b023e32f6e51e3 /include/hw/boards.h | |
parent | edc24ccda4bb4357304bad7910a5039d2dac8daf (diff) | |
download | qemu-5a995064dbaf64c0bbc45ce8745ab4e49c434b37.zip qemu-5a995064dbaf64c0bbc45ce8745ab4e49c434b37.tar.gz qemu-5a995064dbaf64c0bbc45ce8745ab4e49c434b37.tar.bz2 |
compat: replace PC_COMPAT_2_7 & HW_COMPAT_2_7 macros
Use static arrays instead.
Suggested-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Acked-by: Eduardo Habkost <ehabkost@redhat.com>
Diffstat (limited to 'include/hw/boards.h')
-rw-r--r-- | include/hw/boards.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/hw/boards.h b/include/hw/boards.h index 03278a8..ac4854d 100644 --- a/include/hw/boards.h +++ b/include/hw/boards.h @@ -309,4 +309,7 @@ extern const size_t hw_compat_2_9_len; extern GlobalProperty hw_compat_2_8[]; extern const size_t hw_compat_2_8_len; +extern GlobalProperty hw_compat_2_7[]; +extern const size_t hw_compat_2_7_len; + #endif |