mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13: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
|
@ -691,7 +691,7 @@ static const VMStateDescription vmstate_xlnx_csu_dma = {
|
|||
}
|
||||
};
|
||||
|
||||
static Property xlnx_csu_dma_properties[] = {
|
||||
static const Property xlnx_csu_dma_properties[] = {
|
||||
/*
|
||||
* Ref PG021, Stream Data Width:
|
||||
* Data width in bits of the AXI S2MM AXI4-Stream Data bus.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue