[Qemu-devel] qemu Changelog VERSION

2008-01-06 Thread Fabrice Bellard
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Fabrice Bellard08/01/06 17:10:54

Modified files:
.  : Changelog VERSION 

Log message:
version change

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/Changelog?cvsroot=qemu&r1=1.150&r2=1.151
http://cvs.savannah.gnu.org/viewcvs/qemu/VERSION?cvsroot=qemu&r1=1.31&r2=1.32




[Qemu-devel] qemu Changelog hw/mainstone.c

2008-01-05 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Andrzej Zaborowski  08/01/05 19:29:17

Modified files:
.  : Changelog 
hw : mainstone.c 

Log message:
Fix memory allocation on mainstone2 and convert to qemu_ram_alloc.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/Changelog?cvsroot=qemu&r1=1.149&r2=1.150
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/mainstone.c?cvsroot=qemu&r1=1.8&r2=1.9




[Qemu-devel] qemu Changelog

2008-01-05 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Andrzej Zaborowski  08/01/05 18:53:35

Modified files:
.  : Changelog 

Log message:
Update Changelog with new Xscale platforms and vmsvga.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/Changelog?cvsroot=qemu&r1=1.148&r2=1.149




Re: SV: [Qemu-devel] qemu Changelog Makefile.target cpu-exec.c qemu-...

2007-11-15 Thread Paul Brook
On Thursday 15 November 2007, Torbjörn Andersson wrote:
> This seems great! But does this mean that QEMU has support for a subset of
> the ARM11 cores?

Yes. Qemu now supports the arm1136 and arm11mpcore, plus some armv7 based 
cores.

> Also, I'm curious about ARMs position to this.

CodeSourcery has obtained ARM's explicit permission to contribute
support for ARMv6 and ARMv7 to QEMU.  I cannot comment on ARM's legal
policies.

Paul




SV: [Qemu-devel] qemu Changelog Makefile.target cpu-exec.c qemu-...

2007-11-15 Thread Torbjörn Andersson
This seems great! But does this mean that QEMU has support for a subset of
the ARM11 cores?

Also, I'm curious about ARMs position to this. I know that there has been a
licence clause that prohibits you from modelling ARM v6 CPU if you download
the ARMARM for v6 on their homepage.

Is this solution based on information derived from other sources than the
ARMARM or have ARM changed their opinion?

/Best regards 
Tobbe

-Ursprungligt meddelande-
Från: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] För Paul Brook
Skickat: den 11 november 2007 01:05
Till: qemu-devel@nongnu.org
Ämne: [Qemu-devel] qemu Changelog Makefile.target cpu-exec.c qemu-...

CVSROOT:/sources/qemu
Module name:qemu
Changes by: Paul Brook  07/11/11 00:04:50

Modified files:
.  : Changelog Makefile.target cpu-exec.c 
 qemu-doc.texi vl.c vl.h 
fpu: softfloat-native.h softfloat.c softfloat.h 
hw : arm_boot.c arm_gic.c arm_sysctl.c 
 integratorcp.c pl011.c pxa2xx.c realview.c 
 versatilepb.c 
target-arm : cpu.h exec.h helper.c op.c op_helper.c op_mem.h 
 translate.c 
Added files:
hw : armv7m.c armv7m_nvic.c mpcore.c pl022.c pl061.c 
 realview_gic.c ssd0303.c ssd0323.c stellaris.c 
target-arm : op_addsub.h op_neon.h 

Log message:
ARMv7 support.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/Changelog?cvsroot=qemu&r1=1.146&r2=
1.147
http://cvs.savannah.gnu.org/viewcvs/qemu/Makefile.target?cvsroot=qemu&r1=1.2
19&r2=1.220
http://cvs.savannah.gnu.org/viewcvs/qemu/cpu-exec.c?cvsroot=qemu&r1=1.122&r2
=1.123
http://cvs.savannah.gnu.org/viewcvs/qemu/qemu-doc.texi?cvsroot=qemu&r1=1.164
&r2=1.165
http://cvs.savannah.gnu.org/viewcvs/qemu/vl.c?cvsroot=qemu&r1=1.357&r2=1.358
http://cvs.savannah.gnu.org/viewcvs/qemu/vl.h?cvsroot=qemu&r1=1.292&r2=1.293
http://cvs.savannah.gnu.org/viewcvs/qemu/fpu/softfloat-native.h?cvsroot=qemu
&r1=1.11&r2=1.12
http://cvs.savannah.gnu.org/viewcvs/qemu/fpu/softfloat.c?cvsroot=qemu&r1=1.6
&r2=1.7
http://cvs.savannah.gnu.org/viewcvs/qemu/fpu/softfloat.h?cvsroot=qemu&r1=1.8
&r2=1.9
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/arm_boot.c?cvsroot=qemu&r1=1.9&r
2=1.10
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/arm_gic.c?cvsroot=qemu&r1=1.7&r2
=1.8
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/arm_sysctl.c?cvsroot=qemu&r1=1.4
&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/integratorcp.c?cvsroot=qemu&r1=1
.23&r2=1.24
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/pl011.c?cvsroot=qemu&r1=1.8&r2=1
.9
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/pxa2xx.c?cvsroot=qemu&r1=1.19&r2
=1.20
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/realview.c?cvsroot=qemu&r1=1.13&;
r2=1.14
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/versatilepb.c?cvsroot=qemu&r1=1.
19&r2=1.20
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/armv7m.c?cvsroot=qemu&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/armv7m_nvic.c?cvsroot=qemu&rev=1
.1
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/mpcore.c?cvsroot=qemu&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/pl022.c?cvsroot=qemu&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/pl061.c?cvsroot=qemu&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/realview_gic.c?cvsroot=qemu&rev=
1.1
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/ssd0303.c?cvsroot=qemu&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/ssd0323.c?cvsroot=qemu&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/stellaris.c?cvsroot=qemu&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/qemu/target-arm/cpu.h?cvsroot=qemu&r1=1.
37&r2=1.38
http://cvs.savannah.gnu.org/viewcvs/qemu/target-arm/exec.h?cvsroot=qemu&r1=1
.14&r2=1.15
http://cvs.savannah.gnu.org/viewcvs/qemu/target-arm/helper.c?cvsroot=qemu&r1
=1.25&r2=1.26
http://cvs.savannah.gnu.org/viewcvs/qemu/target-arm/op.c?cvsroot=qemu&r1=1.2
7&r2=1.28
http://cvs.savannah.gnu.org/viewcvs/qemu/target-arm/op_helper.c?cvsroot=qemu
&r1=1.8&r2=1.9
http://cvs.savannah.gnu.org/viewcvs/qemu/target-arm/op_mem.h?cvsroot=qemu&r1
=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/qemu/target-arm/translate.c?cvsroot=qemu
&r1=1.57&r2=1.58
http://cvs.savannah.gnu.org/viewcvs/qemu/target-arm/op_addsub.h?cvsroot=qemu
&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/qemu/target-arm/op_neon.h?cvsroot=qemu&r
ev=1.1


 





[Qemu-devel] qemu Changelog

2007-11-10 Thread Thiemo Seufer
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer  07/11/11 00:16:10

Modified files:
.  : Changelog 

Log message:
Fix typo.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/Changelog?cvsroot=qemu&r1=1.147&r2=1.148




[Qemu-devel] qemu Changelog Makefile.target cpu-exec.c qemu-...

2007-11-10 Thread Paul Brook
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Paul Brook  07/11/11 00:04:50

Modified files:
.  : Changelog Makefile.target cpu-exec.c 
 qemu-doc.texi vl.c vl.h 
fpu: softfloat-native.h softfloat.c softfloat.h 
hw : arm_boot.c arm_gic.c arm_sysctl.c 
 integratorcp.c pl011.c pxa2xx.c realview.c 
 versatilepb.c 
target-arm : cpu.h exec.h helper.c op.c op_helper.c op_mem.h 
 translate.c 
Added files:
hw : armv7m.c armv7m_nvic.c mpcore.c pl022.c pl061.c 
 realview_gic.c ssd0303.c ssd0323.c stellaris.c 
target-arm : op_addsub.h op_neon.h 

Log message:
ARMv7 support.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/Changelog?cvsroot=qemu&r1=1.146&r2=1.147
http://cvs.savannah.gnu.org/viewcvs/qemu/Makefile.target?cvsroot=qemu&r1=1.219&r2=1.220
http://cvs.savannah.gnu.org/viewcvs/qemu/cpu-exec.c?cvsroot=qemu&r1=1.122&r2=1.123
http://cvs.savannah.gnu.org/viewcvs/qemu/qemu-doc.texi?cvsroot=qemu&r1=1.164&r2=1.165
http://cvs.savannah.gnu.org/viewcvs/qemu/vl.c?cvsroot=qemu&r1=1.357&r2=1.358
http://cvs.savannah.gnu.org/viewcvs/qemu/vl.h?cvsroot=qemu&r1=1.292&r2=1.293
http://cvs.savannah.gnu.org/viewcvs/qemu/fpu/softfloat-native.h?cvsroot=qemu&r1=1.11&r2=1.12
http://cvs.savannah.gnu.org/viewcvs/qemu/fpu/softfloat.c?cvsroot=qemu&r1=1.6&r2=1.7
http://cvs.savannah.gnu.org/viewcvs/qemu/fpu/softfloat.h?cvsroot=qemu&r1=1.8&r2=1.9
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/arm_boot.c?cvsroot=qemu&r1=1.9&r2=1.10
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/arm_gic.c?cvsroot=qemu&r1=1.7&r2=1.8
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/arm_sysctl.c?cvsroot=qemu&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/integratorcp.c?cvsroot=qemu&r1=1.23&r2=1.24
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/pl011.c?cvsroot=qemu&r1=1.8&r2=1.9
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/pxa2xx.c?cvsroot=qemu&r1=1.19&r2=1.20
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/realview.c?cvsroot=qemu&r1=1.13&r2=1.14
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/versatilepb.c?cvsroot=qemu&r1=1.19&r2=1.20
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/armv7m.c?cvsroot=qemu&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/armv7m_nvic.c?cvsroot=qemu&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/mpcore.c?cvsroot=qemu&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/pl022.c?cvsroot=qemu&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/pl061.c?cvsroot=qemu&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/realview_gic.c?cvsroot=qemu&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/ssd0303.c?cvsroot=qemu&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/ssd0323.c?cvsroot=qemu&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/stellaris.c?cvsroot=qemu&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/qemu/target-arm/cpu.h?cvsroot=qemu&r1=1.37&r2=1.38
http://cvs.savannah.gnu.org/viewcvs/qemu/target-arm/exec.h?cvsroot=qemu&r1=1.14&r2=1.15
http://cvs.savannah.gnu.org/viewcvs/qemu/target-arm/helper.c?cvsroot=qemu&r1=1.25&r2=1.26
http://cvs.savannah.gnu.org/viewcvs/qemu/target-arm/op.c?cvsroot=qemu&r1=1.27&r2=1.28
http://cvs.savannah.gnu.org/viewcvs/qemu/target-arm/op_helper.c?cvsroot=qemu&r1=1.8&r2=1.9
http://cvs.savannah.gnu.org/viewcvs/qemu/target-arm/op_mem.h?cvsroot=qemu&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/qemu/target-arm/translate.c?cvsroot=qemu&r1=1.57&r2=1.58
http://cvs.savannah.gnu.org/viewcvs/qemu/target-arm/op_addsub.h?cvsroot=qemu&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/qemu/target-arm/op_neon.h?cvsroot=qemu&rev=1.1




[Qemu-devel] qemu Changelog Makefile.target qemu-doc.texi hw...

2007-11-03 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Andrzej Zaborowski  07/11/03 12:50:46

Modified files:
.  : Changelog Makefile.target qemu-doc.texi 
hw : omap.c omap.h 
Added files:
hw : omap_i2c.c 

