From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: [PATCH] hw/piix4acpi: Make writes to ACPI_DBG_IO_ADDR actually work. Date: Tue, 12 Nov 2013 11:30:26 -0500 Message-ID: <20131112163026.GI11354@phenom.dumpdata.com> References: <1384195376-9971-1-git-send-email-konrad.wilk@oracle.com> <21122.19546.955379.392775@mariner.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1VgGsL-0001ui-Si for xen-devel@lists.xenproject.org; Tue, 12 Nov 2013 16:31:38 +0000 Content-Disposition: inline In-Reply-To: <21122.19546.955379.392775@mariner.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Jackson , Stefano Stabellini Cc: Konrad Rzeszutek Wilk , xen-devel@lists.xenproject.org List-Id: xen-devel@lists.xenproject.org On Tue, Nov 12, 2013 at 03:42:18PM +0000, Ian Jackson wrote: > Konrad Rzeszutek Wilk writes ("[PATCH] hw/piix4acpi: Make writes to ACPI_DBG_IO_ADDR actually work."): > > The ACPI AML code has little snippets where it uses two > > memory locations to stash debug information when doing PCI > > hotplug, such as: > > Thanks. > > Acked-by: Ian Jackson > Committed-by: Ian Jackson Yeey! > > to qemu-xen-traditional master. It also applies to the qemu-xen but I forgot to CC Stefano. Doing it here. > > I think this ought to be backported in due course so I have put it on > my list. Much appreciated. > > Ian.