aboutsummaryrefslogtreecommitdiff
path: root/hw/display/vhost-user-vga.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/display/vhost-user-vga.c')
-rw-r--r--hw/display/vhost-user-vga.c1
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)
{