Re: [Qemu-devel] [PATCH 17/51] i386: express dependencies with Kconfig

2019-02-26 Thread Markus Armbruster
Paolo Bonzini writes: > On 26/02/19 14:44, Markus Armbruster wrote: >> Paolo Bonzini writes: >> >>> On 25/02/19 09:44, Stefano Garzarella wrote: > config I440FX > bool > +select PC_PCI > +select PC_ACPI > +select ACPI_SMBUS > +select PCI_PIIX >

Re: [Qemu-devel] [PATCH 17/51] i386: express dependencies with Kconfig

2019-02-26 Thread Thomas Huth
On 07/02/2019 18.57, Paolo Bonzini wrote: > This way, the default-configs file only need to specify the boards > and any optional devices. > > Signed-off-by: Paolo Bonzini > Signed-off-by: Yang Zhong > Message-Id: <20190123065618.3520-37-yang.zh...@intel.com> > Signed-off-by: Paolo Bonzini [...

Re: [Qemu-devel] [PATCH 17/51] i386: express dependencies with Kconfig

2019-02-26 Thread Paolo Bonzini
On 26/02/19 14:44, Markus Armbruster wrote: > Paolo Bonzini writes: > >> On 25/02/19 09:44, Stefano Garzarella wrote: config I440FX bool +select PC_PCI +select PC_ACPI +select ACPI_SMBUS +select PCI_PIIX +select FDC >>> Should we move "

Re: [Qemu-devel] [PATCH 17/51] i386: express dependencies with Kconfig

2019-02-26 Thread Markus Armbruster
Paolo Bonzini writes: > On 25/02/19 09:44, Stefano Garzarella wrote: >>> config I440FX >>> bool >>> +select PC_PCI >>> +select PC_ACPI >>> +select ACPI_SMBUS >>> +select PCI_PIIX >>> +select FDC >> Should we move "select FDC" under "config PC"? >> >> I'm not able to bui

Re: [Qemu-devel] [PATCH 17/51] i386: express dependencies with Kconfig

2019-02-26 Thread Paolo Bonzini
On 25/02/19 09:44, Stefano Garzarella wrote: >> config I440FX >> bool >> +select PC_PCI >> +select PC_ACPI >> +select ACPI_SMBUS >> +select PCI_PIIX >> +select FDC > Should we move "select FDC" under "config PC"? > > I'm not able to build the Q35 machine without enable FD

Re: [Qemu-devel] [PATCH 17/51] i386: express dependencies with Kconfig

2019-02-25 Thread Stefano Garzarella
On Thu, Feb 07, 2019 at 06:57:00PM +0100, Paolo Bonzini wrote: > This way, the default-configs file only need to specify the boards > and any optional devices. > > Signed-off-by: Paolo Bonzini > Signed-off-by: Yang Zhong > Message-Id: <20190123065618.3520-37-yang.zh...@intel.com> > Signed-off-by

[Qemu-devel] [PATCH 17/51] i386: express dependencies with Kconfig

2019-02-07 Thread Paolo Bonzini
This way, the default-configs file only need to specify the boards and any optional devices. Signed-off-by: Paolo Bonzini Signed-off-by: Yang Zhong Message-Id: <20190123065618.3520-37-yang.zh...@intel.com> Signed-off-by: Paolo Bonzini --- default-configs/i386-softmmu.mak | 45 -