Home
last modified time | relevance | path

Searched refs:VMAppleCfgState (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/vmapple/
H A Dcfg.c20 OBJECT_DECLARE_SIMPLE_TYPE(VMAppleCfgState, VMAPPLE_CFG)
58 struct VMAppleCfgState { struct
70 VMAppleCfgState *s = VMAPPLE_CFG(obj); in vmapple_cfg_reset() argument
108 VMAppleCfgState *s = VMAPPLE_CFG(dev); in vmapple_cfg_realize()
148 VMAppleCfgState *s = VMAPPLE_CFG(obj); in vmapple_cfg_init()
156 DEFINE_PROP_UINT32("nr-cpus", VMAppleCfgState, cfg.nr_cpus, 1),
157 DEFINE_PROP_UINT64("ecid", VMAppleCfgState, cfg.ecid, 0),
158 DEFINE_PROP_UINT64("ram-size", VMAppleCfgState, cfg.ram_size, 0),
159 DEFINE_PROP_UINT32("run_installer1", VMAppleCfgState, cfg.run_installer1, 0),
160 DEFINE_PROP_UINT32("run_installer2", VMAppleCfgState, cfg.run_installer2, 0),
[all …]