/openbmc/qemu/hw/i2c/ |
H A D | smbus_slave.c | 28 do { g_autofree char *qom_path = object_get_canonical_path(OBJECT(dev)); \ 29 fprintf(stderr, "%s: smbus: error: " fmt , qom_path, ## __VA_ARGS__); \ 34 do { g_autofree char *qom_path = object_get_canonical_path(OBJECT(dev)); \ 35 fprintf(stderr, "%s: smbus: error: " fmt , qom_path, ## __VA_ARGS__); \
|
/openbmc/qemu/tests/qemu-iotests/tests/ |
H A D | image-fleecing | 92 qom_path = '/machine/peripheral/sda' 137 log(vm.qmp('qom-set', path=qom_path, property='drive', value='fl-cbw')) 205 log(vm.hmp_qemu_io(qom_path, cmd, qdev=True)) 254 log(vm.qmp('qom-set', path=qom_path, property='drive', value=src_node))
|
/openbmc/qemu/stats/ |
H A D | stats-qmp-cmds.c | 128 const char *qom_path, StatsList *stats_list) in add_stats_entry() argument 133 entry->qom_path = g_strdup(qom_path); in add_stats_entry()
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr_rtc.c | 100 g_autofree const char *qom_path = NULL; in rtas_set_time_of_day() local 124 qom_path = object_get_canonical_path(OBJECT(rtc)); in rtas_set_time_of_day() 125 qapi_event_send_rtc_change(qemu_timedate_diff(&tm), qom_path); in rtas_set_time_of_day()
|
/openbmc/qemu/hw/virtio/ |
H A D | virtio-mem-pci.c | 108 char *qom_path = object_get_canonical_path(OBJECT(dev)); in virtio_mem_pci_size_change_notify() local 111 qapi_event_send_memory_device_size_change(dev->id, *size_p, qom_path); in virtio_mem_pci_size_change_notify() 112 g_free(qom_path); in virtio_mem_pci_size_change_notify()
|
/openbmc/qemu/hw/rtc/ |
H A D | pl031.c | 141 g_autofree const char *qom_path = object_get_canonical_path(opaque); in pl031_write() local 148 qapi_event_send_rtc_change(qemu_timedate_diff(&tm), qom_path); in pl031_write()
|
H A D | mc146818rtc.c | 596 g_autofree const char *qom_path = object_get_canonical_path(OBJECT(s)); in rtc_set_time() local 602 qapi_event_send_rtc_change(qemu_timedate_diff(&tm), qom_path); in rtc_set_time()
|
/openbmc/qemu/tests/qtest/ |
H A D | libqtest.c | 1020 void qtest_irq_intercept_out(QTestState *s, const char *qom_path) in qtest_irq_intercept_out() argument 1022 qtest_sendf(s, "irq_intercept_out %s\n", qom_path); in qtest_irq_intercept_out() 1026 void qtest_irq_intercept_out_named(QTestState *s, const char *qom_path, const char *name) in qtest_irq_intercept_out_named() argument 1028 qtest_sendf(s, "irq_intercept_out %s %s\n", qom_path, name); in qtest_irq_intercept_out_named() 1032 void qtest_irq_intercept_in(QTestState *s, const char *qom_path) in qtest_irq_intercept_in() argument 1034 qtest_sendf(s, "irq_intercept_in %s\n", qom_path); in qtest_irq_intercept_in() 1038 void qtest_set_irq_in(QTestState *s, const char *qom_path, const char *name, in qtest_set_irq_in() argument 1044 qtest_sendf(s, "set_irq_in %s %s %d %d\n", qom_path, name, num, level); in qtest_set_irq_in()
|
H A D | libqtest.h | 396 void qtest_irq_intercept_out_named(QTestState *s, const char *qom_path, const char *name);
|
/openbmc/qemu/hw/core/ |
H A D | machine-hmp-cmds.c | 65 if (l->value->qom_path) { in hmp_hotpluggable_cpus() 66 monitor_printf(mon, " qom_path: \"%s\"\n", l->value->qom_path); in hmp_hotpluggable_cpus()
|
H A D | machine-qmp-cmds.c | 46 value->qom_path = object_get_canonical_path(OBJECT(cpu)); in qmp_query_cpus_fast()
|
H A D | machine.c | 740 cpu_item->qom_path = object_get_canonical_path(OBJECT(cpu)); in machine_query_hotpluggable_cpus()
|
/openbmc/qemu/hw/vfio/ |
H A D | migration.c | 111 g_autofree char *qom_path = NULL; in vfio_migration_send_event() local 121 qom_path = object_get_canonical_path(obj); in vfio_migration_send_event() 124 dev->id, qom_path, mig_state_to_qapi_state(migration->device_state)); in vfio_migration_send_event()
|
/openbmc/qemu/backends/ |
H A D | cryptodev.c | 545 entry->qom_path = object_get_canonical_path(obj); in cryptodev_backend_stats_query()
|