qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 1.7 0/2] PPC: Fix BookE timer performance regression
@ 2013-11-23  3:53 Alexander Graf
  2013-11-23  3:53 ` [Qemu-devel] [PATCH 1/2] PPC: Make BookE FIT/WDT timers more lazy Alexander Graf
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Alexander Graf @ 2013-11-23  3:53 UTC (permalink / raw)
  To: QEMU Developers
  Cc: Bharat Bhushan, qemu-ppc@nongnu.org list:PowerPC, Fabien Chouteau

Thanks to the new timer infrastructure we are now able to trigger timer events
and ridiculous granularities in sub-microsecond orders.

However, the BookE targets were quite unhappy about that change, showing up
to x10 slowdown on a simple Linux guest bootup test.

This patch set makes the constant timer facilities in BookE more lazy and less
fine grained than they could be. That way we're at least as good as we were in
QEMU 1.6.

Alexander Graf (2):
  PPC: Make BookE FIT/WDT timers more lazy
  PPC: BookE: Make FIT/WDT timers at best millisecond grained

 hw/ppc/ppc_booke.c | 49 ++++++++++++++++++++++++++++++++++++++++++++-----
 1 file changed, 44 insertions(+), 5 deletions(-)

-- 
1.7.12.4

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

end of thread, other threads:[~2013-11-25 11:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-23  3:53 [Qemu-devel] [PATCH 1.7 0/2] PPC: Fix BookE timer performance regression Alexander Graf
2013-11-23  3:53 ` [Qemu-devel] [PATCH 1/2] PPC: Make BookE FIT/WDT timers more lazy Alexander Graf
2013-11-23  3:53 ` [Qemu-devel] [PATCH 2/2] PPC: BookE: Make FIT/WDT timers at best microsecond grained Alexander Graf
2013-11-23  4:08 ` [Qemu-devel] [PATCH 1.7 0/2] PPC: Fix BookE timer performance regression Stefan Weil
2013-11-23  4:43   ` Stefan Weil
2013-11-25 11:10   ` Alexander Graf

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