Re: [Qemu-devel] [PATCH v4 0/8] Support disabling TCG on ARM

2019-08-12 Thread Philippe Mathieu-Daudé
On 8/9/19 10:22 PM, Philippe Mathieu-Daudé wrote: > Hi Peter, Paolo, Alex, Thomas :) > > On 7/2/19 4:08 PM, Peter Maydell wrote: >> On Mon, 1 Jul 2019 at 20:49, Philippe Mathieu-Daudé >> wrote: > [...] >>> $ git backport-diff -u v3 -r target-arm.next..v4 >>> Key: >>> [] : patches are identic

Re: [Qemu-devel] [PATCH v4 0/8] Support disabling TCG on ARM

2019-08-09 Thread Philippe Mathieu-Daudé
Hi Peter, Paolo, Alex, Thomas :) On 7/2/19 4:08 PM, Peter Maydell wrote: > On Mon, 1 Jul 2019 at 20:49, Philippe Mathieu-Daudé wrote: [...] >> $ git backport-diff -u v3 -r target-arm.next..v4 >> Key: >> [] : patches are identical >> [] : number of functional differences between upstream/d

Re: [Qemu-devel] [PATCH v4 0/8] Support disabling TCG on ARM

2019-07-03 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190701194942.10092-1-phi...@redhat.com/ 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 commit that ha

Re: [Qemu-devel] [PATCH v4 0/8] Support disabling TCG on ARM

2019-07-02 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190701194942.10092-1-phi...@redhat.com/ Hi, This series failed the asan build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #!/bin/bash make d

Re: [Qemu-devel] [PATCH v4 0/8] Support disabling TCG on ARM

2019-07-02 Thread Peter Maydell
On Mon, 1 Jul 2019 at 20:49, Philippe Mathieu-Daudé wrote: > > Paolo motived me to salvage this (other!) previous series fromi > Samuel Ortiz (NEMU project). > > v1 cover from Samuel [1]: > > This patchset allows for building and running ARM targets with TCG > disabled. It splits the target/ar

[Qemu-devel] [PATCH v4 0/8] Support disabling TCG on ARM

2019-07-01 Thread Philippe Mathieu-Daudé
Paolo motived me to salvage this (other!) previous series fromi Samuel Ortiz (NEMU project). v1 cover from Samuel [1]: This patchset allows for building and running ARM targets with TCG disabled. It splits the target/arm/helper.c file into logical TCG and non TCG dependent files so that one