mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
migration: Constify migration_properties
Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Tested-by: Lei Yang <leiyang@redhat.com> Link: https://lore.kernel.org/r/20241218134251.4724-2-richard.henderson@linaro.org Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
8032c78e55
commit
b44da016a7
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@
|
|||
|
||||
/* migration properties */
|
||||
|
||||
extern Property migration_properties[];
|
||||
extern const Property migration_properties[];
|
||||
|
||||
/* capabilities */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue