summary refs log tree commit diff stats
path: root/hw/display/virtio-gpu-pci-rutabaga.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/display/virtio-gpu-pci-rutabaga.c')
-rw-r--r--hw/display/virtio-gpu-pci-rutabaga.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/display/virtio-gpu-pci-rutabaga.c b/hw/display/virtio-gpu-pci-rutabaga.c
index abbb898c65..5fdff37f2c 100644
--- a/hw/display/virtio-gpu-pci-rutabaga.c
+++ b/hw/display/virtio-gpu-pci-rutabaga.c
@@ -34,7 +34,7 @@ static const TypeInfo virtio_gpu_rutabaga_pci_info[] = {
         .parent = TYPE_VIRTIO_GPU_PCI_BASE,
         .instance_size = sizeof(VirtIOGPURutabagaPCI),
         .instance_init = virtio_gpu_rutabaga_initfn,
-        .interfaces = (InterfaceInfo[]) {
+        .interfaces = (const InterfaceInfo[]) {
             { INTERFACE_CONVENTIONAL_PCI_DEVICE },
             { },
         }