Searched refs:object_resolve_path (Results 1 – 14 of 14) sorted by relevance
/qemu/qom/ |
H A D | qom-qmp-cmds.c | 34 Object *obj = object_resolve_path(path, &ambiguous); in qom_resolve_path() 77 obj = object_resolve_path(path, NULL); in qmp_qom_set() 91 obj = object_resolve_path(path, NULL); in qmp_qom_get()
|
H A D | qom-hmp-cmds.c | 55 Object *obj = object_resolve_path(path, NULL); in hmp_qom_set() 141 obj = object_resolve_path(path, &ambiguous); in hmp_info_qom_tree()
|
H A D | object.c | 1505 target = object_resolve_path(str, NULL); in object_property_get_link() 1923 target = object_resolve_path(path, &ambiguous); in object_resolve_link() 2233 Object *object_resolve_path(const char *path, bool *ambiguous) in object_resolve_path() function
|
/qemu/tests/unit/ |
H A D | check-qom-proplist.c | 638 g_assert(!object_resolve_path("obj2", &ambiguous)); in test_qom_partial_path() 640 g_assert(!object_resolve_path("obj2", NULL)); in test_qom_partial_path() 643 g_assert(object_resolve_path("obj1", &ambiguous) == obj1); in test_qom_partial_path() 645 g_assert(object_resolve_path("obj1", NULL) == obj1); in test_qom_partial_path()
|
/qemu/target/i386/tcg/system/ |
H A D | tcg-cpu.c | 35 (MemoryRegion *) object_resolve_path("/machine/smram", NULL); in tcg_cpu_machine_done()
|
/qemu/hw/display/ |
H A D | virtio-gpu-udmabuf.c | 125 memdev_root = object_resolve_path("/objects", NULL); in virtio_gpu_have_udmabuf()
|
/qemu/hw/mem/ |
H A D | cxl_type3.c | 1394 Object *obj = object_resolve_path(path, NULL); in qmp_cxl_inject_poison() 1447 Object *obj = object_resolve_path(path, NULL); in qmp_cxl_inject_uncorrectable_errors() 1539 Object *obj = object_resolve_path(path, NULL); in qmp_cxl_inject_correctable_error() 1635 Object *obj = object_resolve_path(path, NULL); in qmp_cxl_inject_general_media_event() 1722 Object *obj = object_resolve_path(path, NULL); in qmp_cxl_inject_dram_event() 1822 Object *obj = object_resolve_path(path, NULL); in qmp_cxl_inject_memory_module_event()
|
/qemu/system/ |
H A D | qtest.c | 381 dev = DEVICE(object_resolve_path(words[1], NULL)); in qtest_process_command() 435 dev = DEVICE(object_resolve_path(words[1], NULL)); in qtest_process_command()
|
H A D | physmem.c | 1252 Object *memdev_root = object_resolve_path("/objects", NULL); in qemu_minrampagesize() 1261 Object *memdev_root = object_resolve_path("/objects", NULL); in qemu_maxrampagesize()
|
/qemu/hw/virtio/ |
H A D | virtio-qmp.c | 722 Object *dev = object_dynamic_cast(object_resolve_path(path, NULL), in qmp_find_virtio_device()
|
/qemu/include/qom/ |
H A D | object.h | 1593 Object *object_resolve_path(const char *path, bool *ambiguous);
|
/qemu/hw/i386/ |
H A D | acpi-build.c | 280 host = PCI_HOST_BRIDGE(object_resolve_path("/machine/i440fx", NULL)); in acpi_get_i386_pci_host() 282 host = PCI_HOST_BRIDGE(object_resolve_path("/machine/q35", NULL)); in acpi_get_i386_pci_host()
|
/qemu/hw/s390x/ |
H A D | s390-pci-bus.c | 41 object_resolve_path(TYPE_S390_PCI_HOST_BRIDGE, NULL)); in s390_get_phb()
|
/qemu/target/i386/kvm/ |
H A D | kvm.c | 2704 (MemoryRegion *) object_resolve_path("/machine/smram", NULL); in register_smram_listener()
|