mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
hw/s390x: 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
521e2be94d
commit
6048081263
19 changed files with 19 additions and 19 deletions
|
@ -46,7 +46,7 @@ static void virtio_ccw_net_instance_init(Object *obj)
|
|||
"bootindex");
|
||||
}
|
||||
|
||||
static Property virtio_ccw_net_properties[] = {
|
||||
static const Property virtio_ccw_net_properties[] = {
|
||||
DEFINE_PROP_BIT("ioeventfd", VirtioCcwDevice, flags,
|
||||
VIRTIO_CCW_FLAG_USE_IOEVENTFD_BIT, true),
|
||||
DEFINE_PROP_UINT32("max_revision", VirtioCcwDevice, max_rev,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue