From: Julien Grall <julien.grall@citrix.com>
To: Avi Kivity <avi@redhat.com>
Cc: "jan.kiszka@siemens.com" <jan.kiszka@siemens.com>,
"kraxel@redhat.com" <kraxel@redhat.com>,
"qemu-devel@nongnu.org" <qemu-devel@nongnu.org>,
"afaerber@suse.de" <afaerber@suse.de>,
Stefano Stabellini <Stefano.Stabellini@eu.citrix.com>
Subject: Re: [Qemu-devel] [PATCH V6 2/8] hw/acpi_piix4.c: replace register_ioport*
Date: Mon, 3 Sep 2012 14:00:26 +0100 [thread overview]
Message-ID: <5044A9EA.5070804@citrix.com> (raw)
In-Reply-To: <5044923D.2030301@redhat.com>
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
next prev parent reply other threads:[~2012-09-03 12:58 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-29 3:01 [Qemu-devel] [PATCH V6 0/8] memory: unify ioport registration Julien Grall
2012-08-29 3:01 ` [Qemu-devel] [PATCH V6 1/8] isa: add isa_address_space_io Julien Grall
2012-08-29 3:01 ` [Qemu-devel] [PATCH V6 2/8] hw/acpi_piix4.c: replace register_ioport* Julien Grall
2012-09-01 7:44 ` Jan Kiszka
2012-09-03 12:56 ` Julien Grall
2012-09-03 12:56 ` Jan Kiszka
2012-09-03 13:04 ` Julien Grall
2012-09-03 11:19 ` Avi Kivity
2012-09-03 13:00 ` Julien Grall [this message]
2012-09-03 11:25 ` Avi Kivity
2012-08-29 3:01 ` [Qemu-devel] [PATCH V6 3/8] hw/cirrus_vga.c: " Julien Grall
2012-08-29 3:01 ` [Qemu-devel] [PATCH V6 4/8] hw/serial.c: " Julien Grall
2012-08-29 3:01 ` [Qemu-devel] [PATCH V6 5/8] hw/pc.c: " Julien Grall
2012-08-29 3:01 ` [Qemu-devel] [PATCH V6 6/8] hw/dma.c: " Julien Grall
2012-08-29 3:01 ` [Qemu-devel] [PATCH V6 7/8] hw/apm.c: " Julien Grall
2012-08-29 3:01 ` [Qemu-devel] [PATCH V6 8/8] smb: replace_register_ioport* Julien Grall
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5044A9EA.5070804@citrix.com \
--to=julien.grall@citrix.com \
--cc=Stefano.Stabellini@eu.citrix.com \
--cc=afaerber@suse.de \
--cc=avi@redhat.com \
--cc=jan.kiszka@siemens.com \
--cc=kraxel@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.