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: Wed, 13 Nov 2013 13:33:51 -0500 Message-ID: <20131113183351.GB5156@phenom.dumpdata.com> References: <1384195376-9971-1-git-send-email-konrad.wilk@oracle.com> <21122.19546.955379.392775@mariner.uk.xensource.com> <20131112163026.GI11354@phenom.dumpdata.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta4.messagelabs.com ([85.158.143.247]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1VgfHJ-0008DO-Bw for xen-devel@lists.xenproject.org; Wed, 13 Nov 2013 18:35:06 +0000 Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Stefano Stabellini Cc: Konrad Rzeszutek Wilk , Ian Jackson , xen-devel@lists.xenproject.org List-Id: xen-devel@lists.xenproject.org On Wed, Nov 13, 2013 at 06:03:44PM +0000, Stefano Stabellini wrote: > On Tue, 12 Nov 2013, Konrad Rzeszutek Wilk wrote: > > 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. > > Unfortunately the code in upstream qemu is very different in this area, > and it looks like ACPI_DBG_IO_ADDR is actually unused. Correct. Not for upstream qemu but for qemu-xen. You are the maintainer of that tree too right?