Log message:
Split I^2C controller out of hw/omap.c.
Insert a list of missing memory mappings from OMAP310 datasheet.
Add missing "rtc" field for RTC.
Correct PWL and PWT register read/write handler pointers.
Add a Changelog entry about OMAP emulation.
Add a qemu-doc snippet about Palm T|E platform.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/Changelog?cvsroot=qemu&r1=1.145&r2=1.146
http://cvs.savannah.gnu.org/viewcvs/qemu/Makefile.target?cvsroot=qemu&r1=1.215&r2=1.216
http://cvs.savannah.gnu.org/viewcvs/qemu/qemu-doc.texi?cvsroot=qemu&r1=1.162&r2=1.163
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/omap.c?cvsroot=qemu&r1=1.15&r2=1.16
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/omap.h?cvsroot=qemu&r1=1.11&r2=1.12
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/omap_i2c.c?cvsroot=qemu&rev=1.1




[Qemu-devel] qemu Changelog

2007-10-31 Thread Thiemo Seufer
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer  07/11/01 00:11:47

Modified files:
.  : Changelog 

Log message:
Mention userland strace support, and mipssim machine emulation.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/Changelog?cvsroot=qemu&r1=1.144&r2=1.145




[Qemu-devel] qemu Changelog Makefile.target configure linux-...

2007-10-09 Thread Blue Swirl
CVSROOT:/cvsroot/qemu
Module name:qemu
Changes by: Blue Swirl   07/10/09 16:34:29

Modified files:
.  : Changelog Makefile.target configure 
linux-user : elfload.c linuxload.c main.c qemu.h 
linux-user/sparc64: syscall_nr.h 
Added files:
linux-user : elfload32.c 

Log message:
 Support for executing 32 bit SPARC32PLUS files for Sparc64 user 
emulator

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/Changelog?cvsroot=qemu&r1=1.143&r2=1.144
http://cvs.savannah.gnu.org/viewcvs/qemu/Makefile.target?cvsroot=qemu&r1=1.207&r2=1.208
http://cvs.savannah.gnu.org/viewcvs/qemu/configure?cvsroot=qemu&r1=1.160&r2=1.161
http://cvs.savannah.gnu.org/viewcvs/qemu/linux-user/elfload.c?cvsroot=qemu&r1=1.50&r2=1.51
http://cvs.savannah.gnu.org/viewcvs/qemu/linux-user/linuxload.c?cvsroot=qemu&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/qemu/linux-user/main.c?cvsroot=qemu&r1=1.130&r2=1.131
http://cvs.savannah.gnu.org/viewcvs/qemu/linux-user/qemu.h?cvsroot=qemu&r1=1.39&r2=1.40
http://cvs.savannah.gnu.org/viewcvs/qemu/linux-user/elfload32.c?cvsroot=qemu&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/qemu/linux-user/sparc64/syscall_nr.h?cvsroot=qemu&r1=1.2&r2=1.3




[Qemu-devel] qemu Changelog

2007-10-08 Thread Thiemo Seufer
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer  07/10/08 13:40:14

Modified files:
.  : Changelog 

Log message:
Mentione CRIS in Changelog.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/Changelog?cvsroot=qemu&r1=1.142&r2=1.143




[Qemu-devel] qemu Changelog hw/slavio_timer.c

2007-10-07 Thread Blue Swirl
CVSROOT:/cvsroot/qemu
Module name:qemu
Changes by: Blue Swirl   07/10/07 10:00:55

Modified files:
.  : Changelog 
hw : slavio_timer.c 

Log message:
 More user timer fixes (Robert Reif)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/Changelog?cvsroot=qemu&r1=1.141&r2=1.142
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/slavio_timer.c?cvsroot=qemu&r1=1.17&r2=1.18




[Qemu-devel] qemu Changelog target-i386/svm.h

2007-09-23 Thread Thiemo Seufer
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer  07/09/23 15:30:28

Modified files:
.  : Changelog 
Added files:
target-i386: svm.h 

Log message:
Add missing svm.h header, and add a Changelog entry.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/Changelog?cvsroot=qemu&r1=1.140&r2=1.141
http://cvs.savannah.gnu.org/viewcvs/qemu/target-i386/svm.h?cvsroot=qemu&rev=1.1




Re: [Qemu-devel] qemu Changelog Makefile Makefile.target TODO ae...

2007-09-18 Thread Stefan Weil
Philip Boulain schrieb:
> ARGH. Unless QEMU is /actually/ going to spend the time switching
> repository systems for no forward progress, _off-topic_!
>
> LionsPhil
> (SVN beats all, clearly. ;) )
I agree - it might be a good idea to switch from CVS to Subversion (SVN):

* Both are reliable and well tested.
* It is possible to migrate from CVS to SVN without loosing change history.
* Both are user friendly (not only for experts) and have a nice Windows GUI.
* Both are well supported by Savannah.
* SVN has a lot of advantages in comparision with CVS.

My personal experience: we could get all the advantages of SVN
without any disadvantage and with minimal efforts.

It would be really nice to have all those QEMU user branches which exist
today in numerous different repositories using different technology
in one place. SVN could help to achieve this goal - GIT could do it, too.

Regards
Stefan





Re: [Qemu-devel] qemu Changelog Makefile Makefile.target TODO ae...

2007-09-18 Thread Andreas Färber

Hey,

Am 18.09.2007 um 00:47 schrieb Johannes Schindelin:


Both the qemu.org and the Savannah project page only mention CVS. If
there are better ways to get the code then inform your users how  
to use

that.


What about graphical diff tools?  Should you _not_ use them,  
because CVS

has an in-built diff?

Frankly, if even the most proficient committer of QEmu admits to use
quilt, which is definitely not CVS, you should rethink what you just
wrote.

Sticking to a tried and proven standard is one thing.

Sticking to an ancient standard that has proven to have severe
shortcomings (so much so that the ATM most popular central SCM,
Subversion, claims it is "CVS done right"; that alone should tell you
something), when there are better alternatives around, which  
moreover have

no problems talking back to CVS, is, well, not so clever.

Note that I do not say you should use git.  Just as I do not say  
you have

to stick with CVS.


Just to make this perfectly clear: I am not sticking to CVS at all.  
And I still believe I raised a valid point, being that you (the QEMU  
core developers) can't expect people to use e.g. git if only CVS is  
mentioned. No more, no less.


This has nothing to do with what (graphical) tools a user might use  
or not to look at patches/merges. The core problem that brought this  
discussion up is that using CVS it is "hard" to merge changes, i.e.  
it is not capable of doing so automatically in the 80% cases (if it  
were, no graphical tool would be needed either).


Neither am I sticking to CVS nor am I considering it proven nor do I  
like or even personally use it (I do prefer Subversion!). I use CVS  
here because that's the documented way to access the QEMU repository  
at Savannah (implication: if I do, others do so as well). Will  
personally look into git in the future - but my post was not about me.


To repeat, if you expect people to use git or something else ontop of  
or instead of CVS then tell people prominently so - not just here in  
the future discussion archives where newbies won't search for what  
they don't know, if they read the CVS instructions.


I am not opposing code cleanup, as seen here, but I do see the merge  
problem - for example with the ppc emulation issue on OS X that  
hasn't been responded to.


Regards,
Andreas




Re: [Qemu-devel] qemu Changelog Makefile Makefile.target TODO ae...

2007-09-18 Thread Thiemo Seufer
J. Mayer wrote:
[snip]
> Another point is CVS is an industry standard. It has many drawbacks but
> is prooven to do its job as specified in a very reliable way. For now,
> not such a thing for git, afaik. If it ever become the new industry
> standard, after having prooven its reliability and long term stability,
> then you may be able to expect everyone to use it.
> Did anyone has done a long term comparison of CVS and git running on two 
> copies of the
> same production repository and have made sure that any extraction at any
> time of any data (ie, checkout in the present and any date in the past,
> diffs, ...) of the two gives exactly the same result ? Please show me
> such studies and I may reconsider my position... If not, you can always
> use it, closing your eyes and praying for everything to be OK...

Not exactly a study, but www.linux-mips.org moved a fairly complex CVS
repository to GIT, and replaced the original CVS access with the git-cvs
daemon. No were/are no known inconsistencies.


Thiemo




Re: [Qemu-devel] qemu Changelog Makefile Makefile.target TODO ae...

2007-09-18 Thread Philip Boulain

On 18 Sep 2007, at 00:56, Ben Taylor wrote:

 "J. Mayer" <[EMAIL PROTECTED]> wrote:

On Mon, 2007-09-17 at 23:14 +0200, Luca wrote:

On 9/17/07, Andreas Färber <[EMAIL PROTECTED]> wrote:

Am 17.09.2007 um 14:18 schrieb Christian MICHON:

On 9/17/07, Philip Boulain <[EMAIL PROTECTED]> wrote:
...merely acts as bait for the grand old "version repository"  
flamewar.
...this commit was not disruptive to any of the Git users, and  
will

never be.

Both the qemu.org and the Savannah project page only mention CVS.

http://brick.kernel.dk/git/?p=qemu.git;a=summary

Another point is CVS is an industry standard.

The wine folks have been using [git] for a while, (maybe a  year?)...


ARGH. Unless QEMU is /actually/ going to spend the time switching  
repository systems for no forward progress, _off-topic_!


LionsPhil
(SVN beats all, clearly. ;) )





Re: [Qemu-devel] qemu Changelog Makefile Makefile.target TODO ae...

2007-09-17 Thread Ben Taylor

 "J. Mayer" <[EMAIL PROTECTED]> wrote: 
> On Mon, 2007-09-17 at 23:14 +0200, Luca wrote:
> > On 9/17/07, Andreas Färber <[EMAIL PROTECTED]> wrote:
> > >
> > > Am 17.09.2007 um 14:18 schrieb Christian MICHON:
> > >
> > > > On 9/17/07, Philip Boulain <[EMAIL PROTECTED]> wrote:
> > > >> DON'T DO THIS KIND OF COMMIT AGAIN, PLEASE.
> > > > if we were using git (but you can do it locally anyway), you
> > > > would not
> > > > have these conflicts problems...
> > >  Maybe... but Savannah uses a CVS frontend, as far as I know...
> > > >>> Those are excuses.
> > > >>
> > > >> So is a "you should have used X" argument. It doesn't invalidate the
> > > >> point that the commit was disruptive, and merely acts as bait for the
> > > >> grand old "version repository" flamewar.*
> > > >>
> > > >
> > > > since I mentionned "you should have used Git", I'll repeat:
> > > > this commit was not disruptive to any of the Git users, and will
> > > > never be.
> > > >
> > > > Evolve, or prepare to be assimilated into the Collective...
> > >
> > > Both the qemu.org and the Savannah project page only mention CVS. If
> > > there are better ways to get the code then inform your users how to
> > > use that.
> 
> > http://brick.kernel.dk/git/?p=qemu.git;a=summary
> > It's tracking QEMU CVS; you're right that it's not mentioned anywhere
> > on the site (AFAICS).
> > You can also DIY with git-cvsimport; see e.g.
> > http://chneukirchen.org/blog/archive/2006/04/tracking-the-ruby-cvs-with-git.html
> 
> Another point is CVS is an industry standard. It has many drawbacks but
> is prooven to do its job as specified in a very reliable way. For now,
> not such a thing for git, afaik. If it ever become the new industry
> standard, after having prooven its reliability and long term stability,
> then you may be able to expect everyone to use it.
> Did anyone has done a long term comparison of CVS and git running on two 
> copies of the
> same production repository and have made sure that any extraction at any
> time of any data (ie, checkout in the present and any date in the past,
> diffs, ...) of the two gives exactly the same result ? Please show me
> such studies and I may reconsider my position... If not, you can always
> use it, closing your eyes and praying for everything to be OK...

The wine folks have been using it for a while, (maybe a  year?), and they 
are prolithic committers.  I see approximately 20-30 patches a day, 
monday-friday.






Re: [Qemu-devel] qemu Changelog Makefile Makefile.target TODO ae...

2007-09-17 Thread Johannes Schindelin
Hi,

On Mon, 17 Sep 2007, Andreas F?rber wrote:

> Both the qemu.org and the Savannah project page only mention CVS. If 
> there are better ways to get the code then inform your users how to use 
> that.

What about graphical diff tools?  Should you _not_ use them, because CVS 
has an in-built diff?

Frankly, if even the most proficient committer of QEmu admits to use 
quilt, which is definitely not CVS, you should rethink what you just 
wrote.

Sticking to a tried and proven standard is one thing.

Sticking to an ancient standard that has proven to have severe 
shortcomings (so much so that the ATM most popular central SCM, 
Subversion, claims it is "CVS done right"; that alone should tell you 
something), when there are better alternatives around, which moreover have 
no problems talking back to CVS, is, well, not so clever.

Note that I do not say you should use git.  Just as I do not say you have 
to stick with CVS.

Ciao,
Dscho





Re: [Qemu-devel] qemu Changelog Makefile Makefile.target TODO ae...

2007-09-17 Thread Luca
On 9/17/07, J. Mayer <[EMAIL PROTECTED]> wrote:
> On Mon, 2007-09-17 at 23:14 +0200, Luca wrote:
> > > > since I mentionned "you should have used Git", I'll repeat:
> > > > this commit was not disruptive to any of the Git users, and will
> > > > never be.
> > > >
> > > > Evolve, or prepare to be assimilated into the Collective...
> > >
> > > Both the qemu.org and the Savannah project page only mention CVS. If
> > > there are better ways to get the code then inform your users how to
> > > use that.
>
> > http://brick.kernel.dk/git/?p=qemu.git;a=summary
> > It's tracking QEMU CVS; you're right that it's not mentioned anywhere
> > on the site (AFAICS).
> > You can also DIY with git-cvsimport; see e.g.
> > http://chneukirchen.org/blog/archive/2006/04/tracking-the-ruby-cvs-with-git.html
>
> Another point is CVS is an industry standard. It has many drawbacks but
> is prooven to do its job as specified in a very reliable way. For now,
> not such a thing for git, afaik. If it ever become the new industry
> standard, after having prooven its reliability and long term stability,
> then you may be able to expect everyone to use it.
> Did anyone has done a long term comparison of CVS and git running on two 
> copies of the
> same production repository and have made sure that any extraction at any
> time of any data (ie, checkout in the present and any date in the past,
> diffs, ...) of the two gives exactly the same result?

Actually CVS doesn't provide _any_ guarantee about data integrity. GIT
does. So...

> Please show me
> such studies and I may reconsider my position... If not, you can always
> use it, closing your eyes and praying for everything to be OK...

...yes, I'm willing to trust GIT over CVS any time ;)

Luca




Re: [Qemu-devel] qemu Changelog Makefile Makefile.target TODO ae...

2007-09-17 Thread Christian MICHON
On 9/17/07, Andreas Färber <[EMAIL PROTECTED]> wrote:
> > Evolve, or prepare to be assimilated into the Collective...
>
> Both the qemu.org and the Savannah project page only mention CVS. If
> there are better ways to get the code then inform your users how to
> use that. Writing only of CVS and then telling people they should
> have used git instead is pure nonsense.

it's been more than a year since I turned my back to CVS. I do not
recall "writing only of CVS". What I said was: "if we were using Git,
we would not face these merge conflicts".

You can point to git copies of the CVS qemu repository, or perform
yourself the import. You can even push your modification into the
CVS vault using Git.

If this is not clear to you, see this link:
http://www.youtube.com/watch?v=4XpnKHJAok8

Sticking with CVS is pure nonsense. Period.

> Face reality; this is not some science-fiction movie.

You should face reality. Linux kernel, Xorg, KDE and soon
Gnome made the move over to Git.

It was a sci-fi joke, by the way: I put a smiley behind it.

Einsverstanden ? ;-)

-- 
Christian
--
http://detaolb.sourceforge.net/, a linux distribution for Qemu with Git inside !




Re: [Qemu-devel] qemu Changelog Makefile Makefile.target TODO ae...

2007-09-17 Thread J. Mayer
On Mon, 2007-09-17 at 23:14 +0200, Luca wrote:
> On 9/17/07, Andreas Färber <[EMAIL PROTECTED]> wrote:
> >
> > Am 17.09.2007 um 14:18 schrieb Christian MICHON:
> >
> > > On 9/17/07, Philip Boulain <[EMAIL PROTECTED]> wrote:
> > >> DON'T DO THIS KIND OF COMMIT AGAIN, PLEASE.
> > > if we were using git (but you can do it locally anyway), you
> > > would not
> > > have these conflicts problems...
> >  Maybe... but Savannah uses a CVS frontend, as far as I know...
> > >>> Those are excuses.
> > >>
> > >> So is a "you should have used X" argument. It doesn't invalidate the
> > >> point that the commit was disruptive, and merely acts as bait for the
> > >> grand old "version repository" flamewar.*
> > >>
> > >
> > > since I mentionned "you should have used Git", I'll repeat:
> > > this commit was not disruptive to any of the Git users, and will
> > > never be.
> > >
> > > Evolve, or prepare to be assimilated into the Collective...
> >
> > Both the qemu.org and the Savannah project page only mention CVS. If
> > there are better ways to get the code then inform your users how to
> > use that.

> http://brick.kernel.dk/git/?p=qemu.git;a=summary
> It's tracking QEMU CVS; you're right that it's not mentioned anywhere
> on the site (AFAICS).
> You can also DIY with git-cvsimport; see e.g.
> http://chneukirchen.org/blog/archive/2006/04/tracking-the-ruby-cvs-with-git.html

Another point is CVS is an industry standard. It has many drawbacks but
is prooven to do its job as specified in a very reliable way. For now,
not such a thing for git, afaik. If it ever become the new industry
standard, after having prooven its reliability and long term stability,
then you may be able to expect everyone to use it.
Did anyone has done a long term comparison of CVS and git running on two copies 
of the
same production repository and have made sure that any extraction at any
time of any data (ie, checkout in the present and any date in the past,
diffs, ...) of the two gives exactly the same result ? Please show me
such studies and I may reconsider my position... If not, you can always
use it, closing your eyes and praying for everything to be OK...

Regards.

-- 
J. Mayer <[EMAIL PROTECTED]>
Never organized





Re: [Qemu-devel] qemu Changelog Makefile Makefile.target TODO ae...

2007-09-17 Thread Luca
On 9/17/07, Andreas Färber <[EMAIL PROTECTED]> wrote:
>
> Am 17.09.2007 um 14:18 schrieb Christian MICHON:
>
> > On 9/17/07, Philip Boulain <[EMAIL PROTECTED]> wrote:
> >> DON'T DO THIS KIND OF COMMIT AGAIN, PLEASE.
> > if we were using git (but you can do it locally anyway), you
> > would not
> > have these conflicts problems...
>  Maybe... but Savannah uses a CVS frontend, as far as I know...
> >>> Those are excuses.
> >>
> >> So is a "you should have used X" argument. It doesn't invalidate the
> >> point that the commit was disruptive, and merely acts as bait for the
> >> grand old "version repository" flamewar.*
> >>
> >
> > since I mentionned "you should have used Git", I'll repeat:
> > this commit was not disruptive to any of the Git users, and will
> > never be.
> >
> > Evolve, or prepare to be assimilated into the Collective...
>
> Both the qemu.org and the Savannah project page only mention CVS. If
> there are better ways to get the code then inform your users how to
> use that.

http://brick.kernel.dk/git/?p=qemu.git;a=summary
It's tracking QEMU CVS; you're right that it's not mentioned anywhere
on the site (AFAICS).
You can also DIY with git-cvsimport; see e.g.
http://chneukirchen.org/blog/archive/2006/04/tracking-the-ruby-cvs-with-git.html

Luca


Re: [Qemu-devel] qemu Changelog Makefile Makefile.target TODO ae...

2007-09-17 Thread Andreas Färber


Am 17.09.2007 um 14:18 schrieb Christian MICHON:


On 9/17/07, Philip Boulain <[EMAIL PROTECTED]> wrote:

DON'T DO THIS KIND OF COMMIT AGAIN, PLEASE.
if we were using git (but you can do it locally anyway), you  
would not

have these conflicts problems...

Maybe... but Savannah uses a CVS frontend, as far as I know...

Those are excuses.


So is a "you should have used X" argument. It doesn't invalidate the
point that the commit was disruptive, and merely acts as bait for the
grand old "version repository" flamewar.*



since I mentionned "you should have used Git", I'll repeat:
this commit was not disruptive to any of the Git users, and will
never be.

Evolve, or prepare to be assimilated into the Collective...


Both the qemu.org and the Savannah project page only mention CVS. If  
there are better ways to get the code then inform your users how to  
use that. Writing only of CVS and then telling people they should  
have used git instead is pure nonsense. Face reality; this is not  
some science-fiction movie.


Andreas




Re: [Qemu-devel] qemu Changelog Makefile Makefile.target TODO ae...

2007-09-17 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]>
Johannes Schindelin <[EMAIL PROTECTED]> writes:
: Hi,
: 
: On Mon, 17 Sep 2007, J. Mayer wrote:
: 
: > On Sun, 2007-09-16 at 21:08 +, Thiemo Seufer wrote:
: > > CVSROOT:  /sources/qemu
: > > Module name:  qemu
: > > Changes by:   Thiemo Seufer  07/09/16 21:08:06
: > >
: > > [lots of changes]
: > >
: > > Log message:
: > >   find -type f | xargs sed -i 's/[\t ]$//g' # on most files
: > 
: > Many thanks for generating hundreds of conflicts with a useless commit.
: 
: It is a whitespace fix, designed to remove tabs and spaces from ends of 
: lines, where they have no business of being.
: 
: Yes, it is a style fix.  But a fix nevertheless.
: 
: And your conflicts are probably DUE TO AN INFERIOUR MERGE TOOL that _you_ 
: use.  Time to join the modern world?

In reality, it best to never commit trailing white space in the first
place.  It only causes pain and misery.  This being one flavor of
that.

Warner




Re: [Qemu-devel] qemu Changelog aes.c arm-dis.c arm-semi.c block...

2007-09-17 Thread Thiemo Seufer
Christian MICHON wrote:
> On 9/17/07, Thiemo Seufer <[EMAIL PROTECTED]> wrote:
> > Log message:
> > find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the 
> > star in the regex.
> 
> so you're going to do this each time you receive a faulty patch ?

I did so for some months now.

> I thought this kind of search and replace is more likely to happen
> when cleaning up just before release.

It is supposed to happen only once.
It was twice now, because I made a mistake.


Thiemo




Re: [Qemu-devel] qemu Changelog Makefile Makefile.target TODO ae...

