Home
last modified time | relevance | path

Searched refs:object_property_set_link (Results 76 – 92 of 92) sorted by relevance

1234

/qemu/include/qom/
H A Dobject.h1357 bool object_property_set_link(Object *obj, const char *name,
/qemu/ui/
H A Dconsole.c1236 object_property_set_link(OBJECT(s), "device", OBJECT(dev), in graphic_console_init()
1260 object_property_set_link(OBJECT(con), "device", NULL, &error_abort); in graphic_console_close()
/qemu/hw/hppa/
H A Dmachine.c263 object_property_set_link(OBJECT(dev), "memory-as", OBJECT(addr_space), in dino_init()
/qemu/hw/intc/
H A Dpnv_xive.c1965 object_property_set_link(OBJECT(xsrc), "xive", OBJECT(xive), &error_abort); in pnv_xive_realize()
1972 object_property_set_link(OBJECT(end_xsrc), "xive", OBJECT(xive), in pnv_xive_realize()
H A Dpnv_xive2.c1866 object_property_set_link(OBJECT(xsrc), "xive", OBJECT(xive), in pnv_xive2_realize()
1876 object_property_set_link(OBJECT(end_xsrc), "xive", OBJECT(xive), in pnv_xive2_realize()
H A Dxive.c843 object_property_set_link(obj, "cpu", cpu, &error_abort); in xive_tctx_create()
844 object_property_set_link(obj, "presenter", OBJECT(xptr), &error_abort); in xive_tctx_create()
/qemu/hw/i386/
H A Dpc.c1177 object_property_set_link(OBJECT(vmmouse), TYPE_I8042, OBJECT(i8042), in pc_superio_init()
1278 object_property_set_link(OBJECT(pcms->pcspk), "pit", in pc_basic_device_init()
/qemu/hw/sparc64/
H A Dsun4u.c589 object_property_set_link(OBJECT(sabre), "iommu", OBJECT(iommu), in sun4uv_init()
/qemu/hw/ppc/
H A Dpnv_psi.c866 object_property_set_link(OBJECT(xsrc), "xive", OBJECT(psi), &error_abort); in pnv_psi_power9_realize()
/qemu/hw/m68k/
H A Dnext-cube.c997 object_property_set_link(OBJECT(pcdev), "cpu", OBJECT(cpu), &error_abort); in next_cube_init()
/qemu/hw/arm/
H A Dstellaris.c1108 object_property_set_link(OBJECT(nvic), "memory", in stellaris_init()
/qemu/hw/sparc/
H A Dsun4m.c857 object_property_set_link(OBJECT(dev), "memdev", OBJECT(ram_memdev), &error_fatal); in sun4m_hw_init()
/qemu/hw/i2c/
H A Daspeed_i2c.c1024 if (!object_property_set_link(bus, "controller", OBJECT(s), errp)) { in aspeed_i2c_realize()
/qemu/hw/pci-host/
H A Dpnv_phb4.c1601 object_property_set_link(OBJECT(xsrc), "xive", OBJECT(phb), &error_fatal); in pnv_phb4_realize()
/qemu/hw/ssi/
H A Daspeed_smc.c1188 if (!object_property_set_link(OBJECT(fl), "controller", OBJECT(s), in aspeed_smc_realize()
/qemu/qom/
H A Dobject.c1500 bool object_property_set_link(Object *obj, const char *name, in object_property_set_link() function
/qemu/system/
H A Dvl.c2064 object_property_set_link(OBJECT(current_machine), in qemu_resolve_machine_memdev()

1234