Searched refs:qio_channel_command_new_spawn (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-io-channel-command.c | 51 src = QIO_CHANNEL(qio_channel_command_new_spawn((const char **) srcargv, in test_io_channel_command_fifo() 54 dst = QIO_CHANNEL(qio_channel_command_new_spawn((const char **) dstargv, in test_io_channel_command_fifo() 106 ioc = QIO_CHANNEL(qio_channel_command_new_spawn(socatargv, in test_io_channel_command_echo()
|
/openbmc/qemu/migration/ |
H A D | exec.c | 52 ioc = QIO_CHANNEL(qio_channel_command_new_spawn(args, O_RDWR, errp)); in exec_start_outgoing_migration() 79 ioc = QIO_CHANNEL(qio_channel_command_new_spawn(args, O_RDWR, errp)); in exec_start_incoming_migration()
|
/openbmc/qemu/include/io/ |
H A D | channel-command.h | 63 qio_channel_command_new_spawn(const char *const argv[],
|
/openbmc/qemu/io/ |
H A D | channel-command.c | 74 qio_channel_command_new_spawn(const char *const argv[], in qio_channel_command_new_spawn() function
|
H A D | trace-events | 67 qio_channel_command_new_spawn(void *ioc, const char *binary, int flags) "Command new spawn ioc=%p b…
|