summary refs log tree commit diff stats
path: root/hw/display/vhost-user-gpu-pci.c
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2021-06-24 12:38:08 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2021-07-09 18:20:27 +0200
commit561d0f456824e7dd38f25acf14014975e740e130 (patch)
treed00c62d5ad121b1fb62d239a86a592f7dcdb5901 /hw/display/vhost-user-gpu-pci.c
parentec604e0a8a5ce1fd0a6c051084e499f1c21554c3 (diff)
downloadfocaccia-qemu-561d0f456824e7dd38f25acf14014975e740e130.tar.gz
focaccia-qemu-561d0f456824e7dd38f25acf14014975e740e130.zip
modules: add virtio-gpu module annotations
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Jose R. Ziviani <jziviani@suse.de>
Message-Id: <20210624103836.2382472-7-kraxel@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/display/vhost-user-gpu-pci.c')
-rw-r--r--hw/display/vhost-user-gpu-pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/display/vhost-user-gpu-pci.c b/hw/display/vhost-user-gpu-pci.c
index a02b23ecaf..daefcf7101 100644
--- a/hw/display/vhost-user-gpu-pci.c
+++ b/hw/display/vhost-user-gpu-pci.c
@@ -43,6 +43,7 @@ static const VirtioPCIDeviceTypeInfo vhost_user_gpu_pci_info = {
     .instance_size = sizeof(VhostUserGPUPCI),
     .instance_init = vhost_user_gpu_pci_initfn,
 };
+module_obj(TYPE_VHOST_USER_GPU_PCI);
 
 static void vhost_user_gpu_pci_register_types(void)
 {