qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] qemu/target-arm helper.c
@ 2005-12-18 16:54 Fabrice Bellard
  0 siblings, 0 replies; 10+ messages in thread
From: Fabrice Bellard @ 2005-12-18 16:54 UTC (permalink / raw)
  To: qemu-devel

CVSROOT:	/sources/qemu
Module name:	qemu
Branch: 	
Changes by:	Fabrice Bellard <bellard@savannah.gnu.org>	05/12/18 16:54:08

Modified files:
	target-arm     : helper.c 

Log message:
	switching to Arm mode in do_interrupt() (Paul Brook)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/qemu/target-arm/helper.c.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

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

* [Qemu-devel] qemu/target-arm helper.c
@ 2006-03-14 14:20 Paul Brook
  0 siblings, 0 replies; 10+ messages in thread
From: Paul Brook @ 2006-03-14 14:20 UTC (permalink / raw)
  To: qemu-devel

CVSROOT:	/sources/qemu
Module name:	qemu
Branch: 	
Changes by:	Paul Brook <pbrook@savannah.gnu.org>	06/03/14 14:20:32

Modified files:
	target-arm     : helper.c 

Log message:
	Fix FIQ bank switching.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/qemu/target-arm/helper.c.diff?tr1=1.4&tr2=1.5&r1=text&r2=text

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

* [Qemu-devel] qemu/target-arm helper.c
@ 2006-07-21 22:39 Paul Brook
  0 siblings, 0 replies; 10+ messages in thread
From: Paul Brook @ 2006-07-21 22:39 UTC (permalink / raw)
  To: qemu-devel

CVSROOT:	/sources/qemu
Module name:	qemu
Changes by:	Paul Brook <pbrook>	06/07/21 22:39:58

Modified files:
	target-arm     : helper.c 

Log message:
	Fix Arm cp15 c13 (Process ID) register writes.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/target-arm/helper.c?cvsroot=qemu&r1=1.5&r2=1.6

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

* [Qemu-devel] qemu/target-arm helper.c
@ 2006-09-09 14:36 Paul Brook
  0 siblings, 0 replies; 10+ messages in thread
From: Paul Brook @ 2006-09-09 14:36 UTC (permalink / raw)
  To: qemu-devel

CVSROOT:	/sources/qemu
Module name:	qemu
Changes by:	Paul Brook <pbrook>	06/09/09 14:36:26

Modified files:
	target-arm     : helper.c 

Log message:
	Arm MMU fix (Justin Fletcher).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/target-arm/helper.c?cvsroot=qemu&r1=1.6&r2=1.7

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

* [Qemu-devel] qemu/target-arm helper.c
@ 2007-04-29 19:06 Paul Brook
  0 siblings, 0 replies; 10+ messages in thread
From: Paul Brook @ 2007-04-29 19:06 UTC (permalink / raw)
  To: qemu-devel

CVSROOT:	/sources/qemu
Module name:	qemu
Changes by:	Paul Brook <pbrook>	07/04/29 19:06:34

Modified files:
	target-arm     : helper.c 

Log message:
	Fix ARM fine pagetables.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/target-arm/helper.c?cvsroot=qemu&r1=1.12&r2=1.13

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

* [Qemu-devel] qemu/target-arm helper.c
@ 2007-07-29 22:21 Andrzej Zaborowski
  0 siblings, 0 replies; 10+ messages in thread
From: Andrzej Zaborowski @ 2007-07-29 22:21 UTC (permalink / raw)
  To: qemu-devel

CVSROOT:	/sources/qemu
Module name:	qemu
Changes by:	Andrzej Zaborowski <balrog>	07/07/29 22:21:45

Modified files:
	target-arm     : helper.c 

Log message:
	Fix XScale MMU's extended small pages.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/target-arm/helper.c?cvsroot=qemu&r1=1.18&r2=1.19

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

