]> Git Repo - qemu.git/commitdiff
fw_cfg: Make base type "fw_cfg" abstract
authorMarkus Armbruster <[email protected]>
Fri, 29 Jul 2016 07:29:13 +0000 (09:29 +0200)
committerPaolo Bonzini <[email protected]>
Wed, 3 Aug 2016 16:44:57 +0000 (18:44 +0200)
Missed when commit 5712db6 split off "fw_cfg_io" and "fw_cfg_mem".

Signed-off-by: Markus Armbruster <[email protected]>
Message-Id: <1469777353[email protected]>
Reviewed-by: Laszlo Ersek <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
hw/nvram/fw_cfg.c

index 2873030ade00f781ba74b19a0f41f06585132a5e..f10d5ec9c89f1e065d140a739dc7c5e04f36a151 100644 (file)
@@ -990,6 +990,7 @@ static void fw_cfg_class_init(ObjectClass *klass, void *data)
 static const TypeInfo fw_cfg_info = {
     .name          = TYPE_FW_CFG,
     .parent        = TYPE_SYS_BUS_DEVICE,
+    .abstract      = true,
     .instance_size = sizeof(FWCfgState),
     .class_init    = fw_cfg_class_init,
 };
This page took 0.027825 seconds and 4 git commands to generate.