Home
last modified time | relevance | path

Searched refs:qio_channel_block_new (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/migration/
H A Dchannel-block.h57 qio_channel_block_new(BlockDriverState *bs);
H A Dchannel-block.c28 qio_channel_block_new(BlockDriverState *bs) in qio_channel_block_new() function
H A Dsavevm.c139 return qemu_file_new_output(QIO_CHANNEL(qio_channel_block_new(bs))); in qemu_fopen_bdrv()
141 return qemu_file_new_input(QIO_CHANNEL(qio_channel_block_new(bs))); in qemu_fopen_bdrv()