Files
qemu/include/hw
Paolo Bonzini d36f165d95 qdev: make properties array "const"
Constify all accesses to qdev properties, except for the
ObjectPropertyAccessor itself.  This makes it possible to place them in
read-only memory, and also lets Rust bindings switch from "static mut"
arrays to "static"; which is advantageous, because mutable statics are
highly discouraged.

Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2024-11-05 14:18:14 +01:00
..
2024-10-15 15:16:17 +01:00
2024-10-15 15:16:17 +01:00
2024-07-21 14:42:58 -04:00
2024-10-01 14:41:10 +01:00
2024-01-30 21:20:20 +03:00
2024-10-03 17:26:06 +03:00
2024-10-03 17:26:05 +03:00
2024-06-16 21:08:54 +02:00
2024-09-24 11:33:35 +02:00
2024-02-27 09:37:21 +01:00