From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60442) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YRJ2w-0005Zg-P0 for qemu-devel@nongnu.org; Fri, 27 Feb 2015 06:25:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YRJ2r-0004Fq-R0 for qemu-devel@nongnu.org; Fri, 27 Feb 2015 06:25:30 -0500 Received: from mx1.redhat.com ([209.132.183.28]:58678) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YRJ2r-0004Fi-K0 for qemu-devel@nongnu.org; Fri, 27 Feb 2015 06:25:25 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t1RBPP0R003095 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Fri, 27 Feb 2015 06:25:25 -0500 Message-ID: <1425036319.20883.53.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Fri, 27 Feb 2015 12:25:19 +0100 In-Reply-To: <54EF625A.2060101@redhat.com> References: <1424687012-18524-1-git-send-email-kraxel@redhat.com> <1424687012-18524-13-git-send-email-kraxel@redhat.com> <54EF625A.2060101@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RfC PATCH 12/15] virtio-vga: add vgabios configuration List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: qemu-devel@nongnu.org > > +CONFIG_OVERRIDE_PCI_ID=y > > +CONFIG_VGA_VID=0x1af4 > > +CONFIG_VGA_DID=0x1010 > > Will this device ID work, even with your fixups regarding the PCI device ID? Needs updating for virtio-1.0 indeed. Seems to not cause problems though for some strange reason, didn't trip up in testing so far ... fixed, Gerd