qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] hw/arm/gic: Code duplication removal
@ 2015-07-29 11:54 Pavel Fedin
  2015-07-29 11:54 ` [Qemu-devel] [PATCH 1/3] Merge memory_region_init_reservation() into memory_region_init_io() Pavel Fedin
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Pavel Fedin @ 2015-07-29 11:54 UTC (permalink / raw)
  To: qemu-devel; +Cc: Peter Maydell, Christoffer Dall, Eric Auger

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-08-05  6:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-29 11:54 [Qemu-devel] [PATCH 0/3] hw/arm/gic: Code duplication removal Pavel Fedin
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

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).