Re: [Qemu-devel] [RFC PATCH v4 00/44] Support Kconfig in QEMU

2019-01-31 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190123065618.3520-1-yang.zh...@intel.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 BEGIN

Re: [Qemu-devel] [RFC PATCH v4 00/44] Support Kconfig in QEMU

2019-01-23 Thread Paolo Bonzini
On 24/01/19 03:00, Yang Zhong wrote: > On Thu, Jan 24, 2019 at 02:09:25AM +0100, Paolo Bonzini wrote: >> On 23/01/19 07:55, Yang Zhong wrote: >>> This Kconfig implementation is rebased from Paolo's branch >>> https://github.com/bonzini/qemu/commits/kconfig >>> >>> I rebased most of patches except

Re: [Qemu-devel] [RFC PATCH v4 00/44] Support Kconfig in QEMU

2019-01-23 Thread Paolo Bonzini
On 24/01/19 03:38, BALATON Zoltan wrote: >> >> I started looking at this, and found two bugs in current code >> (unreachable devices that shouldn't be there - SERIAL_ISA for ARM, >> ACPI_NVDIMM for MIPS).  There are a few issues in that the script is not > > The ACPI_NVDIMM for MIPS is pulled in

Re: [Qemu-devel] [RFC PATCH v4 00/44] Support Kconfig in QEMU

2019-01-23 Thread BALATON Zoltan
On Thu, 24 Jan 2019, Paolo Bonzini wrote: On 23/01/19 07:55, Yang Zhong wrote: This Kconfig implementation is rebased from Paolo's branch https://github.com/bonzini/qemu/commits/kconfig I rebased most of patches except non-x86 ARCHs dependency definitions this time.

Re: [Qemu-devel] [RFC PATCH v4 00/44] Support Kconfig in QEMU

2019-01-23 Thread Yang Zhong
On Thu, Jan 24, 2019 at 02:09:25AM +0100, Paolo Bonzini wrote: > On 23/01/19 07:55, Yang Zhong wrote: > > This Kconfig implementation is rebased from Paolo's branch > > https://github.com/bonzini/qemu/commits/kconfig > > > > I rebased most of patches except non-x86 ARCHs dependency definitions >

Re: [Qemu-devel] [RFC PATCH v4 00/44] Support Kconfig in QEMU

2019-01-23 Thread Paolo Bonzini
On 23/01/19 07:55, Yang Zhong wrote: > This Kconfig implementation is rebased from Paolo's branch > https://github.com/bonzini/qemu/commits/kconfig > > I rebased most of patches except non-x86 ARCHs dependency definitions > this time. >

[Qemu-devel] [RFC PATCH v4 00/44] Support Kconfig in QEMU

2019-01-22 Thread Yang Zhong
This Kconfig implementation is rebased from Paolo's branch https://github.com/bonzini/qemu/commits/kconfig I rebased most of patches except non-x86 ARCHs dependency definitions this time. https://github.com/yangzhon/qemu/commits/topic/upstream/Kconfig The current RFC patches only support (*)