Home
last modified time | relevance | path

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

/qemu/hw/core/
H A Dsysbus.c67 container = machine_get_container("peripheral"); in foreach_dynamic_sysbus_device()
69 container = machine_get_container("peripheral-anon"); in foreach_dynamic_sysbus_device()
H A Dgpio.c124 object_property_add_child(machine_get_container("unattached"), in qdev_connect_gpio_out_named()
H A Dqdev.c479 object_property_add_child(machine_get_container("unattached"), in device_set_realized()
830 Object *machine_get_container(const char *name) in machine_get_container() function
/qemu/system/
H A Dqdev-monitor.c350 dev = machine_get_container("peripheral"); in qdev_get_peripheral()
361 dev = machine_get_container("peripheral-anon"); in qdev_get_peripheral_anon()
1076 Object *peripheral = machine_get_container("peripheral"); in peripheral_device_del_completion()
H A Dioport.c260 owner = machine_get_container("unattached"); in portio_list_add_1()
H A Dvl.c2194 object_property_add_child(machine_get_container("unattached"), in qemu_create_machine()
H A Dmemory.c1232 owner = machine_get_container("unattached"); in memory_region_do_init()
/qemu/include/hw/
H A Dqdev-core.h1045 Object *machine_get_container(const char *name);
/qemu/hw/i386/
H A Dpc.c464 container = machine_get_container(fdc_container_path[i]); in pc_find_fdc0()