From: Pavel Fedin <p.fedin@samsung.com>
To: qemu-devel@nongnu.org
Cc: Peter Maydell <peter.maydell@linaro.org>,
Christoffer Dall <christoffer.dall@linaro.org>,
Eric Auger <eric.auger@linaro.org>
Subject: [Qemu-devel] [PATCH 0/3] hw/arm/gic: Code duplication removal
Date: Wed, 29 Jul 2015 14:54:41 +0300 [thread overview]
Message-ID: <cover.1438170554.git.p.fedin@samsung.com> (raw)
I decided to make this small patchset in order to try to push some of my
changes before 2.4 is out. Idea of first patch of this set came during
vGICv3 implementation. In order to be able to upstream it earlier i decided
to make it doing something useful and refactored GICv2 code.
This patchset contains no functional enhancements. Only cleanup and refactor.
Pavel Fedin (3):
Merge memory_region_init_reservation() into memory_region_init_io()
hw/arm/gic: Kill code duplication
Introduce gic_class_name() instead of repeating condition
hw/arm/virt.c | 7 ++---
hw/cpu/a15mpcore.c | 8 ++----
hw/intc/arm_gic.c | 61 +++++++++++-----------------------------
hw/intc/arm_gic_common.c | 37 ++++++++++++++++++++++++
hw/intc/arm_gic_kvm.c | 28 +-----------------
include/exec/memory.h | 14 +++++++--
include/hw/intc/arm_gic_common.h | 3 ++
memory.c | 10 +------
target-arm/kvm_arm.h | 5 ++++
9 files changed, 79 insertions(+), 94 deletions(-)
--
1.9.5.msysgit.0
next reply other threads:[~2015-07-29 11:54 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-29 11:54 Pavel Fedin [this message]
2015-07-29 11:54 ` [Qemu-devel] [PATCH 1/3] Merge memory_region_init_reservation() into memory_region_init_io() Pavel Fedin
2015-08-04 15:47 ` Peter Maydell
2015-07-29 11:54 ` [Qemu-devel] [PATCH 2/3] hw/arm/gic: Kill code duplication Pavel Fedin
2015-08-04 15:46 ` Peter Maydell
2015-08-05 6:30 ` Pavel Fedin
2015-07-29 11:54 ` [Qemu-devel] [PATCH 3/3] Introduce gic_class_name() instead of repeating condition Pavel Fedin
2015-08-04 15:46 ` Peter Maydell
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.1438170554.git.p.fedin@samsung.com \
--to=p.fedin@samsung.com \
--cc=christoffer.dall@linaro.org \
--cc=eric.auger@linaro.org \
--cc=peter.maydell@linaro.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).