* [Qemu-devel] qemu target-alpha/op_helper.c target-arm/op_hel...
@ 2007-11-11 12:35 Fabrice Bellard
2007-11-11 14:10 ` Carlo Marcelo Arenas Belon
0 siblings, 1 reply; 4+ messages in thread
From: Fabrice Bellard @ 2007-11-11 12:35 UTC (permalink / raw)
To: qemu-devel
CVSROOT: /sources/qemu
Module name: qemu
Changes by: Fabrice Bellard <bellard> 07/11/11 12:35:55
Modified files:
target-alpha : op_helper.c
target-arm : op_helper.c
target-cris : op_helper.c
target-m68k : op_helper.c
target-ppc : op_helper.c
Log message:
fixed invalid type
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/target-alpha/op_helper.c?cvsroot=qemu&r1=1.8&r2=1.9
http://cvs.savannah.gnu.org/viewcvs/qemu/target-arm/op_helper.c?cvsroot=qemu&r1=1.9&r2=1.10
http://cvs.savannah.gnu.org/viewcvs/qemu/target-cris/op_helper.c?cvsroot=qemu&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/qemu/target-m68k/op_helper.c?cvsroot=qemu&r1=1.8&r2=1.9
http://cvs.savannah.gnu.org/viewcvs/qemu/target-ppc/op_helper.c?cvsroot=qemu&r1=1.65&r2=1.66
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] qemu target-alpha/op_helper.c target-arm/op_hel...
2007-11-11 12:35 [Qemu-devel] qemu target-alpha/op_helper.c target-arm/op_hel Fabrice Bellard
@ 2007-11-11 14:10 ` Carlo Marcelo Arenas Belon
2007-11-11 14:26 ` andrzej zaborowski
0 siblings, 1 reply; 4+ messages in thread
From: Carlo Marcelo Arenas Belon @ 2007-11-11 14:10 UTC (permalink / raw)
To: qemu-devel
On Sun, Nov 11, 2007 at 12:35:55PM +0000, Fabrice Bellard wrote:
> Modified files:
> target-alpha : op_helper.c
> target-arm : op_helper.c
> target-cris : op_helper.c
> target-m68k : op_helper.c
> target-ppc : op_helper.c
>
> Log message:
> fixed invalid type
why was target_phys_addr_t and invalid type for the program counter? or you
mean that it is better to cast it to unsigned long so that you can never
overflow the pointer and so using unsigned long was better?
Carlo
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] qemu target-alpha/op_helper.c target-arm/op_hel...
2007-11-11 14:10 ` Carlo Marcelo Arenas Belon
@ 2007-11-11 14:26 ` andrzej zaborowski
0 siblings, 0 replies; 4+ messages in thread
From: andrzej zaborowski @ 2007-11-11 14:26 UTC (permalink / raw)
To: qemu-devel
On 11/11/2007, Carlo Marcelo Arenas Belon <carenas@sajinet.com.pe> wrote:
> On Sun, Nov 11, 2007 at 12:35:55PM +0000, Fabrice Bellard wrote:
> > Modified files:
> > target-alpha : op_helper.c
> > target-arm : op_helper.c
> > target-cris : op_helper.c
> > target-m68k : op_helper.c
> > target-ppc : op_helper.c
> >
> > Log message:
> > fixed invalid type
>
> why was target_phys_addr_t and invalid type for the program counter?
Program counter is normally a virtual address.
Regards
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Qemu-devel] qemu target-alpha/op_helper.c target-arm/op_hel...
@ 2007-10-29 14:39 Thiemo Seufer
0 siblings, 0 replies; 4+ messages in thread
From: Thiemo Seufer @ 2007-10-29 14:39 UTC (permalink / raw)
To: qemu-devel
CVSROOT: /sources/qemu
Module name: qemu
Changes by: Thiemo Seufer <ths> 07/10/29 14:39:50
Modified files:
target-alpha : op_helper.c
target-arm : op_helper.c
target-cris : op_helper.c
target-i386 : helper.c
target-m68k : op_helper.c
target-mips : op_helper.c
target-ppc : op_helper.c
target-sh4 : op_helper.c
target-sparc : op_helper.c
Log message:
Adjust s390 addresses (the MSB is defined as "to be ignored").
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/target-alpha/op_helper.c?cvsroot=qemu&r1=1.7&r2=1.8
http://cvs.savannah.gnu.org/viewcvs/qemu/target-arm/op_helper.c?cvsroot=qemu&r1=1.7&r2=1.8
http://cvs.savannah.gnu.org/viewcvs/qemu/target-cris/op_helper.c?cvsroot=qemu&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/qemu/target-i386/helper.c?cvsroot=qemu&r1=1.91&r2=1.92
http://cvs.savannah.gnu.org/viewcvs/qemu/target-m68k/op_helper.c?cvsroot=qemu&r1=1.7&r2=1.8
http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/op_helper.c?cvsroot=qemu&r1=1.69&r2=1.70
http://cvs.savannah.gnu.org/viewcvs/qemu/target-ppc/op_helper.c?cvsroot=qemu&r1=1.59&r2=1.60
http://cvs.savannah.gnu.org/viewcvs/qemu/target-sh4/op_helper.c?cvsroot=qemu&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/qemu/target-sparc/op_helper.c?cvsroot=qemu&r1=1.49&r2=1.50
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-11-11 14:26 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-11 12:35 [Qemu-devel] qemu target-alpha/op_helper.c target-arm/op_hel Fabrice Bellard
2007-11-11 14:10 ` Carlo Marcelo Arenas Belon
2007-11-11 14:26 ` andrzej zaborowski
-- strict thread matches above, loose matches on Subject: below --
2007-10-29 14:39 Thiemo Seufer
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).