Re: [Qemu-devel] [PATCH 06/51] build: switch to Kconfig

2019-02-21 Thread Stefano Garzarella
Il giorno gio 21 feb 2019 alle 19:00 Paolo Bonzini ha scritto: > On 21/02/19 16:44, Stefano Garzarella wrote: > >> + > > Hi Paolo, > > I'm playing with Kconfig but with a simple configuration > > (./configure --target-list=x86_64-softmmu --disable-docs) the build > fails: > > /usr/bin/ld: ../hw/x

Re: [Qemu-devel] [PATCH 06/51] build: switch to Kconfig

2019-02-21 Thread Paolo Bonzini
On 21/02/19 16:44, Stefano Garzarella wrote: >> + > Hi Paolo, > I'm playing with Kconfig but with a simple configuration > (./configure --target-list=x86_64-softmmu --disable-docs) the build fails: > /usr/bin/ld: ../hw/xen/xen-legacy-backend.o: in function > `xen_be_register_common': > /home/stefa

Re: [Qemu-devel] [PATCH 06/51] build: switch to Kconfig

2019-02-21 Thread Stefano Garzarella
On Thu, Feb 07, 2019 at 06:56:49PM +0100, Paolo Bonzini wrote: > The make_device_config.sh script is replaced by minikconf, which > is modified to support the same command line as its predecessor. > > The roots of the parsing are default-configs/*.mak, Kconfig.host and > hw/Kconfig. One differenc

[Qemu-devel] [PATCH 06/51] build: switch to Kconfig

2019-02-07 Thread Paolo Bonzini
The make_device_config.sh script is replaced by minikconf, which is modified to support the same command line as its predecessor. The roots of the parsing are default-configs/*.mak, Kconfig.host and hw/Kconfig. One difference with make_device_config.sh is that all symbols have to be defined in a