aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio/virtio-9p-pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/virtio/virtio-9p-pci.c')
-rw-r--r--hw/virtio/virtio-9p-pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/virtio/virtio-9p-pci.c b/hw/virtio/virtio-9p-pci.c
index 22a183cca7..6507ce340b 100644
--- a/hw/virtio/virtio-9p-pci.c
+++ b/hw/virtio/virtio-9p-pci.c
@@ -61,7 +61,7 @@ static void virtio_9p_pci_class_init(ObjectClass *klass, void *data)
pcidev_k->revision = VIRTIO_PCI_ABI_VERSION;
pcidev_k->class_id = 0x2;
set_bit(DEVICE_CATEGORY_STORAGE, dc->categories);
- dc->props = virtio_9p_pci_properties;
+ device_class_set_props(dc, virtio_9p_pci_properties);
}
static void virtio_9p_pci_instance_init(Object *obj)