Re: [PULL 00/10] Gitlab-CI, qtest, moxie removal and misc patches

2021-05-20 Thread Peter Maydell
On Thu, 20 May 2021 at 14:06, Philippe Mathieu-Daudé wrote: > > On 5/20/21 9:43 AM, Paolo Bonzini wrote: > > On 20/05/21 07:08, Thomas Huth wrote: > >>> OK... Not sure how to detect it from ninja then. > >> > >> Every time you pull, there could be changes to the "configure" script > >> which affec

Re: [PULL 00/10] Gitlab-CI, qtest, moxie removal and misc patches

2021-05-20 Thread Philippe Mathieu-Daudé
On 5/20/21 9:43 AM, Paolo Bonzini wrote: > On 20/05/21 07:08, Thomas Huth wrote: >>> OK... Not sure how to detect it from ninja then. >> >> Every time you pull, there could be changes to the "configure" script >> which affect the build ... I guess you also won't notice those when >> you're only com

Re: [PULL 00/10] Gitlab-CI, qtest, moxie removal and misc patches

2021-05-20 Thread Paolo Bonzini
On 20/05/21 07:08, Thomas Huth wrote: OK... Not sure how to detect it from ninja then. Every time you pull, there could be changes to the "configure" script which affect the build ... I guess you also won't notice those when you're only compiling with ninja? Thus at least after pulling from

Re: [PULL 00/10] Gitlab-CI, qtest, moxie removal and misc patches

2021-05-19 Thread Thomas Huth
On 20/05/2021 04.40, Philippe Mathieu-Daudé wrote: On 5/14/21 12:25 PM, Thomas Huth wrote: On 14/05/2021 12.22, Philippe Mathieu-Daudé wrote: On 5/9/21 6:05 PM, Thomas Huth wrote: On 07/05/2021 14.41, Paolo Bonzini wrote: On 07/05/21 11:45, Thomas Huth wrote: diff --git a/Makefile b/Makefi

Re: [PULL 00/10] Gitlab-CI, qtest, moxie removal and misc patches

2021-05-19 Thread Philippe Mathieu-Daudé
On 5/14/21 12:25 PM, Thomas Huth wrote: > On 14/05/2021 12.22, Philippe Mathieu-Daudé wrote: >> On 5/9/21 6:05 PM, Thomas Huth wrote: >>> On 07/05/2021 14.41, Paolo Bonzini wrote: On 07/05/21 11:45, Thomas Huth wrote: > > > diff --git a/Makefile b/Makefile > index bcbbec71a1..3

Re: [PULL 00/10] Gitlab-CI, qtest, moxie removal and misc patches

2021-05-14 Thread Philippe Mathieu-Daudé
On 5/9/21 6:05 PM, Thomas Huth wrote: > On 07/05/2021 14.41, Paolo Bonzini wrote: >> On 07/05/21 11:45, Thomas Huth wrote: >>> >>> >>> diff --git a/Makefile b/Makefile >>> index bcbbec71a1..3088502329 100644 >>> --- a/Makefile >>> +++ b/Makefile >>> @@ -85,7 +85,8 @@ x := $(shell rm -rf meson-priva

Re: [PULL 00/10] Gitlab-CI, qtest, moxie removal and misc patches

2021-05-14 Thread Thomas Huth
On 14/05/2021 12.22, Philippe Mathieu-Daudé wrote: On 5/9/21 6:05 PM, Thomas Huth wrote: On 07/05/2021 14.41, Paolo Bonzini wrote: On 07/05/21 11:45, Thomas Huth wrote: diff --git a/Makefile b/Makefile index bcbbec71a1..3088502329 100644 --- a/Makefile +++ b/Makefile @@ -85,7 +85,8 @@ x := $

Re: [PULL 00/10] Gitlab-CI, qtest, moxie removal and misc patches

2021-05-09 Thread Thomas Huth
On 07/05/2021 14.41, Paolo Bonzini wrote: On 07/05/21 11:45, Thomas Huth wrote: diff --git a/Makefile b/Makefile index bcbbec71a1..3088502329 100644 --- a/Makefile +++ b/Makefile @@ -85,7 +85,8 @@ x := $(shell rm -rf meson-private meson-info meson-logs)   endif   # 1. ensure config-host.mak i

Re: [PULL 00/10] Gitlab-CI, qtest, moxie removal and misc patches

2021-05-07 Thread Paolo Bonzini
On 07/05/21 11:45, Thomas Huth wrote: diff --git a/Makefile b/Makefile index bcbbec71a1..3088502329 100644 --- a/Makefile +++ b/Makefile @@ -85,7 +85,8 @@ x := $(shell rm -rf meson-private meson-info meson-logs)  endif  # 1. ensure config-host.mak is up-to-date -config-host.mak: $(SRC_PATH)/

Re: [PULL 00/10] Gitlab-CI, qtest, moxie removal and misc patches

2021-05-07 Thread Eric Blake
On 5/6/21 2:00 AM, Thomas Huth wrote: > D'oh! I think I can work-around the problem with a patch like > this on top: > > diff a/configure b/configure > --- a/configure > +++ b/configure > @@ -1686,6 +1686,11 @@ fi >   >  for config in $mak_wilds; do > target="$(basename "$config" .mak)" > + 

Re: [PULL 00/10] Gitlab-CI, qtest, moxie removal and misc patches

2021-05-07 Thread Thomas Huth
On 06/05/2021 09.38, Peter Maydell wrote: On Thu, 6 May 2021 at 08:01, Thomas Huth wrote: On 05/05/2021 20.06, Peter Maydell wrote: On Mon, 3 May 2021 at 11:45, Thomas Huth wrote: Hi Peter, the following changes since commit 53c5433e84e8935abed8e91d4a2eb813168a0ecf: Merge remote-t

Re: [PULL 00/10] Gitlab-CI, qtest, moxie removal and misc patches

2021-05-06 Thread Peter Maydell
On Thu, 6 May 2021 at 08:01, Thomas Huth wrote: > > On 05/05/2021 20.06, Peter Maydell wrote: > > On Mon, 3 May 2021 at 11:45, Thomas Huth wrote: > >> > >> Hi Peter, > >> > >> the following changes since commit > >> 53c5433e84e8935abed8e91d4a2eb813168a0ecf: > >> > >>Merge remote-tracking b

Re: [PULL 00/10] Gitlab-CI, qtest, moxie removal and misc patches

2021-05-06 Thread Thomas Huth
On 05/05/2021 20.06, Peter Maydell wrote: On Mon, 3 May 2021 at 11:45, Thomas Huth wrote: Hi Peter, the following changes since commit 53c5433e84e8935abed8e91d4a2eb813168a0ecf: Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210501' into staging (2021-05-02 12:02:46 +0

Re: [PULL 00/10] Gitlab-CI, qtest, moxie removal and misc patches

2021-05-05 Thread Peter Maydell
On Mon, 3 May 2021 at 11:45, Thomas Huth wrote: > > Hi Peter, > > the following changes since commit 53c5433e84e8935abed8e91d4a2eb813168a0ecf: > > Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210501' > into staging (2021-05-02 12:02:46 +0100) > > are available in the Git re

[PULL 00/10] Gitlab-CI, qtest, moxie removal and misc patches

2021-05-03 Thread Thomas Huth
Hi Peter, the following changes since commit 53c5433e84e8935abed8e91d4a2eb813168a0ecf: Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210501' into staging (2021-05-02 12:02:46 +0100) are available in the Git repository at: https://gitlab.com/thuth/qemu.git tags/pull-requ