2007-09-17 Thread Thiemo Seufer
J. Mayer wrote:
> On Sun, 2007-09-16 at 21:08 +, Thiemo Seufer wrote:
> > CVSROOT:/sources/qemu
> > Module name:qemu
> > Changes by: Thiemo Seufer  07/09/16 21:08:06
> > 
> > Modified files:
> > .  : Changelog Makefile Makefile.target TODO aes.c 
> >  alpha-dis.c arm-dis.c arm-semi.c block-bochs.c 
> >  block-cloop.c block-cow.c block-dmg.c 
> >  block-qcow.c block-qcow2.c block-raw.c 
> >  block-vmdk.c block-vpc.c block-vvfat.c block.c 
> >  block_int.h bswap.h cocoa.m configure console.c 
> >  cpu-all.h cpu-defs.h cpu-exec.c cutils.c 
> >  dis-asm.h disas.c dyngen-exec.h dyngen.c 
> >  dyngen.h elf.h elf_ops.h exec-all.h exec.c 
> >  gdbstub.c keymaps.c kqemu.c kqemu.h loader.c 
> >  m68k-dis.c m68k-semi.c mips-dis.c monitor.c 
> >  osdep.c ppc-dis.c qemu-doc.texi qemu-img.c 
> >  qemu-img.texi qemu-tech.texi readline.c 
> >  s390-dis.c sdl.c sh4-dis.c softmmu-semi.h 
> >  softmmu_header.h softmmu_template.h sparc-dis.c 
> >  tap-win32.c texi2pod.pl thunk.c thunk.h 
> >  translate-all.c translate-op.c usb-linux.c vl.c 
> >  vl.h vnc.c vnchextile.h 
> > darwin-user: syscall.c 
> > fpu: softfloat-native.c 
> > hw : acpi.c adb.c alpha_palcode.c an5206.c apb_pci.c 
> >  apic.c arm_boot.c arm_gic.c arm_pic.c arm_pic.h 
> >  arm_sysctl.c arm_timer.c cdrom.c cirrus_vga.c 
> >  cirrus_vga_rop.h cirrus_vga_rop2.h cuda.c 
> >  eepro100.c esp.c fdc.c grackle_pci.c gt64xxx.c 
> >  heathrow_pic.c i2c.c i8254.c i8259.c ide.c 
> >  integratorcp.c iommu.c irq.c isa_mmio.c 
> >  jazz_led.c lsi53c895a.c m48t59.c mc146818rtc.c 
> >  mcf5206.c mcf5208.c mcf_fec.c mcf_intc.c 
> >  mcf_uart.c mips_malta.c mips_r4k.c nand.c 
> >  ne2000.c omap.h omap_lcd_template.h openpic.c 
> >  parallel.c pc.c pci.c pci_host.h pckbd.c 
> >  pcnet.c pflash_cfi02.c piix_pci.c pl011.c 
> >  pl050.c pl080.c pl110.c pl110_template.h 
> >  pl181.c pl190.c ppc.c ppc405.h ppc405_boards.c 
> >  ppc405_uc.c ppc_chrp.c ppc_prep.c prep_pci.c 
> >  ps2.c ptimer.c pxa2xx_gpio.c pxa2xx_template.h 
> >  realview.c rtl8139.c sd.c sd.h serial.c 
> >  sh7750.c sh7750_regs.h shix.c slavio_intctl.c 
> >  slavio_misc.c slavio_serial.c slavio_timer.c 
> >  smbus.c smbus.h smbus_eeprom.c smc91c111.c 
> >  sparc32_dma.c sun4m.c sun4u.c tcx.c unin_pci.c 
> >  usb-hid.c usb-hub.c usb-msd.c usb-uhci.c 
> >  usb-wacom.c usb.c usb.h versatile_pci.c 
> >  versatilepb.c vga.c vga_int.h vga_template.h 
> >  vmmouse.c 
> > keymaps: common de-ch et fr is modifiers nl sv 
> > linux-user : elfload.c flat.h flatload.c linuxload.c 
> >  m68k-sim.c main.c mmap.c qemu.h signal.c 
> >  syscall.c syscall_defs.h syscall_types.h vm86.c 
> > linux-user/alpha: syscall_nr.h 
> > linux-user/ppc : syscall.h 
> > linux-user/ppc64: syscall.h 
> > linux-user/sh4 : termbits.h 
> > linux-user/sparc: termbits.h 
> > linux-user/sparc64: termbits.h 
> > linux-user/x86_64: syscall_nr.h 
> > slirp  : COPYRIGHT bootp.c cksum.c debug.c debug.h if.c 
> >  if.h ip_icmp.c ip_input.c ip_output.c 
> >  libslirp.h main.h mbuf.c mbuf.h misc.c misc.h 
> >  sbuf.c sbuf.h slirp.c socket.c socket.h 
> >  tcp_input.c tcp_output.c tcp_subr.c tcp_timer.c 
> >  tftp.c tftp.h udp.c udp.h 
> > target-alpha   : cpu.h exec.h helper.c op.c op_helper.c 
> >  op_helper.h op_helper_mem.h op_mem.h 
> >  op_template.h translate.c 
> > target-arm : cpu.h exec.h helper.c op.c op_helper.c 
> >  op_iwmmxt.c op_template.h translate.c 
> > target-arm/nwfpe: double_cpdo.c extended_cpdo.c fpa11.c fpa11.h 
> >   fpa11_cpdo.c fpa11_cpdt.c fpa11_cprt.c 
> >   fpopcode.c fpopcode.h fpsr.h single_cpdo.c 
> > target-i386: cpu.h exec.h helper.c helper2.c op.c 
> >  opreg_template.h ops_sse.h ops_template.h 
> >  ops_template_mem.h translate-copy.c translate.c 
> > target-m68k: 

Re: [Qemu-devel] qemu Changelog Makefile Makefile.target TODO ae...

2007-09-17 Thread Christian MICHON
On 9/17/07, Philip Boulain <[EMAIL PROTECTED]> wrote:
> > > > > DON'T DO THIS KIND OF COMMIT AGAIN, PLEASE.
> > > > if we were using git (but you can do it locally anyway), you would not
> > > > have these conflicts problems...
> > > Maybe... but Savannah uses a CVS frontend, as far as I know...
> > Those are excuses.
>
> So is a "you should have used X" argument. It doesn't invalidate the
> point that the commit was disruptive, and merely acts as bait for the
> grand old "version repository" flamewar.*
>

since I mentionned "you should have used Git", I'll repeat:
this commit was not disruptive to any of the Git users, and will
never be.

Evolve, or prepare to be assimilated into the Collective...

;-)

-- 
Christian
--
http://detaolb.sourceforge.net/, a linux distribution for Qemu with Git inside !




Re: [Qemu-devel] qemu Changelog Makefile Makefile.target TODO ae...

2007-09-17 Thread Philip Boulain
> > > > DON'T DO THIS KIND OF COMMIT AGAIN, PLEASE.
> > > if we were using git (but you can do it locally anyway), you would not
> > > have these conflicts problems...
> > Maybe... but Savannah uses a CVS frontend, as far as I know...
> Those are excuses.

So is a "you should have used X" argument. It doesn't invalidate the
point that the commit was disruptive, and merely acts as bait for the
grand old "version repository" flamewar.*

> Like whitespace change is breaking your code.  Really, I mean, come on.  
> Who do think you are kidding?

Python programmers. ;)

LionsPhil
* See also, "if they'd used Perl instead of find/xargs/sed...".






Re: [Qemu-devel] qemu Changelog Makefile Makefile.target TODO ae...

2007-09-17 Thread Johannes Schindelin
Hi,

On Mon, 17 Sep 2007, J. Mayer wrote:

> On Mon, 2007-09-17 at 10:27 +0200, Christian MICHON wrote:
> > On 9/17/07, J. Mayer <[EMAIL PROTECTED]> wrote:
> > > > Log message:
> > > >   find -type f | xargs sed -i 's/[\t ]$//g' # on most files
> > >
> > > Many thanks for generating hundreds of conflicts with a useless commit.
> > > Don't know what's wrong in your expression but it did not what you think
> > > it should (and you did not even check).
> > >
> > > DON'T DO THIS KIND OF COMMIT AGAIN, PLEASE.
> > >
> > 
> > if we were using git (but you can do it locally anyway), you would not
> > have these conflicts problems...
> 
> Maybe... but Savannah uses a CVS frontend, as far as I know...

Those are excuses.

Savannah has git support, for example, and you can use git to commit to 
cvs, too.

> > git-apply indead has this feature about ignoring useless whitespaces...
> 
> It does not seem a good idea that tools modify the code in our back.

Huh?

You said that merging gave you a lot of conflicts.  What exactly do you 
describe the operation of that merge, then?

Of course, I would not blindly run a merge with whitespace munging.  But 
then, I don't have to.  I can run it without, and when I realise that 
there are whitespace conflicts, I can _rerun_ it with those options.

> Better learn people (including me...) not to write/commit incorrect
> code...

Haha.  Good one. ;-)

> Should also learn people not to break other's code, but that seems far 
> to difficult to understand

Like whitespace change is breaking your code.  Really, I mean, come on.  
Who do think you are kidding?

Ciao,
Dscho





Re: [Qemu-devel] qemu Changelog Makefile Makefile.target TODO ae...

2007-09-17 Thread J. Mayer
On Mon, 2007-09-17 at 10:27 +0200, Christian MICHON wrote:
> On 9/17/07, J. Mayer <[EMAIL PROTECTED]> wrote:
> > > Log message:
> > >   find -type f | xargs sed -i 's/[\t ]$//g' # on most files
> >
> > Many thanks for generating hundreds of conflicts with a useless commit.
> > Don't know what's wrong in your expression but it did not what you think
> > it should (and you did not even check).
> >
> > DON'T DO THIS KIND OF COMMIT AGAIN, PLEASE.
> >
> 
> if we were using git (but you can do it locally anyway), you would not
> have these conflicts problems...

Maybe... but Savannah uses a CVS frontend, as far as I know...

> git-apply indead has this feature about ignoring useless whitespaces...

It does not seem a good idea that tools modify the code in our back.
Better learn people (including me...) not to write/commit incorrect
code...
Should also learn people not to break other's code, but that seems far
to difficult to understand

Regards.

-- 
J. Mayer <[EMAIL PROTECTED]>
Never organized





Re: [Qemu-devel] qemu Changelog Makefile Makefile.target TODO ae...

2007-09-17 Thread Johannes Schindelin
Hi,

On Mon, 17 Sep 2007, J. Mayer wrote:

> On Sun, 2007-09-16 at 21:08 +, Thiemo Seufer wrote:
> > CVSROOT:/sources/qemu
> > Module name:qemu
> > Changes by: Thiemo Seufer  07/09/16 21:08:06
> >
> > [lots of changes]
> >
> > Log message:
> > find -type f | xargs sed -i 's/[\t ]$//g' # on most files
> 
> Many thanks for generating hundreds of conflicts with a useless commit.

It is a whitespace fix, designed to remove tabs and spaces from ends of 
lines, where they have no business of being.

Yes, it is a style fix.  But a fix nevertheless.

And your conflicts are probably DUE TO AN INFERIOUR MERGE TOOL that _you_ 
use.  Time to join the modern world?

Ciao,
Dscho





Re: [Qemu-devel] qemu Changelog Makefile Makefile.target TODO ae...

2007-09-17 Thread Christian MICHON
On 9/17/07, J. Mayer <[EMAIL PROTECTED]> wrote:
> > Log message:
> >   find -type f | xargs sed -i 's/[\t ]$//g' # on most files
>
> Many thanks for generating hundreds of conflicts with a useless commit.
> Don't know what's wrong in your expression but it did not what you think
> it should (and you did not even check).
>
> DON'T DO THIS KIND OF COMMIT AGAIN, PLEASE.
>

if we were using git (but you can do it locally anyway), you would not
have these conflicts problems...

git-apply indead has this feature about ignoring useless whitespaces...

-- 
Christian
--
http://detaolb.sourceforge.net/, a linux distribution for Qemu with Git inside !




Re: [Qemu-devel] qemu Changelog aes.c arm-dis.c arm-semi.c block...

2007-09-17 Thread Christian MICHON
On 9/17/07, Thiemo Seufer <[EMAIL PROTECTED]> wrote:
> Log message:
> find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the 
> star in the regex.

so you're going to do this each time you receive a faulty patch ?
I thought this kind of search and replace is more likely to happen
when cleaning up just before release.

is qemu-0.9.1 going to be reached anytime soon then ?

;-)

-- 
Christian
--
http://detaolb.sourceforge.net/, a linux distribution for Qemu with Git inside !




[Qemu-devel] qemu Changelog aes.c arm-dis.c arm-semi.c block...

2007-09-17 Thread Thiemo Seufer
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer  07/09/17 08:09:55

Modified files:
.  : Changelog aes.c arm-dis.c arm-semi.c 
 block-bochs.c block-cloop.c block-cow.c 
 block-dmg.c block-qcow.c block-qcow2.c 
 block-raw.c block-vmdk.c block-vpc.c 
 block-vvfat.c block.c block_int.h cocoa.m 
 console.c cpu-exec.c dis-asm.h disas.c dyngen.c 
 dyngen.h elf_ops.h exec-all.h exec.c gdbstub.c 
 kqemu.c loader.c m68k-dis.c mips-dis.c 
 monitor.c qemu-doc.texi qemu-img.c readline.c 
 s390-dis.c sdl.c sh4-dis.c softmmu_template.h 
 sparc-dis.c tap-win32.c thunk.c translate-all.c 
 usb-linux.c vl.c vl.h vnc.c 
darwin-user: syscall.c 
hw : acpi.c adb.c alpha_palcode.c apic.c cdrom.c 
 cirrus_vga.c cirrus_vga_rop2.h cuda.c esp.c 
 grackle_pci.c gt64xxx.c heathrow_pic.c i8254.c 
 i8259.c ide.c iommu.c m48t59.c mc146818rtc.c 
 mips_malta.c ne2000.c openpic.c parallel.c pc.c 
 pci.c pckbd.c pcnet.c pflash_cfi02.c pl011.c 
 pl110.c pl181.c ppc.c ppc405_boards.c 
 ppc405_uc.c ppc_chrp.c ps2.c rtl8139.c serial.c 
 slavio_intctl.c slavio_serial.c slavio_timer.c 
 smbus_eeprom.c smc91c111.c tcx.c usb-hid.c 
 usb-hub.c usb-msd.c usb-uhci.c usb.h vga.c 
 vga_int.h vga_template.h 
