On Fri, Mar 10, 2017 at 10:05:49PM +0200, Krzysztof Kozlowski wrote:
> The 'value' argument is not modified so this can be made const for code
> safeness.
>
> Signed-off-by: Krzysztof Kozlowski
Reviewed-by: Eduardo Habkost
Unless another maintainer wants to take this, I am queueing it
for 2.10
The 'value' argument is not modified so this can be made const for code
safeness.
Signed-off-by: Krzysztof Kozlowski
---
hw/core/qdev-properties.c| 3 ++-
include/hw/qdev-properties.h | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/hw/core/qdev-properties.c b/hw/core/