All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] qemu/target-sparc helper.c
@ 2005-04-24 10:08 Fabrice Bellard
  0 siblings, 0 replies; 6+ messages in thread
From: Fabrice Bellard @ 2005-04-24 10:08 UTC (permalink / raw)
  To: qemu-devel

CVSROOT:	/cvsroot/qemu
Module name:	qemu
Branch: 	
Changes by:	Fabrice Bellard <bellard@savannah.gnu.org>	05/04/24 10:08:19

Modified files:
	target-sparc   : helper.c 

Log message:
	MMU fix (Blue Swirl)

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/target-sparc/helper.c.diff?tr1=1.14&tr2=1.15&r1=text&r2=text

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

* [Qemu-devel] qemu/target-sparc helper.c
@ 2007-12-25  7:49 Blue Swirl
  0 siblings, 0 replies; 6+ messages in thread
From: Blue Swirl @ 2007-12-25  7:49 UTC (permalink / raw)
  To: qemu-devel

CVSROOT:	/cvsroot/qemu
Module name:	qemu
Changes by:	Blue Swirl <blueswir1>	07/12/25 07:49:10

Modified files:
	target-sparc   : helper.c 

Log message:
	 Enforce context table alignment

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/target-sparc/helper.c?cvsroot=qemu&r1=1.32&r2=1.33

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

* [Qemu-devel] qemu/target-sparc helper.c
@ 2007-11-29 17:08 Blue Swirl
  0 siblings, 0 replies; 6+ messages in thread
From: Blue Swirl @ 2007-11-29 17:08 UTC (permalink / raw)
  To: qemu-devel

CVSROOT:	/cvsroot/qemu
Module name:	qemu
Changes by:	Blue Swirl <blueswir1>	07/11/29 17:08:01

Modified files:
	target-sparc   : helper.c 

Log message:
	 Increase prom size for boot mode

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/target-sparc/helper.c?cvsroot=qemu&r1=1.31&r2=1.32

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

* [Qemu-devel] qemu/target-sparc helper.c
@ 2006-06-14 12:37 Fabrice Bellard
  0 siblings, 0 replies; 6+ messages in thread
From: Fabrice Bellard @ 2006-06-14 12:37 UTC (permalink / raw)
  To: qemu-devel

CVSROOT:	/sources/qemu
Module name:	qemu
Changes by:	Fabrice Bellard <bellard>	06/06/14 12:37:30

Modified files:
	target-sparc   : helper.c 

Log message:
	MMU no fault fix

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/target-sparc/helper.c?cvsroot=qemu&r1=1.21&r2=1.22

Patches:
Index: helper.c
===================================================================
RCS file: /sources/qemu/qemu/target-sparc/helper.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -b -r1.21 -r1.22
--- helper.c	5 Dec 2005 20:29:47 -0000	1.21
+++ helper.c	14 Jun 2006 12:37:30 -0000	1.22
@@ -190,7 +190,7 @@
     /* check access */
     access_perms = (pde & PTE_ACCESS_MASK) >> PTE_ACCESS_SHIFT;
     error_code = access_table[*access_index][access_perms];
-    if (error_code && !(env->mmuregs[0] & MMU_NF))
+    if (error_code && !((env->mmuregs[0] & MMU_NF) && is_user))
 	return error_code;
 
     /* the page can be put in the TLB */

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

* [Qemu-devel] qemu/target-sparc helper.c
@ 2005-12-05 20:29 Fabrice Bellard
  0 siblings, 0 replies; 6+ messages in thread
From: Fabrice Bellard @ 2005-12-05 20:29 UTC (permalink / raw)
  To: qemu-devel

CVSROOT:	/cvsroot/qemu
Module name:	qemu
Branch: 	
Changes by:	Fabrice Bellard <bellard@savannah.gnu.org>	05/12/05 20:29:47

Modified files:
	target-sparc   : helper.c 

Log message:
	PAGE_EXEC support (Blue Swirl)

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/target-sparc/helper.c.diff?tr1=1.20&tr2=1.21&r1=text&r2=text

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

* [Qemu-devel] qemu/target-sparc helper.c
@ 2005-02-15 22:55 Fabrice Bellard
  0 siblings, 0 replies; 6+ messages in thread
From: Fabrice Bellard @ 2005-02-15 22:55 UTC (permalink / raw)
  To: qemu-devel

CVSROOT:	/cvsroot/qemu
Module name:	qemu
Branch: 	
Changes by:	Fabrice Bellard <bellard@savannah.gnu.org>	05/02/15 22:55:43

Modified files:
	target-sparc   : helper.c 

Log message:
	sparc fix

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/target-sparc/helper.c.diff?tr1=1.10&tr2=1.11&r1=text&r2=text

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

end of thread, other threads:[~2007-12-25  7:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-24 10:08 [Qemu-devel] qemu/target-sparc helper.c Fabrice Bellard
  -- strict thread matches above, loose matches on Subject: below --
2007-12-25  7:49 Blue Swirl
2007-11-29 17:08 Blue Swirl
2006-06-14 12:37 Fabrice Bellard
2005-12-05 20:29 Fabrice Bellard
2005-02-15 22:55 Fabrice Bellard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.