diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2021-06-24 12:38:08 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2021-07-09 18:20:27 +0200 |
commit | 561d0f456824e7dd38f25acf14014975e740e130 (patch) | |
tree | d00c62d5ad121b1fb62d239a86a592f7dcdb5901 /hw/display/vhost-user-vga.c | |
parent | ec604e0a8a5ce1fd0a6c051084e499f1c21554c3 (diff) |
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-vga.c')
-rw-r--r-- | hw/display/vhost-user-vga.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/display/vhost-user-vga.c b/hw/display/vhost-user-vga.c index a34a99856d..072c9c65bc 100644 --- a/hw/display/vhost-user-vga.c +++ b/hw/display/vhost-user-vga.c @@ -44,6 +44,7 @@ static const VirtioPCIDeviceTypeInfo vhost_user_vga_info = { .instance_size = sizeof(VhostUserVGA), .instance_init = vhost_user_vga_inst_initfn, }; +module_obj(TYPE_VHOST_USER_VGA); static void vhost_user_vga_register_types(void) { |