Re: [Qemu-devel] [PATCH v5 2/5] iotests: add script_initialize

2019-09-18 Thread Vladimir Sementsov-Ogievskiy
18.09.2019 2:45, John Snow wrote: > Like script_main, but doesn't require a single point of entry. > Replace all existing initialization sections with this drop-in replacement. > > This brings debug support to all existing script-style iotests. > > Any specification for supported_oses=['linux'] w

[Qemu-devel] [PATCH v5 2/5] iotests: add script_initialize

2019-09-17 Thread John Snow
Like script_main, but doesn't require a single point of entry. Replace all existing initialization sections with this drop-in replacement. This brings debug support to all existing script-style iotests. Any specification for supported_oses=['linux'] was dropped as explained in the previous commit