Re: [Qemu-devel] [PULL 00/54] Kconfig conversion, excluding ARM and MIPS

2019-03-08 Thread Eric Blake
On 3/6/19 4:12 AM, Thomas Huth wrote: > On 05/03/2019 21.08, Eric Blake wrote: > [...] >> 'make distclean' is a heavy hammer, is there anything smaller in scope >> that will fix the problem without nuking everything, such as a strategic >> touch or rm of one particular file? > > Try this in the to

Re: [Qemu-devel] [PULL 00/54] Kconfig conversion, excluding ARM and MIPS

2019-03-08 Thread no-reply
Patchew URL: https://patchew.org/QEMU/1551723614-1823-1-git-send-email-pbonz...@redhat.com/ Hi, This series failed the docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT

Re: [Qemu-devel] [PULL 00/54] Kconfig conversion, excluding ARM and MIPS

2019-03-07 Thread Paolo Bonzini
On 07/03/19 14:47, Philippe Mathieu-Daudé wrote: > Paolo, we might need: > > -- >8 -- > diff --git a/Makefile b/Makefile > --- a/Makefile > +++ b/Makefile > @@ -336,6 +336,7 @@ MINIKCONF_ARGS = \ > CONFIG_SPICE=$(CONFIG_SPICE) \ > CONFIG_IVSHMEM=$(CONFIG_IVSHMEM) \ > CONFIG_TPM=$(CO

Re: [Qemu-devel] [PULL 00/54] Kconfig conversion, excluding ARM and MIPS

2019-03-07 Thread Paolo Bonzini
On 07/03/19 14:25, Peter Maydell wrote: > In file included from > /home/petmay01/qemu-for-merges/hw/tpm/tpm_emulator.c:37:0: > /home/petmay01/qemu-for-merges/hw/tpm/tpm_ioctl.h:11:21: fatal error: > sys/uio.h: No such file or directory > > I'm not sure what's happened here. It looks like the Kcon

Re: [Qemu-devel] [PULL 00/54] Kconfig conversion, excluding ARM and MIPS

2019-03-07 Thread Philippe Mathieu-Daudé
On 3/7/19 2:25 PM, Peter Maydell wrote: > On Mon, 4 Mar 2019 at 19:25, Paolo Bonzini wrote: >> >> The following changes since commit 1ba530a4ecba6015d52d8f392fd327cfa07bc37a: >> >> Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190304' into >> staging (2019-03-04 13:38:54 +) >> >

Re: [Qemu-devel] [PULL 00/54] Kconfig conversion, excluding ARM and MIPS

2019-03-07 Thread Peter Maydell
On Mon, 4 Mar 2019 at 19:25, Paolo Bonzini wrote: > > The following changes since commit 1ba530a4ecba6015d52d8f392fd327cfa07bc37a: > > Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190304' into > staging (2019-03-04 13:38:54 +) > > are available in the git repository at: > > >

Re: [Qemu-devel] [PULL 00/54] Kconfig conversion, excluding ARM and MIPS

2019-03-06 Thread Paolo Bonzini
On 06/03/19 12:04, Thomas Huth wrote: > On 06/03/2019 11.57, Paolo Bonzini wrote: >> On 05/03/19 10:32, Peter Maydell wrote: >>> Everything fails to build with errors like >>> make: *** No rule to make target `config-all-devices.mak', needed by >>> `subdir-aarch64-softmmu'. Stop. >>> >>> or >>> ma

Re: [Qemu-devel] [PULL 00/54] Kconfig conversion, excluding ARM and MIPS

2019-03-06 Thread Philippe Mathieu-Daudé
On 3/6/19 12:04 PM, Thomas Huth wrote: > On 06/03/2019 11.57, Paolo Bonzini wrote: >> On 05/03/19 10:32, Peter Maydell wrote: >>> Everything fails to build with errors like >>> make: *** No rule to make target `config-all-devices.mak', needed by >>> `subdir-aarch64-softmmu'. Stop. >>> >>> or >>> m

Re: [Qemu-devel] [PULL 00/54] Kconfig conversion, excluding ARM and MIPS

2019-03-06 Thread Thomas Huth
On 06/03/2019 11.57, Paolo Bonzini wrote: > On 05/03/19 10:32, Peter Maydell wrote: >> Everything fails to build with errors like >> make: *** No rule to make target `config-all-devices.mak', needed by >> `subdir-aarch64-softmmu'. Stop. >> >> or >> make: *** No rule to make target >> `/home/pm215/

Re: [Qemu-devel] [PULL 00/54] Kconfig conversion, excluding ARM and MIPS

2019-03-06 Thread Paolo Bonzini
On 05/03/19 10:32, Peter Maydell wrote: > Everything fails to build with errors like > make: *** No rule to make target `config-all-devices.mak', needed by > `subdir-aarch64-softmmu'. Stop. > > or > make: *** No rule to make target > `/home/pm215/qemu/default-configs/pci.mak', needed by > `aarch6

Re: [Qemu-devel] [PULL 00/54] Kconfig conversion, excluding ARM and MIPS

2019-03-06 Thread Thomas Huth
On 05/03/2019 21.08, Eric Blake wrote: [...] > 'make distclean' is a heavy hammer, is there anything smaller in scope > that will fix the problem without nuking everything, such as a strategic > touch or rm of one particular file? Try this in the top-level folder of your build directory: rm *.ma

Re: [Qemu-devel] [PULL 00/54] Kconfig conversion, excluding ARM and MIPS

2019-03-05 Thread Philippe Mathieu-Daudé
On 3/5/19 9:08 PM, Eric Blake wrote: > On 3/5/19 1:45 PM, Thomas Huth wrote: > >>> If there are special instructions for what to do with >>> build trees over the transition to kconfig, the pullreq >>> cover letter would be a good place to mention them :-) >> >> I think you've got to do a "make dis

Re: [Qemu-devel] [PULL 00/54] Kconfig conversion, excluding ARM and MIPS

2019-03-05 Thread Eric Blake
On 3/5/19 1:45 PM, Thomas Huth wrote: If there are special instructions for what to do with build trees over the transition to kconfig, the pullreq cover letter would be a good place to mention them :-) I think you've got to do a "make distclean" inbetween... that's the old problem when a defa

Re: [Qemu-devel] [PULL 00/54] Kconfig conversion, excluding ARM and MIPS

2019-03-05 Thread Thomas Huth
On 05/03/2019 10.32, Peter Maydell wrote: > On Mon, 4 Mar 2019 at 19:25, Paolo Bonzini wrote: >> >> The following changes since commit 1ba530a4ecba6015d52d8f392fd327cfa07bc37a: >> >> Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190304' into >> staging (2019-03-04 13:38:54 +) >>

Re: [Qemu-devel] [PULL 00/54] Kconfig conversion, excluding ARM and MIPS

2019-03-05 Thread Peter Maydell
On Mon, 4 Mar 2019 at 19:25, Paolo Bonzini wrote: > > The following changes since commit 1ba530a4ecba6015d52d8f392fd327cfa07bc37a: > > Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190304' into > staging (2019-03-04 13:38:54 +) > > are available in the git repository at: > > >

Re: [Qemu-devel] [PULL 00/54] Kconfig conversion, excluding ARM and MIPS

2019-03-04 Thread no-reply
] [PULL 00/54] Kconfig conversion, excluding ARM and MIPS === TEST SCRIPT BEGIN === #!/bin/bash git rev-parse base > /dev/null || exit 0 git config --local diff.renamelimit 0 git config --local diff.renames True git config --local diff.algorithm histogram ./scripts/checkpatch.pl --mailback b

[Qemu-devel] [PULL 00/54] Kconfig conversion, excluding ARM and MIPS

2019-03-04 Thread Paolo Bonzini
The following changes since commit 1ba530a4ecba6015d52d8f392fd327cfa07bc37a: Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190304' into staging (2019-03-04 13:38:54 +) are available in the git repository at: git://github.com/bonzini/qemu.git tags/for-upstream-kconfig for y