From mboxrd@z Thu Jan 1 00:00:00 1970 From: Juan Quintela Subject: Re: [PATCHv5-repost 0/2] qemu: cirrus reset-related fixes Date: Tue, 01 Dec 2009 01:02:27 +0100 Message-ID: References: <20091130190219.GA457@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , Anthony Liguori , "qemu-devel\@nongnu.org" , kvm-devel To: "Michael S. Tsirkin" Return-path: Received: from mx1.redhat.com ([209.132.183.28]:28875 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754041AbZLAADK (ORCPT ); Mon, 30 Nov 2009 19:03:10 -0500 In-Reply-To: <20091130190219.GA457@redhat.com> (Michael S. Tsirkin's message of "Mon, 30 Nov 2009 21:02:19 +0200") Sender: kvm-owner@vger.kernel.org List-ID: "Michael S. Tsirkin" wrote: > These patches were part of series including BIOS fixes. > BIOS fixes has been applied, but it looks like qemu fixes > were forgotten. Reposting. > > Reset BARs and a couple of other registers on bus reset, as per PCI > spec. > > This fixes up posting v4 which was garbled, sorry about that. > > > Michael S. Tsirkin (2): > qemu: make cirrus init value pci spec compliant > qemu: cleanup unused macros in cirrus > > hw/cirrus_vga.c | 36 ------------------------------------ > 1 files changed, 0 insertions(+), 36 deletions(-) Acked-by: Juan Quintela From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NFGD5-0007lP-Bi for qemu-devel@nongnu.org; Mon, 30 Nov 2009 19:03:15 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NFGCz-0007kx-Nw for qemu-devel@nongnu.org; Mon, 30 Nov 2009 19:03:13 -0500 Received: from [199.232.76.173] (port=46705 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NFGCz-0007ku-H9 for qemu-devel@nongnu.org; Mon, 30 Nov 2009 19:03:09 -0500 Received: from mx1.redhat.com ([209.132.183.28]:20097) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NFGCy-0002XC-Uo for qemu-devel@nongnu.org; Mon, 30 Nov 2009 19:03:09 -0500 From: Juan Quintela In-Reply-To: <20091130190219.GA457@redhat.com> (Michael S. Tsirkin's message of "Mon, 30 Nov 2009 21:02:19 +0200") References: <20091130190219.GA457@redhat.com> Date: Tue, 01 Dec 2009 01:02:27 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: [Qemu-devel] Re: [PATCHv5-repost 0/2] qemu: cirrus reset-related fixes List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: Anthony Liguori , Avi Kivity , kvm-devel , "qemu-devel@nongnu.org" "Michael S. Tsirkin" wrote: > These patches were part of series including BIOS fixes. > BIOS fixes has been applied, but it looks like qemu fixes > were forgotten. Reposting. > > Reset BARs and a couple of other registers on bus reset, as per PCI > spec. > > This fixes up posting v4 which was garbled, sorry about that. > > > Michael S. Tsirkin (2): > qemu: make cirrus init value pci spec compliant > qemu: cleanup unused macros in cirrus > > hw/cirrus_vga.c | 36 ------------------------------------ > 1 files changed, 0 insertions(+), 36 deletions(-) Acked-by: Juan Quintela