qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/5] AArch64 TLB performance improvements
@ 2014-07-30 15:20 Alex Bennée
  2014-07-30 15:20 ` [Qemu-devel] [PATCH v2 1/5] target-arm: don't hardcode mask values in arm_cpu_handle_mmu_fault Alex Bennée
                   ` (6 more replies)
  0 siblings, 7 replies; 17+ messages in thread
From: Alex Bennée @ 2014-07-30 15:20 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell, Alex Bennée

Hi,

Not too much has changed:

  * added a review tag
  * fixed up review comments
  * added some notes about benchmark results
  * added a patch to disable ARMv5 in AArch64 build

The most important thing is I've measured a 25-30% improvement in
kernel and android boot time.

Alex Bennée (5):
  target-arm: don't hardcode mask values in arm_cpu_handle_mmu_fault
  target-arm: A64: fix TLB flush instructions
  target-arm: A64: fix use 12 bit page tables for AArch64
  scripts/make_device_config.sh: inline includes
  target-arm: A64: disable a bunch of ARMv5 machines

 default-configs/aarch64-softmmu.mak |  5 ++++-
 default-configs/arm-softmmu.mak     |  1 +
 hw/arm/Makefile.objs                | 19 ++++++++++++++----
 hw/arm/realview.c                   |  6 ++++++
 scripts/make_device_config.sh       | 39 ++++++++++++++++++++++---------------
 target-arm/cpu.c                    | 36 +++++++++++++++++++++-------------
 target-arm/cpu.h                    | 13 ++++++++++---
 target-arm/helper.c                 | 14 +++++++++----
 8 files changed, 92 insertions(+), 41 deletions(-)

-- 
2.0.3

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

end of thread, other threads:[~2014-08-06 20:32 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-30 15:20 [Qemu-devel] [PATCH v2 0/5] AArch64 TLB performance improvements Alex Bennée
2014-07-30 15:20 ` [Qemu-devel] [PATCH v2 1/5] target-arm: don't hardcode mask values in arm_cpu_handle_mmu_fault Alex Bennée
2014-07-30 15:20 ` [Qemu-devel] [PATCH v2 2/5] target-arm: A64: fix TLB flush instructions Alex Bennée
2014-07-30 15:20 ` [Qemu-devel] [PATCH v2 3/5] target-arm: A64: fix use 12 bit page tables for AArch64 Alex Bennée
2014-07-30 15:20 ` [Qemu-devel] [PATCH v2 4/5] scripts/make_device_config.sh: inline includes Alex Bennée
2014-07-30 15:20 ` [Qemu-devel] [PATCH v2 5/5] target-arm: A64: disable a bunch of ARMv5 machines Alex Bennée
2014-08-01 16:45   ` Christopher Covington
2014-08-01 17:32     ` Peter Maydell
2014-08-01 16:06 ` [Qemu-devel] [PATCH v2 0/5] AArch64 TLB performance improvements Peter Maydell
2014-08-01 22:26   ` Peter Maydell
2014-08-04 10:23     ` Alex Bennée
2014-08-04 10:32       ` Peter Maydell
2014-08-04 13:11         ` Christopher Covington
2014-08-06 20:32     ` Richard Henderson
2014-08-01 19:35 ` Paolo Bonzini
2014-08-04 10:29   ` Alex Bennée
2014-08-04 11:34     ` Alex Bennée

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