summaryrefslogtreecommitdiffstats
path: root/hw/core/guest-loader.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/core/guest-loader.c')
-rw-r--r--hw/core/guest-loader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/core/guest-loader.c b/hw/core/guest-loader.c
index d3f9d1a06e..391c875a29 100644
--- a/hw/core/guest-loader.c
+++ b/hw/core/guest-loader.c
@@ -129,7 +129,7 @@ static void guest_loader_class_init(ObjectClass *klass, void *data)
set_bit(DEVICE_CATEGORY_MISC, dc->categories);
}
-static TypeInfo guest_loader_info = {
+static const TypeInfo guest_loader_info = {
.name = TYPE_GUEST_LOADER,
.parent = TYPE_DEVICE,
.instance_size = sizeof(GuestLoaderState),