linux-user : elfload.c flat.h flatload.c linuxload.c main.c 
 mmap.c signal.c syscall.c syscall_defs.h 
 syscall_types.h vm86.c 
linux-user/alpha: syscall_nr.h 
slirp  : bootp.c cksum.c debug.c if.c ip_icmp.c 
 ip_output.c mbuf.c misc.c sbuf.c slirp.c 
 socket.c socket.h tcp_input.c tcp_output.c 
 tcp_subr.c tcp_timer.c tftp.c udp.c 
target-alpha   : helper.c 
target-arm : cpu.h op.c translate.c 
target-arm/nwfpe: double_cpdo.c extended_cpdo.c fpa11.c fpa11.h 
  fpa11_cpdo.c fpa11_cpdt.c fpa11_cprt.c 
  fpopcode.c fpopcode.h single_cpdo.c 
target-i386: cpu.h exec.h helper.c helper2.c op.c ops_sse.h 
 ops_template.h translate-copy.c translate.c 
target-m68k: cpu.h op.c translate.c 
target-mips: helper.c op_helper.c translate.c 
target-ppc : helper.c mfrom_table_gen.c op_helper.c 
 translate.c translate_init.c 
target-sh4 : README.sh4 
target-sparc   : op.c op_helper.c 
tests  : hello-arm.c linux-test.c qruncom.c runcom.c 
 test-i386-code16.S test-i386-vm86.S test-i386.c 

Log message:
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star 
in the regex.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/Changelog?cvsroot=qemu&r1=1.139&r2=1.140
http://cvs.savannah.gnu.org/viewcvs/qemu/aes.c?cvsroot=qemu&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/qemu/arm-dis.c?cvsroot=qemu&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/qemu/arm-semi.c?cvsroot=qemu&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/qemu/block-bochs.c?cvsroot=qemu&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/qemu/block-cloop.c?cvsroot=qemu&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/qemu/block-cow.c?cvsroot=qemu&r1=1.8&r2=1.9
http://cvs.savannah.gnu.org/viewcvs/qemu/block-dmg.c?cvsroot=qemu&r1=1.6&r2=1.7
http://cvs.savannah.gnu.org/viewcvs/qemu/block-qcow.c?cvsroot=qemu&r1=1.13&r2=1.14
http://cvs.savannah.gnu.org/viewcvs/qemu/block-qcow2.c?cvsroot=qemu&r1=1.8&r2=1.9
http://cvs.savannah.gnu.org/viewcvs/qemu/block-raw.c?cvsroot=qemu&r1=1.20&r2=1.21
http://cvs.savannah.gnu.org/viewcvs/qemu/block-vmdk.c?cvsroot=qemu&r1=1.15&r2=1.16
http://cvs.savannah.gnu.org/viewcvs/qemu/block-vpc.c?cvsroot=qemu&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/qemu/block-vvfat.c?cvsroot=qemu&r1=1.9&r2=1.10
http://cvs.savannah.gnu.org/viewcvs/qemu/block.c?cvsroot=qemu&r1=1.45&r2=1.46
http://cvs.savannah.gnu.org/viewcvs/qemu/block_int.h?cvsroot=qemu&r1=1.12&r2=1.13
http://cvs.savannah.gnu.org/viewcvs/qemu/cocoa.m?cvsroot=qemu&r1=1.12&r2=1.13
http://cvs.savannah.gnu.org/viewcvs/qemu/console.c?cvsroot=qemu&r1=1.14&r2=1.15
http://cvs.savannah.gnu.org/viewcvs/qemu/cpu-exec.c?cvsroot=qemu&r1=1.112&r2=1.113
http://cvs.savannah.gnu.org/viewcvs/qemu/dis-asm.h?cvsroot=qemu&r1=1.15&r2=1.16
http://cvs.savannah.gnu.org/viewcvs/qemu/disas.c?cvsroot=qemu&r1=1.41&r2=1.42
http://cvs.savannah.

Re: [Qemu-devel] qemu Changelog Makefile Makefile.target TODO ae...

2007-09-17 Thread J. Mayer
On Sun, 2007-09-16 at 21:08 +, Thiemo Seufer wrote:
> CVSROOT:  /sources/qemu
> Module name:  qemu
> Changes by:   Thiemo Seufer  07/09/16 21:08:06
> 
> Modified files:
>   .  : Changelog Makefile Makefile.target TODO aes.c 
>alpha-dis.c arm-dis.c arm-semi.c block-bochs.c 
>block-cloop.c block-cow.c block-dmg.c 
>block-qcow.c block-qcow2.c block-raw.c 
>block-vmdk.c block-vpc.c block-vvfat.c block.c 
>block_int.h bswap.h cocoa.m configure console.c 
>cpu-all.h cpu-defs.h cpu-exec.c cutils.c 
>dis-asm.h disas.c dyngen-exec.h dyngen.c 
>dyngen.h elf.h elf_ops.h exec-all.h exec.c 
>gdbstub.c keymaps.c kqemu.c kqemu.h loader.c 
>m68k-dis.c m68k-semi.c mips-dis.c monitor.c 
>osdep.c ppc-dis.c qemu-doc.texi qemu-img.c 
>qemu-img.texi qemu-tech.texi readline.c 
>s390-dis.c sdl.c sh4-dis.c softmmu-semi.h 
>softmmu_header.h softmmu_template.h sparc-dis.c 
>tap-win32.c texi2pod.pl thunk.c thunk.h 
>translate-all.c translate-op.c usb-linux.c vl.c 
>vl.h vnc.c vnchextile.h 
>   darwin-user: syscall.c 
>   fpu: softfloat-native.c 
>   hw : acpi.c adb.c alpha_palcode.c an5206.c apb_pci.c 
>apic.c arm_boot.c arm_gic.c arm_pic.c arm_pic.h 
>arm_sysctl.c arm_timer.c cdrom.c cirrus_vga.c 
>cirrus_vga_rop.h cirrus_vga_rop2.h cuda.c 
>eepro100.c esp.c fdc.c grackle_pci.c gt64xxx.c 
>heathrow_pic.c i2c.c i8254.c i8259.c ide.c 
>integratorcp.c iommu.c irq.c isa_mmio.c 
>jazz_led.c lsi53c895a.c m48t59.c mc146818rtc.c 
>mcf5206.c mcf5208.c mcf_fec.c mcf_intc.c 
>mcf_uart.c mips_malta.c mips_r4k.c nand.c 
>ne2000.c omap.h omap_lcd_template.h openpic.c 
>parallel.c pc.c pci.c pci_host.h pckbd.c 
>pcnet.c pflash_cfi02.c piix_pci.c pl011.c 
>pl050.c pl080.c pl110.c pl110_template.h 
>pl181.c pl190.c ppc.c ppc405.h ppc405_boards.c 
>ppc405_uc.c ppc_chrp.c ppc_prep.c prep_pci.c 
>ps2.c ptimer.c pxa2xx_gpio.c pxa2xx_template.h 
>realview.c rtl8139.c sd.c sd.h serial.c 
>sh7750.c sh7750_regs.h shix.c slavio_intctl.c 
>slavio_misc.c slavio_serial.c slavio_timer.c 
>smbus.c smbus.h smbus_eeprom.c smc91c111.c 
>sparc32_dma.c sun4m.c sun4u.c tcx.c unin_pci.c 
>usb-hid.c usb-hub.c usb-msd.c usb-uhci.c 
>usb-wacom.c usb.c usb.h versatile_pci.c 
>versatilepb.c vga.c vga_int.h vga_template.h 
>vmmouse.c 
>   keymaps: common de-ch et fr is modifiers nl sv 
>   linux-user : elfload.c flat.h flatload.c linuxload.c 
>m68k-sim.c main.c mmap.c qemu.h signal.c 
>syscall.c syscall_defs.h syscall_types.h vm86.c 
>   linux-user/alpha: syscall_nr.h 
>   linux-user/ppc : syscall.h 
>   linux-user/ppc64: syscall.h 
>   linux-user/sh4 : termbits.h 
>   linux-user/sparc: termbits.h 
>   linux-user/sparc64: termbits.h 
>   linux-user/x86_64: syscall_nr.h 
>   slirp  : COPYRIGHT bootp.c cksum.c debug.c debug.h if.c 
>if.h ip_icmp.c ip_input.c ip_output.c 
>libslirp.h main.h mbuf.c mbuf.h misc.c misc.h 
>sbuf.c sbuf.h slirp.c socket.c socket.h 
>tcp_input.c tcp_output.c tcp_subr.c tcp_timer.c 
>tftp.c tftp.h udp.c udp.h 
>   target-alpha   : cpu.h exec.h helper.c op.c op_helper.c 
>op_helper.h op_helper_mem.h op_mem.h 
>op_template.h translate.c 
>   target-arm : cpu.h exec.h helper.c op.c op_helper.c 
>op_iwmmxt.c op_template.h translate.c 
>   target-arm/nwfpe: double_cpdo.c extended_cpdo.c fpa11.c fpa11.h 
> fpa11_cpdo.c fpa11_cpdt.c fpa11_cprt.c 
> fpopcode.c fpopcode.h fpsr.h single_cpdo.c 
>   target-i386: cpu.h exec.h helper.c helper2.c op.c 
>opreg_template.h ops_sse.h ops_template.h 
>ops_template_mem.h translate-copy.c translate.c 
>   target-m68k: cpu.h exec.h helper.c op.c op_

[Qemu-devel] qemu Changelog Makefile Makefile.target TODO ae...

2007-09-16 Thread Thiemo Seufer
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer  07/09/16 21:08:06

Modified files:
.  : Changelog Makefile Makefile.target TODO aes.c 
 alpha-dis.c arm-dis.c arm-semi.c block-bochs.c 
 block-cloop.c block-cow.c block-dmg.c 
 block-qcow.c block-qcow2.c block-raw.c 
 block-vmdk.c block-vpc.c block-vvfat.c block.c 
 block_int.h bswap.h cocoa.m configure console.c 
 cpu-all.h cpu-defs.h cpu-exec.c cutils.c 
 dis-asm.h disas.c dyngen-exec.h dyngen.c 
 dyngen.h elf.h elf_ops.h exec-all.h exec.c 
 gdbstub.c keymaps.c kqemu.c kqemu.h loader.c 
 m68k-dis.c m68k-semi.c mips-dis.c monitor.c 
 osdep.c ppc-dis.c qemu-doc.texi qemu-img.c 
 qemu-img.texi qemu-tech.texi readline.c 
 s390-dis.c sdl.c sh4-dis.c softmmu-semi.h 
 softmmu_header.h softmmu_template.h sparc-dis.c 
 tap-win32.c texi2pod.pl thunk.c thunk.h 
 translate-all.c translate-op.c usb-linux.c vl.c 
 vl.h vnc.c vnchextile.h 
