Re: [Qemu-devel] [PATCH v4 0/4] tests: Allow use of Ports bash and GNU sed extensions

2019-03-07 Thread Michael S. Tsirkin
On Thu, Mar 07, 2019 at 04:27:36PM +0100, Thomas Huth wrote: > On 07/03/2019 15.58, Philippe Mathieu-Daudé wrote: > > Hi Thomas, > > ? -^ > > I could take the patch for tests/data/acpi/rebuild-expected-aml.sh > through the qtests tree (if Michael or Igor don't want to take it), but > the othe

Re: [Qemu-devel] [PATCH v4 0/4] tests: Allow use of Ports bash and GNU sed extensions

2019-03-07 Thread Philippe Mathieu-Daudé
On 3/7/19 5:24 PM, Kevin Wolf wrote: > Am 07.03.2019 um 15:58 hat Philippe Mathieu-Daudé geschrieben: >> This series contains few script cleanups which help to >> run tests on OpenBSD. >> Note, this is a split of the previous series, here restricted >> to tests/. > > Thanks, applied to the block b

Re: [Qemu-devel] [PATCH v4 0/4] tests: Allow use of Ports bash and GNU sed extensions

2019-03-07 Thread Kevin Wolf
Am 07.03.2019 um 15:58 hat Philippe Mathieu-Daudé geschrieben: > This series contains few script cleanups which help to > run tests on OpenBSD. > Note, this is a split of the previous series, here restricted > to tests/. Thanks, applied to the block branch. Kevin

Re: [Qemu-devel] [PATCH v4 0/4] tests: Allow use of Ports bash and GNU sed extensions

2019-03-07 Thread Philippe Mathieu-Daudé
On 3/7/19 4:27 PM, Thomas Huth wrote: > On 07/03/2019 15.58, Philippe Mathieu-Daudé wrote: >> Hi Thomas, > > ? -^ > > I could take the patch for tests/data/acpi/rebuild-expected-aml.sh > through the qtests tree (if Michael or Igor don't want to take it), but > the other patches are not relate

Re: [Qemu-devel] [PATCH v4 0/4] tests: Allow use of Ports bash and GNU sed extensions

2019-03-07 Thread Thomas Huth
On 07/03/2019 15.58, Philippe Mathieu-Daudé wrote: > Hi Thomas, ? -^ I could take the patch for tests/data/acpi/rebuild-expected-aml.sh through the qtests tree (if Michael or Igor don't want to take it), but the other patches are not related to qtests... Thomas

Re: [Qemu-devel] [PATCH v4 0/4] tests: Allow use of Ports bash and GNU sed extensions

2019-03-07 Thread Kevin Wolf
Am 07.03.2019 um 16:27 hat Thomas Huth geschrieben: > On 07/03/2019 15.58, Philippe Mathieu-Daudé wrote: > > Hi Thomas, > > ? -^ > > I could take the patch for tests/data/acpi/rebuild-expected-aml.sh > through the qtests tree (if Michael or Igor don't want to take it), but > the other patches

[Qemu-devel] [PATCH v4 0/4] tests: Allow use of Ports bash and GNU sed extensions

2019-03-07 Thread Philippe Mathieu-Daudé
Hi Thomas, This series contains few script cleanups which help to run tests on OpenBSD. Note, this is a split of the previous series, here restricted to tests/. Since v3: - Do not use space in shebang (21st century update from Thomas) - Added R-b Since v2: - Addressed Eric's comments (in code an