diff options
author | David Gibson <david@gibson.dropbear.id.au> | 2018-03-29 18:34:22 +1100 |
---|---|---|
committer | David Gibson <david@gibson.dropbear.id.au> | 2018-04-27 18:05:22 +1000 |
commit | 8a4fd427fe8236bb4f6993702112f058b5d80507 (patch) | |
tree | 07bc8ae1a44651901abf26a72dcaf12440a87b72 /include | |
parent | 99d45f8fbd6756c2495bcb554dcbf50585f1f7b0 (diff) |
spapr: Introduce pseries-2.13 machine type
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'include')
-rw-r--r-- | include/hw/compat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/hw/compat.h b/include/hw/compat.h index 13242b831a..4681c2719a 100644 --- a/include/hw/compat.h +++ b/include/hw/compat.h @@ -1,6 +1,8 @@ #ifndef HW_COMPAT_H #define HW_COMPAT_H +#define HW_COMPAT_2_12 + #define HW_COMPAT_2_11 \ {\ .driver = "hpet",\ |