* [Qemu-devel] qemu softmmu_header.h
@ 2003-10-28 23:04 Fabrice Bellard
0 siblings, 0 replies; 9+ messages in thread
From: Fabrice Bellard @ 2003-10-28 23:04 UTC (permalink / raw)
To: qemu-devel
CVSROOT: /cvsroot/qemu
Module name: qemu
Branch:
Changes by: Fabrice Bellard <fabrice.bellard@free.fr> 03/10/28 18:04:30
Modified files:
. : softmmu_header.h
Log message:
fixed ldq() macros
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/softmmu_header.h.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Qemu-devel] qemu softmmu_header.h
@ 2005-11-06 19:56 Fabrice Bellard
0 siblings, 0 replies; 9+ messages in thread
From: Fabrice Bellard @ 2005-11-06 19:56 UTC (permalink / raw)
To: qemu-devel
CVSROOT: /cvsroot/qemu
Module name: qemu
Branch:
Changes by: Fabrice Bellard <bellard@savannah.gnu.org> 05/11/06 19:56:24
Modified files:
. : softmmu_header.h
Log message:
use softfloat types in softmmu_header.h (Paul Brook)
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/softmmu_header.h.diff?tr1=1.9&tr2=1.10&r1=text&r2=text
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Qemu-devel] qemu softmmu_header.h
@ 2008-01-21 15:07 Fabrice Bellard
2008-01-21 15:23 ` Johannes Schindelin
0 siblings, 1 reply; 9+ messages in thread
From: Fabrice Bellard @ 2008-01-21 15:07 UTC (permalink / raw)
To: qemu-devel
CVSROOT: /sources/qemu
Module name: qemu
Changes by: Fabrice Bellard <bellard> 08/01/21 15:07:18
Modified files:
. : softmmu_header.h
Log message:
fixed register constraint
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/softmmu_header.h?cvsroot=qemu&r1=1.18&r2=1.19
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [Qemu-devel] qemu softmmu_header.h
2008-01-21 15:07 [Qemu-devel] qemu softmmu_header.h Fabrice Bellard
@ 2008-01-21 15:23 ` Johannes Schindelin
2008-01-21 15:50 ` C.W. Betts
2008-01-21 17:27 ` [Qemu-devel] " Fabrice Bellard
0 siblings, 2 replies; 9+ messages in thread
From: Johannes Schindelin @ 2008-01-21 15:23 UTC (permalink / raw)
To: Fabrice Bellard; +Cc: qemu-devel
Hi,
On Mon, 21 Jan 2008, Fabrice Bellard wrote:
> CVSROOT: /sources/qemu
> Module name: qemu
> Changes by: Fabrice Bellard <bellard> 08/01/21 15:07:18
>
> Modified files:
> . : softmmu_header.h
>
> Log message:
> fixed register constraint
>
> CVSWeb URLs:
> http://cvs.savannah.gnu.org/viewcvs/qemu/softmmu_header.h?cvsroot=qemu&r1=1.18&r2=1.19
As has been pointed out already, this breaks compilation _at least_ with
gcc 3.4.2 on MinGW.
Thanks,
Dscho
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [Qemu-devel] qemu softmmu_header.h
2008-01-21 15:23 ` Johannes Schindelin
@ 2008-01-21 15:50 ` C.W. Betts
2008-01-21 16:08 ` Johannes Schindelin
2008-01-21 17:27 ` [Qemu-devel] " Fabrice Bellard
1 sibling, 1 reply; 9+ messages in thread
From: C.W. Betts @ 2008-01-21 15:50 UTC (permalink / raw)
To: qemu-devel
Builds fine on MinGW gcc 3.4.5
----- Original Message -----
From: "Johannes Schindelin" <Johannes.Schindelin@gmx.de>
To: "Fabrice Bellard" <fabrice@bellard.org>
Cc: <qemu-devel@nongnu.org>
Sent: Monday, January 21, 2008 8:23 AM
Subject: Re: [Qemu-devel] qemu softmmu_header.h
> Hi,
>
> On Mon, 21 Jan 2008, Fabrice Bellard wrote:
>
>> CVSROOT: /sources/qemu
>> Module name: qemu
>> Changes by: Fabrice Bellard <bellard> 08/01/21 15:07:18
>>
>> Modified files:
>> . : softmmu_header.h
>>
>> Log message:
>> fixed register constraint
>>
>> CVSWeb URLs:
>> http://cvs.savannah.gnu.org/viewcvs/qemu/softmmu_header.h?cvsroot=qemu&r1=1.18&r2=1.19
>
> As has been pointed out already, this breaks compilation _at least_ with
> gcc 3.4.2 on MinGW.
>
> Thanks,
> Dscho
>
>
>
>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [Qemu-devel] qemu softmmu_header.h
2008-01-21 15:50 ` C.W. Betts
@ 2008-01-21 16:08 ` Johannes Schindelin
2008-01-22 16:42 ` [Qemu-devel] " consul
0 siblings, 1 reply; 9+ messages in thread
From: Johannes Schindelin @ 2008-01-21 16:08 UTC (permalink / raw)
To: C.W. Betts; +Cc: qemu-devel
Hi,
On Mon, 21 Jan 2008, C.W. Betts wrote:
> Builds fine on MinGW gcc 3.4.5
Maybe it was a combination of changes? I don't remember.
Just to make sure, I will recompile and test again, but that will have to
wait until after work.
Ciao,
Dscho
P.S.: do other posters also get that SMTP error while sending to
consul@...?
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [Qemu-devel] qemu softmmu_header.h
2008-01-21 15:23 ` Johannes Schindelin
2008-01-21 15:50 ` C.W. Betts
@ 2008-01-21 17:27 ` Fabrice Bellard
2008-01-21 19:02 ` Johannes Schindelin
1 sibling, 1 reply; 9+ messages in thread
From: Fabrice Bellard @ 2008-01-21 17:27 UTC (permalink / raw)
To: Johannes Schindelin; +Cc: qemu-devel
Johannes Schindelin wrote:
> Hi,
>
> On Mon, 21 Jan 2008, Fabrice Bellard wrote:
>
>> CVSROOT: /sources/qemu
>> Module name: qemu
>> Changes by: Fabrice Bellard <bellard> 08/01/21 15:07:18
>>
>> Modified files:
>> . : softmmu_header.h
>>
>> Log message:
>> fixed register constraint
>>
>> CVSWeb URLs:
>> http://cvs.savannah.gnu.org/viewcvs/qemu/softmmu_header.h?cvsroot=qemu&r1=1.18&r2=1.19
>
> As has been pointed out already, this breaks compilation _at least_ with
> gcc 3.4.2 on MinGW.
If it does, it is a very weird gcc bug. The previous code was clearly
incorrect.
Fabrice.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [Qemu-devel] qemu softmmu_header.h
2008-01-21 17:27 ` [Qemu-devel] " Fabrice Bellard
@ 2008-01-21 19:02 ` Johannes Schindelin
0 siblings, 0 replies; 9+ messages in thread
From: Johannes Schindelin @ 2008-01-21 19:02 UTC (permalink / raw)
To: Fabrice Bellard; +Cc: qemu-devel
Hi,
On Mon, 21 Jan 2008, Fabrice Bellard wrote:
> Johannes Schindelin wrote:
>
> > On Mon, 21 Jan 2008, Fabrice Bellard wrote:
> >
> > > CVSROOT: /sources/qemu
> > > Module name: qemu
> > > Changes by: Fabrice Bellard <bellard> 08/01/21 15:07:18
> > >
> > > Modified files:
> > > . : softmmu_header.h
> > > Log message:
> > > fixed register constraint
> > >
> > > CVSWeb URLs:
> > > http://cvs.savannah.gnu.org/viewcvs/qemu/softmmu_header.h?cvsroot=qemu&r1=1.18&r2=1.19
> >
> > As has been pointed out already, this breaks compilation _at least_
> > with gcc 3.4.2 on MinGW.
>
> If it does, it is a very weird gcc bug. The previous code was clearly
> incorrect.
Ha! Your code compiles. And you know why? Because you only said "#if
DATA_SIZE == 1", and did not add " || DATA_SIZE == 2".
Now, I am out of my depth here; no idea what _should_ be correct.
Ciao,
Dscho
P.S.: Oh, and I ran a small Linux image with it, too, so it appears that
your patch does _not_ break anything. IOW I was wrong. Sorry.
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Qemu-devel] Re: qemu softmmu_header.h
2008-01-21 16:08 ` Johannes Schindelin
@ 2008-01-22 16:42 ` consul
0 siblings, 0 replies; 9+ messages in thread
From: consul @ 2008-01-22 16:42 UTC (permalink / raw)
To: qemu-devel
Sorry for that. consul at collegeclub was my old spam-get-all account.
Now the reply address is valid, (not void yet :). I'm not sure if this post
will get through though.
"Johannes Schindelin" <Johannes.Schindelin@gmx.de> wrote in message
news:alpine.LSU.1.00.0801211607100.5731@racer.site...
> Hi,
>
> On Mon, 21 Jan 2008, C.W. Betts wrote:
>
>> Builds fine on MinGW gcc 3.4.5
>
> Maybe it was a combination of changes? I don't remember.
>
> Just to make sure, I will recompile and test again, but that will have to
> wait until after work.
>
> Ciao,
> Dscho
>
> P.S.: do other posters also get that SMTP error while sending to
> consul@...?
>
>
>
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2008-01-22 16:42 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-21 15:07 [Qemu-devel] qemu softmmu_header.h Fabrice Bellard
2008-01-21 15:23 ` Johannes Schindelin
2008-01-21 15:50 ` C.W. Betts
2008-01-21 16:08 ` Johannes Schindelin
2008-01-22 16:42 ` [Qemu-devel] " consul
2008-01-21 17:27 ` [Qemu-devel] " Fabrice Bellard
2008-01-21 19:02 ` Johannes Schindelin
-- strict thread matches above, loose matches on Subject: below --
2005-11-06 19:56 Fabrice Bellard
2003-10-28 23:04 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).