|
From: | Julien Grall |
Subject: | Re: [Qemu-devel] [PATCH V6 2/8] hw/acpi_piix4.c: replace register_ioport* |
Date: | Mon, 3 Sep 2012 14:00:26 +0100 |
User-agent: | Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.16) Gecko/20120726 Icedove/3.0.11 |
On 09/03/2012 12:19 PM, Avi Kivity wrote:
On 08/29/2012 06:01 AM, Julien Grall wrote:This patch replaces all register_ioport* with the new memory API. It permits to use the new Memory stuff like listener. diff --git a/hw/acpi_piix4.c b/hw/acpi_piix4.c @@ -28,6 +28,7 @@ #include "range.h" #include "ioport.h" #include "fw_cfg.h" +#include "exec-memory.h"Actually needed?
I used it on previous patch series, but I don't need anymore. I will send a new version. -- Julien Grall
[Prev in Thread] | Current Thread | [Next in Thread] |