Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-replication.c387 BlockBackend *top_blk, *local_blk; in test_secondary_start() local
390 top_blk = start_secondary(); in test_secondary_start()
394 test_blk_read(top_blk, 0x11, 0, IMG_SIZE, 0, IMG_SIZE, false); in test_secondary_start()
401 test_blk_read(top_blk, 0x11, IMG_SIZE / 2, in test_secondary_start()
405 test_blk_write(top_blk, 0x33, 0, IMG_SIZE / 2, false); in test_secondary_start()
408 test_blk_read(top_blk, 0x33, 0, IMG_SIZE / 2, in test_secondary_start()
420 BlockBackend *top_blk, *local_blk; in test_secondary_stop() local
423 top_blk = start_secondary(); in test_secondary_stop()
431 test_blk_read(top_blk, 0x11, IMG_SIZE / 2, in test_secondary_stop()
435 test_blk_write(top_blk, 0x33, 0, IMG_SIZE / 2, false); in test_secondary_stop()
[all …]