Now user can set "accel=on". Have fun! Signed-off-by: Shameer Kolothum <shameerali.kolothum.th...@huawei.com> --- hw/arm/smmu-common.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/hw/arm/smmu-common.c b/hw/arm/smmu-common.c index 6a58f574d3..3e8783670a 100644 --- a/hw/arm/smmu-common.c +++ b/hw/arm/smmu-common.c @@ -1022,6 +1022,7 @@ static const Property smmu_dev_properties[] = { DEFINE_PROP_BOOL("smmu_per_bus", SMMUState, smmu_per_bus, false), DEFINE_PROP_LINK("primary-bus", SMMUState, primary_bus, TYPE_PCI_BUS, PCIBus *), + DEFINE_PROP_BOOL("accel", SMMUState, accel, false), }; static void smmu_base_class_init(ObjectClass *klass, const void *data) -- 2.34.1