[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 04/18] aspeed/i2c: Rename DMA address space
From: |
Cédric Le Goater |
Subject: |
[PULL 04/18] aspeed/i2c: Rename DMA address space |
Date: |
Mon, 3 May 2021 07:25:46 +0200 |
It improves 'info mtree' output.
Signed-off-by: Cédric Le Goater <clg@kaod.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20210407171637.777743-5-clg@kaod.org>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
---
hw/i2c/aspeed_i2c.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/hw/i2c/aspeed_i2c.c b/hw/i2c/aspeed_i2c.c
index e7133528899f..8d276d9ed391 100644
--- a/hw/i2c/aspeed_i2c.c
+++ b/hw/i2c/aspeed_i2c.c
@@ -816,7 +816,8 @@ static void aspeed_i2c_realize(DeviceState *dev, Error
**errp)
return;
}
- address_space_init(&s->dram_as, s->dram_mr, "dma-dram");
+ address_space_init(&s->dram_as, s->dram_mr,
+ TYPE_ASPEED_I2C "-dma-dram");
}
}
--
2.26.3
- [PULL 00/18] aspeed queue (v2), Cédric Le Goater, 2021/05/03
- [PULL 15/18] aspeed: Deprecate the swift-bmc machine, Cédric Le Goater, 2021/05/03
- [PULL 10/18] tests/acceptance: Test ast2600 machine, Cédric Le Goater, 2021/05/03
- [PULL 11/18] hw/misc/aspeed_xdma: Add AST2600 support, Cédric Le Goater, 2021/05/03
- [PULL 04/18] aspeed/i2c: Rename DMA address space,
Cédric Le Goater <=
- [PULL 18/18] aspeed: Add support for the quanta-q7l1-bmc board, Cédric Le Goater, 2021/05/03
- [PULL 05/18] hw/arm/aspeed: Do not sysbus-map mmio flash region directly, use alias, Cédric Le Goater, 2021/05/03
- [PULL 07/18] aspeed: Integrate HACE, Cédric Le Goater, 2021/05/03
- [PULL 12/18] aspeed/smc: Add a 'features' attribute to the object class, Cédric Le Goater, 2021/05/03
- [PULL 16/18] aspeed: Add support for the rainier-bmc board, Cédric Le Goater, 2021/05/03
- [PULL 09/18] tests/acceptance: Test ast2400 and ast2500 machines, Cédric Le Goater, 2021/05/03
- [PULL 08/18] tests/qtest: Add test for Aspeed HACE, Cédric Le Goater, 2021/05/03
- [PULL 03/18] aspeed/i2c: Fix DMA address mask, Cédric Le Goater, 2021/05/03
- [PULL 01/18] aspeed/smc: Use the RAM memory region for DMAs, Cédric Le Goater, 2021/05/03
- [PULL 14/18] tests/qtest: Rename m25p80 test in aspeed_smc test, Cédric Le Goater, 2021/05/03