Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qemu-iotests/
H A D257253 def test_bitmap_sync(bsync_mode, msync_mode='bitmap', failure=None): argument
257 :param bsync_mode: Is the Bitmap Sync mode, and can be any of:
286 mode = "Mode {:s}; Bitmap Sync {:s}".format(msync_mode, bsync_mode)
360 bitmap="bitmap0", bitmap_mode=bsync_mode)
378 if ((bsync_mode == 'on-success' and not failure) or
379 (bsync_mode == 'always')):
390 if bsync_mode == 'always' and failure == 'intermediate':
414 bitmap="bitmap0", bitmap_mode=bsync_mode)
419 if bsync_mode != 'never':
437 if not failure or bsync_mode
[all...]