Message ID | 1494403315-12760-12-git-send-email-peterx@redhat.com |
---|---|
State | New |
Headers | show |
diff --git a/include/hw/compat.h b/include/hw/compat.h index 846b90e..ff08ec8 100644 --- a/include/hw/compat.h +++ b/include/hw/compat.h @@ -2,7 +2,11 @@ #define HW_COMPAT_H #define HW_COMPAT_2_9 \ - /* empty */ + {\ + .driver = "intel-iommu",\ + .property = "pt",\ + .value = "off",\ + }, #define HW_COMPAT_2_8 \ {\
This is for compatibility. Signed-off-by: Peter Xu <peterx@redhat.com> --- include/hw/compat.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-)