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

2019-07-29 Thread John Snow
On 7/28/19 8:07 PM, Eduardo Habkost wrote: > On Fri, Jul 26, 2019 at 06:52:00PM -0400, 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

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

2019-07-28 Thread Eduardo Habkost
On Fri, Jul 26, 2019 at 06:52:00PM -0400, 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. > > Note: supported_oses=['

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

2019-07-26 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. Note: supported_oses=['linux'] was omitted, as it is a default argument. Signed-off-by: John S