darwin-user: syscall.c 
fpu: softfloat-native.c 
hw : acpi.c adb.c alpha_palcode.c an5206.c apb_pci.c 
 apic.c arm_boot.c arm_gic.c arm_pic.c arm_pic.h 
 arm_sysctl.c arm_timer.c cdrom.c cirrus_vga.c 
 cirrus_vga_rop.h cirrus_vga_rop2.h cuda.c 
 eepro100.c esp.c fdc.c grackle_pci.c gt64xxx.c 
 heathrow_pic.c i2c.c i8254.c i8259.c ide.c 
 integratorcp.c iommu.c irq.c isa_mmio.c 
 jazz_led.c lsi53c895a.c m48t59.c mc146818rtc.c 
 mcf5206.c mcf5208.c mcf_fec.c mcf_intc.c 
 mcf_uart.c mips_malta.c mips_r4k.c nand.c 
 ne2000.c omap.h omap_lcd_template.h openpic.c 
 parallel.c pc.c pci.c pci_host.h pckbd.c 
 pcnet.c pflash_cfi02.c piix_pci.c pl011.c 
 pl050.c pl080.c pl110.c pl110_template.h 
 pl181.c pl190.c ppc.c ppc405.h ppc405_boards.c 
 ppc405_uc.c ppc_chrp.c ppc_prep.c prep_pci.c 
 ps2.c ptimer.c pxa2xx_gpio.c pxa2xx_template.h 
 realview.c rtl8139.c sd.c sd.h serial.c 
 sh7750.c sh7750_regs.h shix.c slavio_intctl.c 
 slavio_misc.c slavio_serial.c slavio_timer.c 
 smbus.c smbus.h smbus_eeprom.c smc91c111.c 
 sparc32_dma.c sun4m.c sun4u.c tcx.c unin_pci.c 
 usb-hid.c usb-hub.c usb-msd.c usb-uhci.c 
 usb-wacom.c usb.c usb.h versatile_pci.c 
 versatilepb.c vga.c vga_int.h vga_template.h 
 vmmouse.c 
keymaps: common de-ch et fr is modifiers nl sv 
linux-user : elfload.c flat.h flatload.c linuxload.c 
 m68k-sim.c main.c mmap.c qemu.h signal.c 
 syscall.c syscall_defs.h syscall_types.h vm86.c 
linux-user/alpha: syscall_nr.h 
linux-user/ppc : syscall.h 
linux-user/ppc64: syscall.h 
linux-user/sh4 : termbits.h 
linux-user/sparc: termbits.h 
linux-user/sparc64: termbits.h 
linux-user/x86_64: syscall_nr.h 
slirp  : COPYRIGHT bootp.c cksum.c debug.c debug.h if.c 
 if.h ip_icmp.c ip_input.c ip_output.c 
 libslirp.h main.h mbuf.c mbuf.h misc.c misc.h 
 sbuf.c sbuf.h slirp.c socket.c socket.h 
 tcp_input.c tcp_output.c tcp_subr.c tcp_timer.c 
 tftp.c tftp.h udp.c udp.h 
target-alpha   : cpu.h exec.h helper.c op.c op_helper.c 
 op_helper.h op_helper_mem.h op_mem.h 
 op_template.h translate.c 
target-arm : cpu.h exec.h helper.c op.c op_helper.c 
 op_iwmmxt.c op_template.h translate.c 
target-arm/nwfpe: double_cpdo.c extended_cpdo.c fpa11.c fpa11.h 
  fpa11_cpdo.c fpa11_cpdt.c fpa11_cprt.c 
  fpopcode.c fpopcode.h fpsr.h single_cpdo.c 
target-i386: cpu.h exec.h helper.c helper2.c op.c 
 opreg_template.h ops_sse.h ops_template.h 
 ops_template_mem.h translate-copy.c translate.c 
target-m68k: cpu.h exec.h helper.c op.c op_helper.c 
 translate.c 
targ

[Qemu-devel] qemu Changelog Makefile Makefile.target block.c...

2007-07-31 Thread Thiemo Seufer
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer  07/07/31 23:28:54

Modified files:
.  : Changelog Makefile Makefile.target block.c vl.h 
Added files:
.  : block-parallels.c 

Log message:
Parallels disk image support, by Alex Beregszaszi.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/Changelog?cvsroot=qemu&r1=1.137&r2=1.138
http://cvs.savannah.gnu.org/viewcvs/qemu/Makefile?cvsroot=qemu&r1=1.120&r2=1.121
http://cvs.savannah.gnu.org/viewcvs/qemu/Makefile.target?cvsroot=qemu&r1=1.189&r2=1.190
http://cvs.savannah.gnu.org/viewcvs/qemu/block.c?cvsroot=qemu&r1=1.43&r2=1.44
http://cvs.savannah.gnu.org/viewcvs/qemu/vl.h?cvsroot=qemu&r1=1.258&r2=1.259
http://cvs.savannah.gnu.org/viewcvs/qemu/block-parallels.c?cvsroot=qemu&rev=1.1




[Qemu-devel] qemu Changelog

2007-06-25 Thread Thiemo Seufer
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer  07/06/25 11:41:37

Modified files:
.  : Changelog 

Log message:
Update Changelog.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/Changelog?cvsroot=qemu&r1=1.136&r2=1.137




[Qemu-devel] qemu Changelog

2007-05-26 Thread Paul Brook
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Paul Brook  07/05/26 16:56:01

Modified files:
.  : Changelog 

Log message:
Update Changelog.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/Changelog?cvsroot=qemu&r1=1.135&r2=1.136




[Qemu-devel] qemu Changelog gdbstub.c target-mips/TODO targe...

2007-05-07 Thread Thiemo Seufer
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer  07/05/07 13:55:33

Modified files:
.  : Changelog gdbstub.c 
target-mips: TODO cpu.h exec.h fop_template.c helper.c op.c 
 op_mem.c translate.c translate_init.c 

Log message:
MIPS 64-bit FPU support, plus some collateral bugfixes in the
conditional branch handling.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/Changelog?cvsroot=qemu&r1=1.134&r2=1.135
http://cvs.savannah.gnu.org/viewcvs/qemu/gdbstub.c?cvsroot=qemu&r1=1.53&r2=1.54
http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/TODO?cvsroot=qemu&r1=1.9&r2=1.10
http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/cpu.h?cvsroot=qemu&r1=1.30&r2=1.31
http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/exec.h?cvsroot=qemu&r1=1.24&r2=1.25
http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/fop_template.c?cvsroot=qemu&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/helper.c?cvsroot=qemu&r1=1.35&r2=1.36
http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/op.c?cvsroot=qemu&r1=1.44&r2=1.45
http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/op_mem.c?cvsroot=qemu&r1=1.8&r2=1.9
http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/translate.c?cvsroot=qemu&r1=1.68&r2=1.69
http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/translate_init.c?cvsroot=qemu&r1=1.6&r2=1.7




[Qemu-devel] qemu Changelog qemu-tech.texi

2007-04-05 Thread Blue Swirl

CVSROOT:/cvsroot/qemu
Module name:qemu
Changes by: Blue Swirl 07/04/05 18:40:23

Modified files:
.  : Changelog qemu-tech.texi

Log message:
Documentation update

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/Changelog?cvsroot=qemu&r1=1.133&r2=1.134
http://cvs.savannah.gnu.org/viewcvs/qemu/qemu-tech.texi?cvsroot=qemu&r1=1.10&r2=1.11

_
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/






[Qemu-devel] qemu Changelog Makefile.target vl.c vl.h hw/mip...

2007-03-17 Thread Thiemo Seufer
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer  07/03/18 00:30:29

Modified files:
.  : Changelog Makefile.target vl.c vl.h 
hw : mips_malta.c mips_r4k.c 
target-mips: cpu.h mips-defs.h translate.c 
Added files:
target-mips: translate_init.c 

Log message:
MIPS -cpu selection support, by Herve Poussineau.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/Changelog?cvsroot=qemu&r1=1.132&r2=1.133
http://cvs.savannah.gnu.org/viewcvs/qemu/Makefile.target?cvsroot=qemu&r1=1.148&r2=1.149
http://cvs.savannah.gnu.org/viewcvs/qemu/vl.c?cvsroot=qemu&r1=1.265&r2=1.266
http://cvs.savannah.gnu.org/viewcvs/qemu/vl.h?cvsroot=qemu&r1=1.193&r2=1.194
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/mips_malta.c?cvsroot=qemu&r1=1.15&r2=1.16
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/mips_r4k.c?cvsroot=qemu&r1=1.38&r2=1.39
http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/cpu.h?cvsroot=qemu&r1=1.23&r2=1.24
http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/mips-defs.h?cvsroot=qemu&r1=1.7&r2=1.8
http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/translate.c?cvsroot=qemu&r1=1.36&r2=1.37
http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/translate_init.c?cvsroot=qemu&rev=1.1


___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[Qemu-devel] qemu Changelog

2007-02-28 Thread Thiemo Seufer
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer  07/02/28 22:01:13

Modified files:
.  : Changelog 

Log message:
Mention ds1225y support.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/Changelog?cvsroot=qemu&r1=1.131&r2=1.132


___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[Qemu-devel] qemu Changelog

2007-02-22 Thread Thiemo Seufer
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer  07/02/23 00:34:02

Modified files:
.  : Changelog 

Log message:
Add Erwan Velu as contributor for the tftp boot patches.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/Changelog?cvsroot=qemu&r1=1.130&r2=1.131


___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[Qemu-devel] qemu Changelog

2007-02-19 Thread Thiemo Seufer
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer  07/02/20 00:18:37

Modified files:
.  : Changelog 

Log message:
Record important changes.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/Changelog?cvsroot=qemu&r1=1.129&r2=1.130


___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[Qemu-devel] qemu Changelog

2007-02-15 Thread Fabrice Bellard
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Fabrice Bellard07/02/15 22:49:45

Modified files:
.  : Changelog 

Log message:
update author

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/Changelog?cvsroot=qemu&r1=1.128&r2=1.129


___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


Re: [Qemu-devel] qemu Changelog VERSION

2007-02-05 Thread Christian MICHON

On 2/5/07, Fabrice Bellard <[EMAIL PROTECTED]> wrote:

CVSROOT:/sources/qemu
Module name:qemu
Changes by: Fabrice Bellard07/02/05 20:46:55

Modified files:
.  : Changelog VERSION


this is starting to feel like christmas :)

woot!

--
Christian


___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[Qemu-devel] qemu Changelog VERSION

2007-02-05 Thread Fabrice Bellard
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Fabrice Bellard07/02/05 20:46:55

Modified files:
.  : Changelog VERSION 

Log message:
update

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/Changelog?cvsroot=qemu&r1=1.127&r2=1.128
http://cvs.savannah.gnu.org/viewcvs/qemu/VERSION?cvsroot=qemu&r1=1.29&r2=1.30


___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[Qemu-devel] qemu Changelog

2007-01-18 Thread Thiemo Seufer
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer  07/01/18 22:14:53

Modified files:
.  : Changelog 

Log message:
Add Darwin userspace emulation to Changelog.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/Changelog?cvsroot=qemu&r1=1.126&r2=1.127


___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[Qemu-devel] qemu Changelog

2007-01-17 Thread Thiemo Seufer
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer  07/01/17 21:32:50

Modified files:
.  : Changelog 

Log message:
Note newsworthy changes.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/Changelog?cvsroot=qemu&r1=1.125&r2=1.126


___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[Qemu-devel] qemu Changelog

2006-09-24 Thread Fabrice Bellard
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Fabrice Bellard06/09/24 18:49:55

Modified files:
.  : Changelog 

Log message:
update

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/Changelog?cvsroot=qemu&r1=1.124&r2=1.125


___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[Qemu-devel] qemu Changelog

2006-08-19 Thread Fabrice Bellard
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Fabrice Bellard06/08/19 12:38:38

Modified files:
.  : Changelog 

Log message:
update

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/Changelog?cvsroot=qemu&r1=1.123&r2=1.124


___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[Qemu-devel] qemu Changelog Makefile Makefile.target block-b...

2006-08-01 Thread Fabrice Bellard
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Fabrice Bellard06/08/01 16:21:11

Modified files:
.  : Changelog Makefile Makefile.target 
 block-bochs.c block-cloop.c block-cow.c 
 block-dmg.c block-qcow.c block-vmdk.c 
 block-vpc.c block-vvfat.c block.c block_int.h 
 vl.c vl.h 
Added files:
.  : block-raw.c 