* [Qemu-devel] qemu/target-arm helper.c
@ 2007-10-31  0:47 Andrzej Zaborowski
  2007-11-01  3:24 ` Matthew Warton
  0 siblings, 1 reply; 10+ messages in thread
From: Andrzej Zaborowski @ 2007-10-31  0:47 UTC (permalink / raw)
  To: qemu-devel

CVSROOT:	/sources/qemu
Module name:	qemu
Changes by:	Andrzej Zaborowski <balrog>	07/10/31 00:47:13

Modified files:
	target-arm     : helper.c 

Log message:
	Invalidate TLBs when domains are changed (Matthew Warton).
	Legalise cp15 pid register writes (Matthew Warton).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/target-arm/helper.c?cvsroot=qemu&r1=1.23&r2=1.24

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

* Re: [Qemu-devel] qemu/target-arm helper.c
  2007-10-31  0:47 Andrzej Zaborowski
@ 2007-11-01  3:24 ` Matthew Warton
  2007-11-01 11:23   ` andrzej zaborowski
  0 siblings, 1 reply; 10+ messages in thread
From: Matthew Warton @ 2007-11-01  3:24 UTC (permalink / raw)
  To: qemu-devel

Hi Andrzej,

I noticed you also seem to work on the neo1973 port of Qemu for  
Openmoko.

Could you please let me know when you merge this patch into that tree  
so that we can update our simulator and forget about the patch?

Thanks,
Matthew Warton

On 31/10/2007, at 11:47 AM, Andrzej Zaborowski wrote:

> CVSROOT:	/sources/qemu
> Module name:	qemu
> Changes by:	Andrzej Zaborowski <balrog>	07/10/31 00:47:13
>
> Modified files:
> 	target-arm     : helper.c
>
> Log message:
> 	Invalidate TLBs when domains are changed (Matthew Warton).
> 	Legalise cp15 pid register writes (Matthew Warton).
>
> CVSWeb URLs:
> http://cvs.savannah.gnu.org/viewcvs/qemu/target-arm/helper.c? 
> cvsroot=qemu&r1=1.23&r2=1.24
>
>
>

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

* Re: [Qemu-devel] qemu/target-arm helper.c
  2007-11-01  3:24 ` Matthew Warton
@ 2007-11-01 11:23   ` andrzej zaborowski
  0 siblings, 0 replies; 10+ messages in thread
From: andrzej zaborowski @ 2007-11-01 11:23 UTC (permalink / raw)
  To: Matthew Warton; +Cc: qemu-devel

On 01/11/2007, Matthew Warton <mwarton@ok-labs.com> wrote:
> Could you please let me know when you merge this patch into that tree
> so that we can update our simulator and forget about the patch?

Done, r3316.

Regards

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

* [Qemu-devel] qemu/target-arm helper.c
@ 2007-11-24 23:22 Paul Brook
  0 siblings, 0 replies; 10+ messages in thread
From: Paul Brook @ 2007-11-24 23:22 UTC (permalink / raw)
  To: qemu-devel

CVSROOT:	/sources/qemu
Module name:	qemu
Changes by:	Paul Brook <pbrook>	07/11/24 23:22:12

Modified files:
	target-arm     : helper.c 

Log message:
	Thumb semihosting fixes.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/target-arm/helper.c?cvsroot=qemu&r1=1.27&r2=1.28

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

end of thread, other threads:[~2007-11-24 23:22 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-21 22:39 [Qemu-devel] qemu/target-arm helper.c Paul Brook
  -- strict thread matches above, loose matches on Subject: below --
2007-11-24 23:22 Paul Brook
2007-10-31  0:47 Andrzej Zaborowski
2007-11-01  3:24 ` Matthew Warton
2007-11-01 11:23   ` andrzej zaborowski
2007-07-29 22:21 Andrzej Zaborowski
2007-04-29 19:06 Paul Brook
2006-09-09 14:36 Paul Brook
2006-03-14 14:20 Paul Brook
2005-12-18 16:54 Fabrice Bellard

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