Home
last modified time | relevance | path

Searched refs:qom_path (Results 1 – 11 of 11) 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/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/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/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/s390x/
H A Dvirtio-ccw-mem.c109 char *qom_path = object_get_canonical_path(OBJECT(dev)); in virtio_ccw_mem_size_change_notify() local
112 qapi_event_send_memory_device_size_change(vdev->id, *size_p, qom_path); in virtio_ccw_mem_size_change_notify()
113 g_free(qom_path); in virtio_ccw_mem_size_change_notify()
/openbmc/qemu/hw/virtio/
H A Dvirtio-mem-pci.c112 char *qom_path = object_get_canonical_path(OBJECT(dev)); in virtio_mem_pci_size_change_notify() local
115 qapi_event_send_memory_device_size_change(dev->id, *size_p, qom_path); in virtio_mem_pci_size_change_notify()
116 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()
/openbmc/qemu/tests/qtest/
H A Dlibqtest.c1152 void qtest_irq_intercept_out(QTestState *s, const char *qom_path) in qtest_out()
1154 qtest_sendf(s, "irq_intercept_out %s\n", qom_path); in qtest_out()
1158 void qtest_irq_intercept_out_named(QTestState *s, const char *qom_path, const char *name) in qtest_outb()
1160 qtest_sendf(s, "irq_intercept_out %s %s\n", qom_path, name); in qtest_outb()
1164 void qtest_irq_intercept_in(QTestState *s, const char *qom_path) in qtest_outw()
1166 qtest_sendf(s, "irq_intercept_in %s\n", qom_path); in qtest_outw()
1170 void qtest_set_irq_in(QTestState *s, const char *qom_path, const char *name, in qtest_outl()
1176 qtest_sendf(s, "set_irq_in %s %s %d %d\n", qom_path, name, num, level); in qtest_in()
1124 qtest_irq_intercept_out(QTestState * s,const char * qom_path) qtest_irq_intercept_out() argument
1130 qtest_irq_intercept_out_named(QTestState * s,const char * qom_path,const char * name) qtest_irq_intercept_out_named() argument
1136 qtest_irq_intercept_in(QTestState * s,const char * qom_path) qtest_irq_intercept_in() argument
1142 qtest_set_irq_in(QTestState * s,const char * qom_path,const char * name,int num,int level) qtest_set_irq_in() argument
H A Dlibqtest.h461 * @qom_path: QOM path of a device.
467 void qtest_irq_intercept_out_named(QTestState *s, const char *qom_path, const char *name);
/openbmc/qemu/hw/vfio/
H A Dmigration.c96 g_autofree char *qom_path = NULL; in vfio_migration_send_event() local
106 qom_path = object_get_canonical_path(obj); in vfio_migration_send_event()
109 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()