Re: [Qemu-devel] [PATCH 0/7] Some improvements in z/Arch instructions support

2018-08-21 Thread Cornelia Huck
On Mon, 20 Aug 2018 22:50:57 -0400 Pavel Zbitskiy wrote: > Found while attempting to run an old tool in qemu. > > * BAL and BALR:Added. > * CSST:Qemu crashed after an accidental jump to garbage. > * IPM: A tool produced an incorrect output. > * EX TRT/TRTR: A tool

Re: [Qemu-devel] [PATCH 0/7] Some improvements in z/Arch instructions support

2018-08-21 Thread Cornelia Huck
On Tue, 21 Aug 2018 09:56:33 +0200 David Hildenbrand wrote: > On 21.08.2018 04:50, Pavel Zbitskiy wrote: > > Found while attempting to run an old tool in qemu. > > > > * BAL and BALR:Added. > > * CSST:Qemu crashed after an accidental jump to garbage. > > * IPM: A tool

Re: [Qemu-devel] [PATCH 0/7] Some improvements in z/Arch instructions support

2018-08-21 Thread David Hildenbrand
On 21.08.2018 04:50, Pavel Zbitskiy wrote: > Found while attempting to run an old tool in qemu. > > * BAL and BALR:Added. > * CSST:Qemu crashed after an accidental jump to garbage. > * IPM: A tool produced an incorrect output. > * EX TRT/TRTR: A tool ran quite slow.

[Qemu-devel] [PATCH 0/7] Some improvements in z/Arch instructions support

2018-08-20 Thread Pavel Zbitskiy
Found while attempting to run an old tool in qemu. * BAL and BALR:Added. * CSST:Qemu crashed after an accidental jump to garbage. * IPM: A tool produced an incorrect output. * EX TRT/TRTR: A tool ran quite slow. * PACK:A tool produced an incorrect output

Re: [Qemu-devel] [PATCH 0/7] Some improvements in z/Arch instructions support

2018-08-17 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20180810030139.25916-1-pavel.zbits...@gmail.com Subject: [Qemu-devel] [PATCH 0/7] Some improvements in z/Arch instructions support === TEST SCRIPT BEGIN === #!/bin/bash

Re: [Qemu-devel] [PATCH 0/7] Some improvements in z/Arch instructions support

2018-08-16 Thread Cornelia Huck
On Wed, 15 Aug 2018 11:25:26 -0700 (PDT) no-re...@patchew.org wrote: > === OUTPUT BEGIN === > Checking PATCH 1/7: tests/tcg: add a simple s390x test... > WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? > #13: > new file mode 100644 tests/tcg/s390x/ does not seem to have

Re: [Qemu-devel] [PATCH 0/7] Some improvements in z/Arch instructions support

2018-08-15 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20180810030139.25916-1-pavel.zbits...@gmail.com Subject: [Qemu-devel] [PATCH 0/7] Some improvements in z/Arch instructions support === TEST SCRIPT BEGIN === #!/bin/bash

Re: [Qemu-devel] [PATCH 0/7] Some improvements in z/Arch instructions support

2018-08-10 Thread David Hildenbrand
On 10.08.2018 05:01, Pavel Zbitskiy wrote: > Found while attempting to run an old tool in qemu. > > * BAL and BALR:Added. > * CSST:Qemu crashed after an accidental jump to garbage. > * IPM: A tool produced an incorrect output. > * EX TRT/TRTR: A tool ran quite slow.

Re: [Qemu-devel] [PATCH 0/7] Some improvements in z/Arch instructions support

2018-08-10 Thread Cornelia Huck
On Thu, 9 Aug 2018 23:01:32 -0400 Pavel Zbitskiy wrote: > Found while attempting to run an old tool in qemu. > > * BAL and BALR:Added. > * CSST:Qemu crashed after an accidental jump to garbage. > * IPM: A tool produced an incorrect output. > * EX TRT/TRTR: A tool

[Qemu-devel] [PATCH 0/7] Some improvements in z/Arch instructions support

2018-08-09 Thread Pavel Zbitskiy
Found while attempting to run an old tool in qemu. * BAL and BALR:Added. * CSST:Qemu crashed after an accidental jump to garbage. * IPM: A tool produced an incorrect output. * EX TRT/TRTR: A tool ran quite slow. * PACK:A tool produced an incorrect output