From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:50283) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1guKH9-0006B1-KO for qemu-devel@nongnu.org; Thu, 14 Feb 2019 11:54:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1guKH6-0002nl-JU for qemu-devel@nongnu.org; Thu, 14 Feb 2019 11:54:13 -0500 Received: from mx1.redhat.com ([209.132.183.28]:60228) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1guKH3-0002jG-VD for qemu-devel@nongnu.org; Thu, 14 Feb 2019 11:54:11 -0500 Date: Thu, 14 Feb 2019 11:54:07 -0500 From: "Michael S. Tsirkin" Message-ID: <20190214114744-mutt-send-email-mst@kernel.org> References: <1548410831-19553-1-git-send-email-pbonzini@redhat.com> <1548410831-19553-43-git-send-email-pbonzini@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 42/52] i386: express dependencies with Kconfig List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: Philippe =?iso-8859-1?Q?Mathieu-Daud=E9?= , qemu-devel@nongnu.org, Gerd Hoffmann , yang.zhong@intel.com, thuth@redhat.com On Thu, Feb 14, 2019 at 05:47:08PM +0100, Paolo Bonzini wrote: > On 01/02/19 16:05, Philippe Mathieu-Daud=E9 wrote: > > This lacks a DISPLAY dependency? > >=20 > > $ i386-softmmu/qemu-system-i386 -M q35 > > qemu-system-i386: Unknown device 'VGA' for bus 'PCIE' > > Aborted (core dumped) >=20 > If you got this with --without-default-devices, then it's intended beha= vior. >=20 > VGA_PCI is selected via CONFIG_PCI_DEVICES. >=20 > Paolo OK but I guess as a follow-up patch we can hide things that don't work, or select things that are required? --=20 MST