Skip to content

Commit

Permalink
modules: add s390x module annotations
Browse files Browse the repository at this point in the history
Signed-off-by: Gerd Hoffmann <[email protected]>
Reviewed-by: Jose R. Ziviani <[email protected]>
Message-Id: <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
  • Loading branch information
kraxel authored and bonzini committed Jul 9, 2021
1 parent b36ae1c commit 8245782
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hw/s390x/virtio-ccw-gpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ static const TypeInfo virtio_ccw_gpu = {
.instance_init = virtio_ccw_gpu_instance_init,
.class_init = virtio_ccw_gpu_class_init,
};
module_obj(TYPE_VIRTIO_GPU_CCW);

static void virtio_ccw_gpu_register(void)
{
Expand All @@ -68,3 +69,5 @@ static void virtio_ccw_gpu_register(void)
}

type_init(virtio_ccw_gpu_register)

module_arch("s390x");

0 comments on commit 8245782

Please sign in to comment.