/openbmc/qemu/target/i386/ |
H A D | host-cpu.c | 137 object_property_set_str(OBJECT(cpu), "vendor", vendor, &error_abort); in host_cpu_instance_init() 153 object_property_set_str(OBJECT(cpu), "vendor", vendor, &error_abort); in host_cpu_max_instance_init() 158 object_property_set_str(OBJECT(cpu), "model-id", model_id, in host_cpu_max_instance_init()
|
/openbmc/qemu/hw/s390x/ |
H A D | ipl.c | 528 object_property_set_str(machine, "loadparm", " ", NULL); in s390_init_all_iplbs() 581 object_property_set_str(machine, "loadparm", ascii_loadparm, &err); in update_machine_ipl_properties() 583 object_property_set_str(machine, "loadparm", " ", &err); in update_machine_ipl_properties()
|
/openbmc/qemu/hw/microblaze/ |
H A D | petalogix_s3adsp1800_mmu.c | 76 object_property_set_str(OBJECT(cpu), "version", "7.10.d", &error_abort); in petalogix_s3adsp1800_init()
|
H A D | xlnx-zynqmp-pmu.c | 95 object_property_set_str(OBJECT(&s->cpu), "version", "8.40.b", in xlnx_zynqmp_pmu_soc_realize()
|
H A D | petalogix_ml605_mmu.c | 86 object_property_set_str(OBJECT(cpu), "version", "8.10.a", &error_abort); in petalogix_ml605_init()
|
/openbmc/qemu/hw/riscv/ |
H A D | shakti_c.c | 170 object_property_set_str(OBJECT(&sss->cpus), "cpu-type", in shakti_c_soc_instance_init()
|
H A D | sifive_e.c | 199 object_property_set_str(OBJECT(&s->cpus), "cpu-type", ms->cpu_type, in sifive_e_soc_realize()
|
H A D | spike.c | 240 object_property_set_str(OBJECT(&s->soc[i]), "cpu-type", in spike_board_init()
|
H A D | opentitan.c | 152 object_property_set_str(OBJECT(&s->cpus), "cpu-type", ms->cpu_type, in lowrisc_ibex_soc_realize()
|
/openbmc/qemu/hw/core/ |
H A D | qdev-properties-system.c | 402 object_property_set_str(OBJECT(dev), name, str, &error_abort); in qdev_prop_set_macaddr() 537 return object_property_set_str(OBJECT(dev), name, ref, errp); in qdev_prop_set_drive_err() 550 object_property_set_str(OBJECT(dev), name, value ? value->label : "", in qdev_prop_set_chr() 558 object_property_set_str(OBJECT(dev), name, value ? value->name : "", in qdev_prop_set_netdev()
|
H A D | qdev-properties.c | 838 object_property_set_str(OBJECT(dev), name, value, &error_abort); in qdev_prop_set_string() 846 object_property_set_str(OBJECT(dev), name, in qdev_prop_set_enum()
|
/openbmc/qemu/hw/block/ |
H A D | xen-block.c | 1081 if (!object_property_set_str(OBJECT(xendev), "vdev", vdev, in xen_block_device_create() 1087 if (!object_property_set_str(OBJECT(xendev), "drive", in xen_block_device_create() 1094 if (!object_property_set_str(OBJECT(xendev), "iothread", iothread->id, in xen_block_device_create()
|
/openbmc/qemu/hw/arm/ |
H A D | allwinner-a10.c | 174 object_property_set_str(OBJECT(&s->ohci[i]), "masterbus", bus, in aw_a10_realize()
|
H A D | raspi.c | 274 object_property_set_str(OBJECT(soc), "command-line", in raspi_base_machine_init()
|
H A D | allwinner-r40.c | 454 object_property_set_str(OBJECT(&s->ohci[i]), "masterbus", bus, in allwinner_r40_realize()
|
H A D | npcm7xx.c | 634 object_property_set_str(OBJECT(&s->ohci), "masterbus", "usb-bus.0", in npcm7xx_realize()
|
H A D | sbsa-ref.c | 621 object_property_set_str(OBJECT(dev), "stage", "nested", &error_abort); in create_smmu()
|
H A D | aspeed_ast2600.c | 567 object_property_set_str(OBJECT(&s->uhci), "masterbus", usb_bus, in aspeed_soc_ast2600_realize()
|
/openbmc/qemu/system/ |
H A D | qtest.c | 845 object_property_set_str(qobj, "chardev", chr->label, &error_abort); in qtest_server_init() 847 object_property_set_str(qobj, "log", qtest_log, &error_abort); in qtest_server_init()
|
/openbmc/qemu/net/ |
H A D | filter.c | 329 object_property_set_str(OBJECT(nf), "status", "off", errp); in default_handle_event()
|
/openbmc/qemu/hw/xen/ |
H A D | xen-pvh-common.c | 116 object_property_set_str(OBJECT(dev), "tpmdev", be->id, &errp); in xen_enable_tpm()
|
/openbmc/qemu/include/qom/ |
H A D | object.h | 1326 bool object_property_set_str(Object *obj, const char *name,
|
/openbmc/qemu/hw/i386/ |
H A D | pc_piix.c | 209 object_property_set_str(phb, I440FX_HOST_PROP_PCI_TYPE, pci_type, in pc_init1()
|
/openbmc/qemu/hw/mips/ |
H A D | boston.c | 704 object_property_set_str(OBJECT(&s->cps), "cpu-type", machine->cpu_type, in boston_mach_init()
|
H A D | malta.c | 1056 object_property_set_str(OBJECT(&s->cps), "cpu-type", ms->cpu_type, in create_cps()
|