Re: [PATCH v11 00/13] target/arm: Allow CONFIG_TCG=n builds

2023-05-02 Thread Fabiano Rosas
Fabiano Rosas writes: > Peter Maydell writes: > >> On Tue, 2 May 2023 at 15:51, Peter Maydell wrote: >>> >>> On Tue, 2 May 2023 at 10:55, Peter Maydell wrote: >>> > >>> > On Wed, 26 Apr 2023 at 19:00, Fabiano Rosas wrote: >>> > > >>> > > Hi, >>> > > >>> > > Some minor changes: >>> > > >>> >

Re: [PATCH v11 00/13] target/arm: Allow CONFIG_TCG=n builds

2023-05-02 Thread Fabiano Rosas
Peter Maydell writes: > On Tue, 2 May 2023 at 15:51, Peter Maydell wrote: >> >> On Tue, 2 May 2023 at 10:55, Peter Maydell wrote: >> > >> > On Wed, 26 Apr 2023 at 19:00, Fabiano Rosas wrote: >> > > >> > > Hi, >> > > >> > > Some minor changes: >> > > >> > > - new patch to move a test under

Re: [PATCH v11 00/13] target/arm: Allow CONFIG_TCG=n builds

2023-05-02 Thread Peter Maydell
On Tue, 2 May 2023 at 15:51, Peter Maydell wrote: > > On Tue, 2 May 2023 at 10:55, Peter Maydell wrote: > > > > On Wed, 26 Apr 2023 at 19:00, Fabiano Rosas wrote: > > > > > > Hi, > > > > > > Some minor changes: > > > > > > - new patch to move a test under CONFIG_TCG (broken on master); > > > -

Re: [PATCH v11 00/13] target/arm: Allow CONFIG_TCG=n builds

2023-05-02 Thread Peter Maydell
On Tue, 2 May 2023 at 10:55, Peter Maydell wrote: > > On Wed, 26 Apr 2023 at 19:00, Fabiano Rosas wrote: > > > > Hi, > > > > Some minor changes: > > > > - new patch to move a test under CONFIG_TCG (broken on master); > > - new patch to document the unsupported CPU test (Philippe); > > - changed

Re: [PATCH v11 00/13] target/arm: Allow CONFIG_TCG=n builds

2023-05-02 Thread Peter Maydell
On Wed, 26 Apr 2023 at 19:00, Fabiano Rosas wrote: > > Hi, > > Some minor changes: > > - new patch to move a test under CONFIG_TCG (broken on master); > - new patch to document the unsupported CPU test (Philippe); > - changed the test skip message when no KVM or TCG are present (Igor). Applied

[PATCH v11 00/13] target/arm: Allow CONFIG_TCG=n builds

2023-04-26 Thread Fabiano Rosas
Hi, Some minor changes: - new patch to move a test under CONFIG_TCG (broken on master); - new patch to document the unsupported CPU test (Philippe); - changed the test skip message when no KVM or TCG are present (Igor). CI run: https://gitlab.com/farosas/qemu/-/pipelines/849926795 v10: