projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b36ae1c
)
modules: add s390x module annotations
author
Gerd Hoffmann
<kraxel@redhat.com>
Thu, 24 Jun 2021 10:38:14 +0000
(12:38 +0200)
committer
Paolo Bonzini
<pbonzini@redhat.com>
Fri, 9 Jul 2021 16:20:27 +0000
(18:20 +0200)
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Jose R. Ziviani <jziviani@suse.de>
Message-Id: <
20210624103836
.
2382472
-13-kraxel@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/s390x/virtio-ccw-gpu.c
patch
|
blob
|
history
diff --git
a/hw/s390x/virtio-ccw-gpu.c
b/hw/s390x/virtio-ccw-gpu.c
index 75a9e4bb3908178d3aea335fd7a051194565dcd9..5868a2a07093f163f93690b9b87b34afbcd7638f 100644
(file)
--- a/
hw/s390x/virtio-ccw-gpu.c
+++ b/
hw/s390x/virtio-ccw-gpu.c
@@
-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)
{
@@
-68,3
+69,5
@@
static void virtio_ccw_gpu_register(void)
}
type_init(virtio_ccw_gpu_register)
+
+module_arch("s390x");