From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52784) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aIw8M-0007zH-Nk for qemu-devel@nongnu.org; Tue, 12 Jan 2016 05:25:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aIw8J-0001Cu-Hy for qemu-devel@nongnu.org; Tue, 12 Jan 2016 05:25:02 -0500 Received: from mx1.redhat.com ([209.132.183.28]:58126) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aIw8J-0001CO-D7 for qemu-devel@nongnu.org; Tue, 12 Jan 2016 05:24:59 -0500 Message-ID: <1452594295.29014.6.camel@redhat.com> From: Gerd Hoffmann Date: Tue, 12 Jan 2016 11:24:55 +0100 In-Reply-To: References: <1452508327.8098.46.camel@redhat.com> <20160112104556-mutt-send-email-mst@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] [Xen-devel] [PATCH v4] igd-passthrough-i440FX: convert to realize() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Hao, Xudong" Cc: Lars Kurth , "xen-devel@lists.xensource.com" , Stefano Stabellini , Lars Kurth , "Michael S. Tsirkin" , "qemu-devel@nongnu.org" , Cao jin , Stefano Stabellini On Di, 2016-01-12 at 09:50 +0000, Hao, Xudong wrote: > With latest qemu 7b8a354d4716, RHEL7.2 (with default kernel) VM still can= 't boot up with IGD. There is another bug, using pci_default_write_config() doesn't fly as this checks writes against wmask and the registers in question are not whitelisted ... I've just rebased my igd patch series which (among other stuff) fixes that bug: https://www.kraxel.org/cgit/qemu/log/?h=3Dwork/igd git://git.kraxel.org/qemu work/igd Can you give it a spin? Also: what does "can't boot up" mean exactly? Guest doesn't boot at all? Guest boots, but igd/console/Xorg doesn't work? In case of the latter: Any chance to login via network and get a kernel log? thanks, Gerd