Re: [Qemu-devel] [PATCH 42/52] i386: express dependencies with Kconfig

2019-02-14 Thread Paolo Bonzini
On 14/02/19 17:54, Michael S. Tsirkin wrote: > On Thu, Feb 14, 2019 at 05:47:08PM +0100, Paolo Bonzini wrote: >> On 01/02/19 16:05, Philippe Mathieu-Daudé wrote: >>> This lacks a DISPLAY dependency? >>> >>> $ i386-softmmu/qemu-system-i386 -M q35 >>> qemu-system-i386: Unknown device 'VGA' for bus 'P

Re: [Qemu-devel] [PATCH 42/52] i386: express dependencies with Kconfig

2019-02-14 Thread Paolo Bonzini
On 01/02/19 16:05, Philippe Mathieu-Daudé wrote: > This lacks a DISPLAY dependency? > > $ i386-softmmu/qemu-system-i386 -M q35 > qemu-system-i386: Unknown device 'VGA' for bus 'PCIE' > Aborted (core dumped) If you got this with --without-default-devices, then it's intended behavior. VGA_PCI is s

Re: [Qemu-devel] [PATCH 42/52] i386: express dependencies with Kconfig

2019-02-14 Thread Michael S. Tsirkin
On Thu, Feb 14, 2019 at 05:47:08PM +0100, Paolo Bonzini wrote: > On 01/02/19 16:05, Philippe Mathieu-Daudé wrote: > > This lacks a DISPLAY dependency? > > > > $ i386-softmmu/qemu-system-i386 -M q35 > > qemu-system-i386: Unknown device 'VGA' for bus 'PCIE' > > Aborted (core dumped) > > If you got

Re: [Qemu-devel] [PATCH 42/52] i386: express dependencies with Kconfig

2019-02-01 Thread Paolo Bonzini
On 01/02/19 16:05, Philippe Mathieu-Daudé wrote: > This lacks a DISPLAY dependency? > > $ i386-softmmu/qemu-system-i386 -M q35 > qemu-system-i386: Unknown device 'VGA' for bus 'PCIE' > Aborted (core dumped) If you build --without-default-devices, you pretty much have to do one of two things: 1) e

Re: [Qemu-devel] [PATCH 42/52] i386: express dependencies with Kconfig

2019-02-01 Thread Philippe Mathieu-Daudé
Hi Paolo, On 1/25/19 11:07 AM, 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 Bo

Re: [Qemu-devel] [PATCH 42/52] i386: express dependencies with Kconfig

2019-01-28 Thread Thomas Huth
On 2019-01-25 11:07, 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 > --

[Qemu-devel] [PATCH 42/52] i386: express dependencies with Kconfig

2019-01-25 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 | 44 ++---