Log message:
async file I/O API

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/Changelog?cvsroot=qemu&r1=1.121&r2=1.122
http://cvs.savannah.gnu.org/viewcvs/qemu/Makefile?cvsroot=qemu&r1=1.104&r2=1.105
http://cvs.savannah.gnu.org/viewcvs/qemu/Makefile.target?cvsroot=qemu&r1=1.121&r2=1.122
http://cvs.savannah.gnu.org/viewcvs/qemu/block-bochs.c?cvsroot=qemu&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/qemu/block-cloop.c?cvsroot=qemu&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/qemu/block-cow.c?cvsroot=qemu&r1=1.6&r2=1.7
http://cvs.savannah.gnu.org/viewcvs/qemu/block-dmg.c?cvsroot=qemu&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/qemu/block-qcow.c?cvsroot=qemu&r1=1.7&r2=1.8
http://cvs.savannah.gnu.org/viewcvs/qemu/block-vmdk.c?cvsroot=qemu&r1=1.8&r2=1.9
http://cvs.savannah.gnu.org/viewcvs/qemu/block-vpc.c?cvsroot=qemu&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/qemu/block-vvfat.c?cvsroot=qemu&r1=1.6&r2=1.7
http://cvs.savannah.gnu.org/viewcvs/qemu/block.c?cvsroot=qemu&r1=1.28&r2=1.29
http://cvs.savannah.gnu.org/viewcvs/qemu/block_int.h?cvsroot=qemu&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/qemu/vl.c?cvsroot=qemu&r1=1.202&r2=1.203
http://cvs.savannah.gnu.org/viewcvs/qemu/vl.h?cvsroot=qemu&r1=1.136&r2=1.137
http://cvs.savannah.gnu.org/viewcvs/qemu/block-raw.c?cvsroot=qemu&rev=1.1


___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[Qemu-devel] qemu Changelog

2006-07-16 Thread Fabrice Bellard
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Fabrice Bellard06/07/16 18:56:50

Modified files:
.  : Changelog 

Log message:
update

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/Changelog?cvsroot=qemu&r1=1.120&r2=1.121


___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[Qemu-devel] qemu Changelog block.c vl.h

2006-06-26 Thread Fabrice Bellard
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Fabrice Bellard06/06/26 20:08:57

Modified files:
.  : Changelog block.c vl.h 

Log message:
Windows sparse file support (Frediano Ziglio)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/Changelog?cvsroot=qemu&r1=1.119&r2=1.120
http://cvs.savannah.gnu.org/viewcvs/qemu/block.c?cvsroot=qemu&r1=1.27&r2=1.28
http://cvs.savannah.gnu.org/viewcvs/qemu/vl.h?cvsroot=qemu&r1=1.132&r2=1.133


___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[Qemu-devel] qemu Changelog

2006-06-25 Thread Fabrice Bellard
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Fabrice Bellard06/06/25 14:50:00

Modified files:
.  : Changelog 

Log message:
update

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/Changelog?cvsroot=qemu&r1=1.118&r2=1.119


___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[Qemu-devel] qemu Changelog

2006-06-14 Thread Fabrice Bellard
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Fabrice Bellard06/06/14 18:18:38

Modified files:
.  : Changelog 

Log message:
update

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/Changelog?cvsroot=qemu&r1=1.117&r2=1.118

Patches:
Index: Changelog
===
RCS file: /sources/qemu/qemu/Changelog,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -b -r1.117 -r1.118
--- Changelog   14 Jun 2006 17:32:56 -  1.117
+++ Changelog   14 Jun 2006 18:18:38 -  1.118
@@ -1,5 +1,6 @@
 version 0.8.2:
 
+  - ACPI support
   - PC VGA BIOS fixes
   - switch to OpenBios for SPARC targets (Blue Swirl)
   - VNC server fixes


___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[Qemu-devel] qemu Changelog

2006-06-14 Thread Fabrice Bellard
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Fabrice Bellard06/06/14 17:32:56

Modified files:
.  : Changelog 

Log message:
update

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/Changelog?cvsroot=qemu&r1=1.116&r2=1.117

Patches:
Index: Changelog
===
RCS file: /sources/qemu/qemu/Changelog,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -b -r1.116 -r1.117
--- Changelog   3 May 2006 20:15:47 -   1.116
+++ Changelog   14 Jun 2006 17:32:56 -  1.117
@@ -1,3 +1,11 @@
+version 0.8.2:
+
+  - PC VGA BIOS fixes
+  - switch to OpenBios for SPARC targets (Blue Swirl)
+  - VNC server fixes
+  - MIPS FPU support (Marius Groeger)
+  - Solaris/SPARC host support (Ben Taylor)
+
 version 0.8.1:
 
   - USB tablet support (Brad Campbell, Anthony Liguori)


___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[Qemu-devel] qemu ./Changelog ./Makefile.target ./keymaps.c ...

2006-04-30 Thread Fabrice Bellard
CVSROOT:/sources/qemu
Module name:qemu
Branch: 
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 06/04/30 21:28:36

Modified files:
.  : Changelog Makefile.target keymaps.c 
 qemu-doc.texi vl.c vl.h 
hw : cirrus_vga.c 
Added files:
.  : vnc.c vnc_keysym.h vnchextile.h 

Log message:
VNC server (Anthony Liguori)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/qemu/Changelog.diff?tr1=1.114&tr2=1.115&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/qemu/qemu/Makefile.target.diff?tr1=1.105&tr2=1.106&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/qemu/qemu/keymaps.c.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/qemu/qemu/qemu-doc.texi.diff?tr1=1.85&tr2=1.86&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/qemu/qemu/vl.c.diff?tr1=1.176&tr2=1.177&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/qemu/qemu/vl.h.diff?tr1=1.115&tr2=1.116&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/qemu/qemu/vnc.c?rev=1.1
http://cvs.savannah.gnu.org/viewcvs/qemu/qemu/vnc_keysym.h?rev=1.1
http://cvs.savannah.gnu.org/viewcvs/qemu/qemu/vnchextile.h?rev=1.1
http://cvs.savannah.gnu.org/viewcvs/qemu/qemu/hw/cirrus_vga.c.diff?tr1=1.20&tr2=1.21&r1=text&r2=text


___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[Qemu-devel] qemu ./Changelog ./Makefile.target ./vl.c ./vl....

2006-04-27 Thread Fabrice Bellard
CVSROOT:/sources/qemu
Module name:qemu
Branch: 
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 06/04/27 21:32:10

Modified files:
.  : Changelog Makefile.target vl.c vl.h 
Added files:
hw : sh7750.c sh7750_regnames.c sh7750_regnames.h 
 sh7750_regs.h shix.c tc58128.c 
target-sh4 : README.sh4 

Log message:
SHIX board emulation (Samuel Tardieu)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/qemu/Changelog.diff?tr1=1.113&tr2=1.114&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/qemu/qemu/Makefile.target.diff?tr1=1.103&tr2=1.104&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/qemu/qemu/vl.c.diff?tr1=1.174&tr2=1.175&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/qemu/qemu/vl.h.diff?tr1=1.112&tr2=1.113&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/qemu/qemu/hw/sh7750.c?rev=1.1
http://cvs.savannah.gnu.org/viewcvs/qemu/qemu/hw/sh7750_regnames.c?rev=1.1
http://cvs.savannah.gnu.org/viewcvs/qemu/qemu/hw/sh7750_regnames.h?rev=1.1
http://cvs.savannah.gnu.org/viewcvs/qemu/qemu/hw/sh7750_regs.h?rev=1.1
http://cvs.savannah.gnu.org/viewcvs/qemu/qemu/hw/shix.c?rev=1.1
http://cvs.savannah.gnu.org/viewcvs/qemu/qemu/hw/tc58128.c?rev=1.1
http://cvs.savannah.gnu.org/viewcvs/qemu/qemu/target-sh4/README.sh4?rev=1.1


___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[Qemu-devel] qemu Changelog

2006-04-25 Thread Fabrice Bellard
CVSROOT:/sources/qemu
Module name:qemu
Branch: 
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 06/04/25 22:36:31

Modified files:
.  : Changelog 

Log message:
update

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/qemu/Changelog.diff?tr1=1.112&tr2=1.113&r1=text&r2=text


___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[Qemu-devel] qemu Changelog

2006-04-12 Thread Fabrice Bellard
CVSROOT:/sources/qemu
Module name:qemu
Branch: 
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 06/04/12 21:09:31

Modified files:
.  : Changelog 

Log message:
update

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/qemu/Changelog.diff?tr1=1.110&tr2=1.111&r1=text&r2=text


___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[Qemu-devel] qemu Changelog qemu-doc.texi

2005-12-18 Thread Fabrice Bellard
CVSROOT:/sources/qemu
Module name:qemu
Branch: 
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/12/18 18:31:45

Modified files:
.  : Changelog qemu-doc.texi 

Log message:
update

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/qemu/Changelog.diff?tr1=1.108&tr2=1.109&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/qemu/qemu/qemu-doc.texi.diff?tr1=1.74&tr2=1.75&r1=text&r2=text


___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[Qemu-devel] qemu ./Changelog ./cpu-all.h ./cpu-exec.c ./mon...

2005-12-05 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu
Module name:qemu
Branch: 
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/12/05 20:31:52

Modified files:
.  : Changelog cpu-all.h cpu-exec.c monitor.c vl.c 
 vl.h 
hw : slavio_intctl.c slavio_misc.c slavio_serial.c 
 slavio_timer.c sun4m.c 
target-sparc   : cpu.h 

Log message:
Initial SPARC SMP support (Blue Swirl)

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/Changelog.diff?tr1=1.106&tr2=1.107&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/cpu-all.h.diff?tr1=1.49&tr2=1.50&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/cpu-exec.c.diff?tr1=1.70&tr2=1.71&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/monitor.c.diff?tr1=1.44&tr2=1.45&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/vl.c.diff?tr1=1.151&tr2=1.152&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/vl.h.diff?tr1=1.97&tr2=1.98&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/hw/slavio_intctl.c.diff?tr1=1.5&tr2=1.6&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/hw/slavio_misc.c.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/hw/slavio_serial.c.diff?tr1=1.4&tr2=1.5&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/hw/slavio_timer.c.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/hw/sun4m.c.diff?tr1=1.11&tr2=1.12&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/target-sparc/cpu.h.diff?tr1=1.20&tr2=1.21&r1=text&r2=text



___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[Qemu-devel] qemu Changelog

2005-12-05 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu
Module name:qemu
Branch: 
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/12/05 20:00:00

Modified files:
.  : Changelog 

Log message:
update

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/Changelog.diff?tr1=1.105&tr2=1.106&r1=text&r2=text



___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[Qemu-devel] qemu ./Changelog ./configure linux-user/elfload...

2005-11-26 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu
Module name:qemu
Branch: 
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/11/26 18:47:20

Modified files:
.  : Changelog configure 
linux-user : elfload.c main.c syscall.c syscall_defs.h 
target-mips: op_helper.c 
Added files:
linux-user/mips: syscall.h syscall_nr.h termbits.h 

Log message:
mips user emulation

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/Changelog.diff?tr1=1.104&tr2=1.105&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/configure.diff?tr1=1.76&tr2=1.77&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/linux-user/elfload.c.diff?tr1=1.29&tr2=1.30&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/linux-user/main.c.diff?tr1=1.74&tr2=1.75&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/linux-user/syscall.c.diff?tr1=1.62&tr2=1.63&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/linux-user/syscall_defs.h.diff?tr1=1.22&tr2=1.23&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/linux-user/mips/syscall.h?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/linux-user/mips/syscall_nr.h?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/linux-user/mips/termbits.h?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/target-mips/op_helper.c.diff?tr1=1.6&tr2=1.7&r1=text&r2=text



___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[Qemu-devel] qemu ./Changelog ./Makefile.target ./configure ...

2005-11-26 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu
Module name:qemu
Branch: 
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/11/26 10:38:39

Modified files:
.  : Changelog Makefile.target configure cpu-exec.c 
 exec-all.h exec.c gdbstub.c softmmu_header.h 
 vl.c vl.h 
linux-user : main.c signal.c 
target-arm : cpu.h exec.h op.c op_helper.c translate.c 
Added files:
hw : integratorcp.c 
target-arm : helper.c op_mem.h 

