Home
last modified time | relevance | path

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

/qemu/tests/qemu-iotests/
H A Dtestenv.py174 imgfmt: str, imgproto: str, aiomode: str,
185 self.aiomode = aiomode
H A Dcheck145 aiomode=args.aiomode, cachemode=args.cachemode,
H A D14728 from iotests import cachemode, aiomode, imgfmt, qemu_img, qemu_nbd, qemu_nbd_early_pipe
137 'aio=%s' % aiomode)
H A Diotests.py93 aiomode = os.environ['AIOMODE'] variable
882 options.append('aio=%s' % aiomode)
1418 if supported_aio_modes and (aiomode not in supported_aio_modes):
1419 notrun('not suitable for this aio mode: %s' % aiomode)