mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
hw/dma: Constify all Property
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
d432edd56c
commit
7d6a82a3e6
7 changed files with 7 additions and 7 deletions
|
@ -408,7 +408,7 @@ static void pl081_init(Object *obj)
|
|||
s->nchannels = 2;
|
||||
}
|
||||
|
||||
static Property pl080_properties[] = {
|
||||
static const Property pl080_properties[] = {
|
||||
DEFINE_PROP_LINK("downstream", PL080State, downstream,
|
||||
TYPE_MEMORY_REGION, MemoryRegion *),
|
||||
DEFINE_PROP_END_OF_LIST(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue