hw/audio: 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:
Richard Henderson 2024-12-13 15:05:59 +00:00
parent e15bd5dd05
commit ed1e71dac9
15 changed files with 16 additions and 16 deletions

View file

@ -27,7 +27,7 @@ struct VirtIOSoundPCI {
VirtIOSound vdev;
};
static Property virtio_snd_pci_properties[] = {
static const Property virtio_snd_pci_properties[] = {
DEFINE_PROP_BIT("ioeventfd", VirtIOPCIProxy, flags,
VIRTIO_PCI_FLAG_USE_IOEVENTFD_BIT, true),
DEFINE_PROP_UINT32("vectors", VirtIOPCIProxy, nvectors, 2),