Searched refs:bs_verify (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-block-iothread.c | 618 BlockDriverState *bs_a, *bs_b, *bs_verify; in test_propagate_basic() local 640 bs_verify = bdrv_open(NULL, NULL, options, BDRV_O_RDWR, &error_abort); in test_propagate_basic() 646 g_assert(bdrv_get_aio_context(bs_verify) == ctx); in test_propagate_basic() 654 g_assert(bdrv_get_aio_context(bs_verify) == main_ctx); in test_propagate_basic() 657 bdrv_unref(bs_verify); in test_propagate_basic() 682 BlockDriverState *bs_a, *bs_b, *bs_c, *bs_verify; in test_propagate_diamond() local 707 bs_verify = bdrv_open(NULL, NULL, options, BDRV_O_RDWR, &error_abort); in test_propagate_diamond() 715 blk_insert_bs(blk, bs_verify, &error_abort); in test_propagate_diamond() 720 g_assert(bdrv_get_aio_context(bs_verify) == ctx); in test_propagate_diamond() 729 g_assert(bdrv_get_aio_context(bs_verify) == main_ctx); in test_propagate_diamond() [all …]
|