projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7492515
)
aspeed/i2c: Rename DMA address space
author
Cédric Le Goater
<clg@kaod.org>
Sat, 1 May 2021 08:03:51 +0000
(10:03 +0200)
committer
Cédric Le Goater
<clg@kaod.org>
Sat, 1 May 2021 08:03:51 +0000
(10:03 +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
patch
|
blob
|
history
diff --git
a/hw/i2c/aspeed_i2c.c
b/hw/i2c/aspeed_i2c.c
index e7133528899f60af866b038116474c37cbe08d3e..8d276d9ed391f22f98ec2e2b0a31aeaa76c4a42f 100644
(file)
--- 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");
}
}