From: Julien Grall <julien.grall@citrix.com>
To: qemu-devel@nongnu.org
Cc: Julien Grall <julien.grall@citrix.com>,
julian.pidancet@citrix.com, avi@redhat.com,
Stefano.Stabellini@eu.citrix.com
Subject: [Qemu-devel] [PATCH V2 0/7] memory: unify ioport registration
Date: Wed, 4 Apr 2012 19:21:03 +0100 [thread overview]
Message-ID: <cover.1333561077.git.julien.grall@citrix.com> (raw)
This is the second version of patch serie (the previous patch was not split)
about ioport registration.
For the moment some part of QEMU use register_ioport* functions to register
ioport. These functions don't permit the logging of range with Memory Listener.
Modifications between V1 and V2 :
- Remove the use of get_system_io. Instead of use isa and pci IO address
space.
- Avoid allocation of PortioList. Use the different device structure.
- Still remove register_ioport* (hw/dma.c, hw/apm.c, hw/acpi_piix4.c).
- Use MemoryRegion when we have only a range of ioport.
- For some functions, add IO address space as argument.
- Add isa_address_space_io function
I may not to be aware about some new modifications (hw/dma.c and hw/apm.c),
any advice on its will be welcome.
Julien Grall (7):
isa: add isa_address_space_io
hw/acpi_piix4.c: replace register_ioport*
hw/cirrus_vga.c: replace register_ioport*
hw/serial.c: replace register_ioport*
hw/pc.c: replace register_ioport*
hw/dma.c: replace register_ioport*
hw/apm.c: replace register_ioport*
hw/acpi_piix4.c | 78 ++++++++++++++++++++++++++++++++++++++++++++++--------
hw/apm.c | 24 +++++++++++++---
hw/apm.h | 5 +++-
hw/cirrus_vga.c | 38 +++++++++++++++-----------
hw/dma.c | 55 ++++++++++++++++++++++++++------------
hw/isa-bus.c | 5 +++
hw/isa.h | 1 +
hw/pc.c | 37 ++++++++++++++++----------
hw/pc.h | 2 +-
hw/serial.c | 8 +++--
hw/vt82c686.c | 2 +-
11 files changed, 184 insertions(+), 71 deletions(-)
--
Julien Grall
next reply other threads:[~2012-04-04 18:22 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-04 18:21 Julien Grall [this message]
2012-04-04 18:21 ` [Qemu-devel] [PATCH V2 1/7] isa: add isa_address_space_io Julien Grall
2012-04-04 18:21 ` [Qemu-devel] [PATCH V2 2/7] hw/acpi_piix4.c: replace register_ioport* Julien Grall
2012-04-05 9:50 ` Avi Kivity
2012-04-04 18:21 ` [Qemu-devel] [PATCH V2 3/7] hw/cirrus_vga.c: " Julien Grall
2012-04-04 18:21 ` [Qemu-devel] [PATCH V2 4/7] hw/serial.c: " Julien Grall
2012-04-04 18:21 ` [Qemu-devel] [PATCH V2 5/7] hw/pc.c: " Julien Grall
2012-04-04 18:21 ` [Qemu-devel] [PATCH V2 6/7] hw/dma.c: " Julien Grall
2012-04-04 18:21 ` [Qemu-devel] [PATCH V2 7/7] hw/apm.c: " 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=cover.1333561077.git.julien.grall@citrix.com \
--to=julien.grall@citrix.com \
--cc=Stefano.Stabellini@eu.citrix.com \
--cc=avi@redhat.com \
--cc=julian.pidancet@citrix.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.