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