diff --git a/hw/arm/smmuv3.c b/hw/arm/smmuv3.c index e96d5beb9a8322cfd4bc3cb46d9bae54d12ffd37..50bb3853348483c588c0e76260380d703864f862 100644 --- a/hw/arm/smmuv3.c +++ b/hw/arm/smmuv3.c @@ -1452,6 +1452,7 @@ static const VMStateDescription vmstate_smmuv3 = { static void smmuv3_instance_init(Object *obj) { /* Nothing much to do here as of now */ + printf("==== %s, test\n", __func__); } static void smmuv3_class_init(ObjectClass *klass, void *data)