mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
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>
This commit is contained in:
parent
ec604e0a8a
commit
561d0f4568
10 changed files with 18 additions and 0 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue