Home
last modified time | relevance | path

Searched refs:qom_path (Results 1 – 14 of 14) sorted by relevance

/openbmc/qemu/hw/i2c/
H A Dsmbus_slave.c28 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 Dimage-fleecing92 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 Dstats-qmp-cmds.c128 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 Dspapr_rtc.c100 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 Dvirtio-mem-pci.c108 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 Dpl031.c141 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 Dmc146818rtc.c596 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 Dlibqtest.c1020 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 Dlibqtest.h396 void qtest_irq_intercept_out_named(QTestState *s, const char *qom_path, const char *name);
/openbmc/qemu/hw/core/
H A Dmachine-hmp-cmds.c65 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 Dmachine-qmp-cmds.c46 value->qom_path = object_get_canonical_path(OBJECT(cpu)); in qmp_query_cpus_fast()
H A Dmachine.c740 cpu_item->qom_path = object_get_canonical_path(OBJECT(cpu)); in machine_query_hotpluggable_cpus()
/openbmc/qemu/hw/vfio/
H A Dmigration.c111 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 Dcryptodev.c545 entry->qom_path = object_get_canonical_path(obj); in cryptodev_backend_stats_query()