Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dmigration-test.c530 uint8_t watch_byte; in migrate_wait_for_dirty_mem() local
555 watch_byte = qtest_readb(from, watch_address); in migrate_wait_for_dirty_mem()
558 } while (qtest_readb(from, watch_address) == watch_byte); in migrate_wait_for_dirty_mem()