Re: [Qemu-devel] [PATCH v3 0/5] tricore: adding new instructions and fixing

2019-06-25 Thread Bastian Koppelmann
On 6/24/19 9:03 AM, David Brenken wrote: From: David Brenken Hello everyone, as discussed here is the third version of the patchset. - We finalized the implementation of QSEED according to Bastians annotations. - We do only sync ctx.hflags with tb->flags. Best regards David Andreas Konop

Re: [Qemu-devel] [PATCH v3 0/5] tricore: adding new instructions and fixing

2019-06-24 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190624070339.4408-1-david.bren...@efs-auto.org/ Hi, This series failed build test on s390x host. Please find the details below. === TEST SCRIPT BEGIN === #!/bin/bash # Testing script will be invoked under the git checkout with # HEAD pointing to a commi

Re: [Qemu-devel] [PATCH v3 0/5] tricore: adding new instructions and fixing

2019-06-24 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190624070339.4408-1-david.bren...@efs-auto.org/ Hi, This series failed build test on s390x host. Please find the details below. === TEST SCRIPT BEGIN === #!/bin/bash # Testing script will be invoked under the git checkout with # HEAD pointing to a commi

[Qemu-devel] [PATCH v3 0/5] tricore: adding new instructions and fixing

2019-06-24 Thread David Brenken
From: David Brenken Hello everyone, as discussed here is the third version of the patchset. - We finalized the implementation of QSEED according to Bastians annotations. - We do only sync ctx.hflags with tb->flags. Best regards David Andreas Konopik (1): tricore: add QSEED instruction Dav