qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] qemu gdbstub.c monitor.c linux-user/main.c targ...
@ 2007-10-25 21:35 Jocelyn Mayer
  0 siblings, 0 replies; only message in thread
From: Jocelyn Mayer @ 2007-10-25 21:35 UTC (permalink / raw)
  To: qemu-devel

CVSROOT:	/sources/qemu
Module name:	qemu
Changes by:	Jocelyn Mayer <j_mayer>	07/10/25 21:35:50

Modified files:
	.              : gdbstub.c monitor.c 
	linux-user     : main.c 
	target-ppc     : cpu.h exec.h helper.c op.c op_helper.c 
	                 op_helper.h translate.c 
Added files:
	target-ppc     : helper_regs.h 

Log message:
	Gprof prooved the PowerPC emulation spent too much time in MSR load and store
	routines. Coming back to a raw MSR storage model then speed-up the emulation.
	Improve fast MSR updates (wrtee wrteei and mtriee cases).
	Share rfi family instructions helpers code to avoid bug in duplicated code.
	Allow entering halt mode as the result of a rfi instruction.
	Add a new helper_regs.h file to avoid duplication of special registers
	 manipulation routines (currently XER and MSR).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/gdbstub.c?cvsroot=qemu&r1=1.67&r2=1.68
http://cvs.savannah.gnu.org/viewcvs/qemu/monitor.c?cvsroot=qemu&r1=1.83&r2=1.84
http://cvs.savannah.gnu.org/viewcvs/qemu/linux-user/main.c?cvsroot=qemu&r1=1.135&r2=1.136
http://cvs.savannah.gnu.org/viewcvs/qemu/target-ppc/cpu.h?cvsroot=qemu&r1=1.83&r2=1.84
http://cvs.savannah.gnu.org/viewcvs/qemu/target-ppc/exec.h?cvsroot=qemu&r1=1.29&r2=1.30
http://cvs.savannah.gnu.org/viewcvs/qemu/target-ppc/helper.c?cvsroot=qemu&r1=1.80&r2=1.81
http://cvs.savannah.gnu.org/viewcvs/qemu/target-ppc/op.c?cvsroot=qemu&r1=1.56&r2=1.57
http://cvs.savannah.gnu.org/viewcvs/qemu/target-ppc/op_helper.c?cvsroot=qemu&r1=1.51&r2=1.52
http://cvs.savannah.gnu.org/viewcvs/qemu/target-ppc/op_helper.h?cvsroot=qemu&r1=1.21&r2=1.22
http://cvs.savannah.gnu.org/viewcvs/qemu/target-ppc/translate.c?cvsroot=qemu&r1=1.93&r2=1.94
http://cvs.savannah.gnu.org/viewcvs/qemu/target-ppc/helper_regs.h?cvsroot=qemu&rev=1.1

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-10-25 21:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-25 21:35 [Qemu-devel] qemu gdbstub.c monitor.c linux-user/main.c targ Jocelyn Mayer

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