Log message:
ARM system emulation (Paul Brook)

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/Changelog.diff?tr1=1.103&tr2=1.104&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/Makefile.target.diff?tr1=1.87&tr2=1.88&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/configure.diff?tr1=1.75&tr2=1.76&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/cpu-exec.c.diff?tr1=1.64&tr2=1.65&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/exec-all.h.diff?tr1=1.41&tr2=1.42&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/exec.c.diff?tr1=1.69&tr2=1.70&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/gdbstub.c.diff?tr1=1.32&tr2=1.33&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/softmmu_header.h.diff?tr1=1.10&tr2=1.11&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/vl.c.diff?tr1=1.148&tr2=1.149&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/vl.h.diff?tr1=1.95&tr2=1.96&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/hw/integratorcp.c?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/linux-user/main.c.diff?tr1=1.72&tr2=1.73&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/linux-user/signal.c.diff?tr1=1.29&tr2=1.30&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/target-arm/helper.c?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/target-arm/op_mem.h?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/target-arm/cpu.h.diff?tr1=1.11&tr2=1.12&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/target-arm/exec.h.diff?tr1=1.6&tr2=1.7&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/target-arm/op.c.diff?tr1=1.15&tr2=1.16&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/target-arm/op_helper.c.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/target-arm/translate.c.diff?tr1=1.31&tr2=1.32&r1=text&r2=text



___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[Qemu-devel] qemu Changelog qemu-doc.texi

2005-11-15 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu
Module name:qemu
Branch: 
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/11/15 23:02:53

Modified files:
.  : Changelog qemu-doc.texi 

Log message:
update

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/Changelog.diff?tr1=1.101&tr2=1.102&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/qemu-doc.texi.diff?tr1=1.71&tr2=1.72&r1=text&r2=text



___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[Qemu-devel] qemu ./Changelog ./qemu-doc.texi ./vl.c hw/para...

2005-11-10 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu
Module name:qemu
Branch: 
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/11/10 23:58:52

Modified files:
.  : Changelog qemu-doc.texi vl.c 
hw : parallel.c 

Log message:
low level host parallel port access

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/Changelog.diff?tr1=1.100&tr2=1.101&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/qemu-doc.texi.diff?tr1=1.70&tr2=1.71&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/vl.c.diff?tr1=1.143&tr2=1.144&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/hw/parallel.c.diff?tr1=1.2&tr2=1.3&r1=text&r2=text



___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[Qemu-devel] qemu ./Changelog ./qemu-doc.texi ./vl.c ./vl.h ...

2005-11-08 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu
Module name:qemu
Branch: 
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/11/08 22:30:36

Modified files:
.  : Changelog qemu-doc.texi vl.c vl.h 
hw : serial.c 

Log message:
use host serial port

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/Changelog.diff?tr1=1.99&tr2=1.100&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/qemu-doc.texi.diff?tr1=1.69&tr2=1.70&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/vl.c.diff?tr1=1.142&tr2=1.143&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/vl.h.diff?tr1=1.87&tr2=1.88&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/hw/serial.c.diff?tr1=1.8&tr2=1.9&r1=text&r2=text



___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[Qemu-devel] qemu ./Changelog ./Makefile.target ./vl.c ./vl....

2005-11-05 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu
Module name:qemu
Branch: 
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/11/05 14:22:28

Modified files:
.  : Changelog Makefile.target vl.c vl.h 
hw : pc.c 
Added files:
.  : usb-linux.c 
hw : usb-uhci.c usb.c usb.h 

Log message:
initial USB support

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/usb-linux.c?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/Changelog.diff?tr1=1.98&tr2=1.99&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/Makefile.target.diff?tr1=1.81&tr2=1.82&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/vl.c.diff?tr1=1.137&tr2=1.138&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/vl.h.diff?tr1=1.83&tr2=1.84&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/hw/usb-uhci.c?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/hw/usb.c?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/hw/usb.h?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/hw/pc.c.diff?tr1=1.40&tr2=1.41&r1=text&r2=text



___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[Qemu-devel] qemu Changelog

2005-10-30 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu
Module name:qemu
Branch: 
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/10/30 21:38:50

Modified files:
.  : Changelog 

Log message:
update

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/Changelog.diff?tr1=1.97&tr2=1.98&r1=text&r2=text



___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[Qemu-devel] qemu Changelog

2005-10-30 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu
Module name:qemu
Branch: 
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/10/30 19:12:29

Modified files:
.  : Changelog 

Log message:
update

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/Changelog.diff?tr1=1.96&tr2=1.97&r1=text&r2=text



___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[Qemu-devel] qemu ./Changelog ./Makefile.target ./configure ...

2005-10-30 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu
Module name:qemu
Branch: 
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/10/30 18:58:22

Modified files:
.  : Changelog Makefile.target configure 
 qemu-doc.texi vl.c vl.h 
audio  : audio.c audio.h audio_int.h fmodaudio.c 
 mixeng.c mixeng.h mixeng_template.h noaudio.c 
 ossaudio.c sdlaudio.c wavaudio.c 
hw : adlib.c pc.c sb16.c 
Added files:
audio  : alsaaudio.c audio_template.h coreaudio.c 
 dsound_template.h dsoundaudio.c rate_template.h 
 sys-queue.h 
hw : es1370.c 

Log message:
merged 15a_aqemu.patch audio patch (malc)

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/Changelog.diff?tr1=1.95&tr2=1.96&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/Makefile.target.diff?tr1=1.80&tr2=1.81&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/configure.diff?tr1=1.73&tr2=1.74&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/qemu-doc.texi.diff?tr1=1.65&tr2=1.66&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/vl.c.diff?tr1=1.136&tr2=1.137&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/vl.h.diff?tr1=1.82&tr2=1.83&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/audio/alsaaudio.c?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/audio/audio_template.h?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/audio/coreaudio.c?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/audio/dsound_template.h?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/audio/dsoundaudio.c?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/audio/rate_template.h?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/audio/sys-queue.h?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/audio/audio.c.diff?tr1=1.5&tr2=1.6&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/audio/audio.h.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/audio/audio_int.h.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/audio/fmodaudio.c.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/audio/mixeng.c.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/audio/mixeng.h.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/audio/mixeng_template.h.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/audio/noaudio.c.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/audio/ossaudio.c.diff?tr1=1.5&tr2=1.6&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/audio/sdlaudio.c.diff?tr1=1.4&tr2=1.5&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/audio/wavaudio.c.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/hw/es1370.c?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/hw/adlib.c.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/hw/pc.c.diff?tr1=1.39&tr2=1.40&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/hw/sb16.c.diff?tr1=1.15&tr2=1.16&r1=text&r2=text



___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[Qemu-devel] qemu Changelog

2005-09-03 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu
Module name:qemu
Branch: 
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/09/03 10:45:39

Modified files:
.  : Changelog 

Log message:
update

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/Changelog.diff?tr1=1.94&tr2=1.95&r1=text&r2=text



___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[Qemu-devel] qemu Changelog

2005-07-03 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu
Module name:qemu
Branch: 
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/07/03 16:45:42

Modified files:
.  : Changelog 

Log message:
update

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/Changelog.diff?tr1=1.93&tr2=1.94&r1=text&r2=text



___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[Qemu-devel] qemu Changelog

2005-07-02 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu
Module name:qemu
Branch: 
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/07/02 15:39:14

Modified files:
.  : Changelog 

Log message:
update

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/Changelog.diff?tr1=1.92&tr2=1.93&r1=text&r2=text



___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[Qemu-devel] qemu ./Changelog ./Makefile.target ./cpu-exec.c...

2005-07-02 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu
Module name:qemu
Branch: 
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/07/02 14:31:34

Modified files:
.  : Changelog Makefile.target cpu-exec.c disas.c 
 gdbstub.c monitor.c qemu-doc.texi 
 qemu-tech.texi vl.c vl.h 
hw : magic-load.c slavio_intctl.c sun4m.c 
linux-user : main.c 
target-sparc   : cpu.h exec.h fop_template.h helper.c op.c 
 op_helper.c op_mem.h translate.c 
Added files:
hw : elf_ops.h slavio_misc.c sun4u.c 
target-sparc   : fbranch_template.h 

Log message:
sparc64 marge (Blue Swirl)

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/Changelog.diff?tr1=1.91&tr2=1.92&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/Makefile.target.diff?tr1=1.70&tr2=1.71&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/cpu-exec.c.diff?tr1=1.55&tr2=1.56&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/disas.c.diff?tr1=1.22&tr2=1.23&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/gdbstub.c.diff?tr1=1.27&tr2=1.28&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/monitor.c.diff?tr1=1.33&tr2=1.34&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/qemu-doc.texi.diff?tr1=1.61&tr2=1.62&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/qemu-tech.texi.diff?tr1=1.6&tr2=1.7&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/vl.c.diff?tr1=1.128&tr2=1.129&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/vl.h.diff?tr1=1.75&tr2=1.76&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/hw/elf_ops.h?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/hw/slavio_misc.c?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/hw/sun4u.c?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/hw/magic-load.c.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/hw/slavio_intctl.c.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/hw/sun4m.c.diff?tr1=1.8&tr2=1.9&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/linux-user/main.c.diff?tr1=1.66&tr2=1.67&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/target-sparc/fbranch_template.h?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/target-sparc/cpu.h.diff?tr1=1.17&tr2=1.18&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/target-sparc/exec.h.diff?tr1=1.10&tr2=1.11&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/target-sparc/fop_template.h.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/target-sparc/helper.c.diff?tr1=1.15&tr2=1.16&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/target-sparc/op.c.diff?tr1=1.15&tr2=1.16&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/target-sparc/op_helper.c.diff?tr1=1.12&tr2=1.13&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/target-sparc/op_mem.h.diff?tr1=1.5&tr2=1.6&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/target-sparc/translate.c.diff?tr1=1.20&tr2=1.21&r1=text&r2=text



___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[Qemu-devel] qemu ./Changelog ./vl.c ./vl.h hw/ide.c

2005-05-01 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu
Module name:qemu
Branch: 
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/04/30 16:10:35

Modified files:
.  : Changelog vl.c vl.h 
hw : ide.c 

Log message:
Windows 2000 install disk full hack (original idea from Vladimir N. 
Oleynik)

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/Changelog.diff?tr1=1.89&tr2=1.90&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/vl.c.diff?tr1=1.126&tr2=1.127&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/vl.h.diff?tr1=1.73&tr2=1.74&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/hw/ide.c.diff?tr1=1.33&tr2=1.34&r1=text&r2=text



___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[Qemu-devel] qemu Changelog Makefile Makefile.target qemu-im...

2005-04-28 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu
Module name:qemu
Branch: 
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/04/28 21:15:08

Modified files:
.  : Changelog Makefile Makefile.target qemu-img.c 
 vl.h 
Added files:
.  : block-vvfat.c 

Log message:
Virtual VFAT support (Johannes Schindelin)

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/block-vvfat.c?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/Changelog.diff?tr1=1.88&tr2=1.89&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/Makefile.diff?tr1=1.86&tr2=1.87&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/Makefile.target.diff?tr1=1.68&tr2=1.69&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/qemu-img.c.diff?tr1=1.6&tr2=1.7&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/vl.h.diff?tr1=1.72&tr2=1.73&r1=text&r2=text



___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[Qemu-devel] qemu Changelog Makefile Makefile.target block.c...

2005-04-27 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu
Module name:qemu
Branch: 
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/04/27 20:17:58

Modified files:
.  : Changelog Makefile Makefile.target block.c vl.h 
Added files:
.  : block-vpc.c 

Log message:
Virtual PC read-only disk image support (Alex Beregszaszi)

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/block-vpc.c?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/Changelog.diff?tr1=1.87&tr2=1.88&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/Makefile.diff?tr1=1.84&tr2=1.85&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/Makefile.target.diff?tr1=1.67&tr2=1.68&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/block.c.diff?tr1=1.20&tr2=1.21&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/vl.h.diff?tr1=1.71&tr2=1.72&r1=text&r2=text



___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[Qemu-devel] qemu Changelog Makefile Makefile.target block.c...

2005-04-26 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu
Module name:qemu
Branch: 
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/04/26 21:34:00

Modified files:
.  : Changelog Makefile Makefile.target block.c vl.h 
Added files:
.  : block-bochs.c 

Log message:
Bochs disk image support (Alex Beregszaszi)

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/block-bochs.c?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/Changelog.diff?tr1=1.86&tr2=1.87&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/Makefile.diff?tr1=1.83&tr2=1.84&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/Makefile.target.diff?tr1=1.66&tr2=1.67&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/block.c.diff?tr1=1.16&tr2=1.17&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/vl.h.diff?tr1=1.70&tr2=1.71&r1=text&r2=text



___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel