[Qemu-devel] qemu gdbstub.c

2008-03-14 Thread Edgar E. Iglesias
CVSROOT:/sources/qemu Module name:qemu Changes by: Edgar E. Iglesias edgar_igl 08/03/14 06:10:43 Modified files: . : gdbstub.c Log message: Improve readability by moving the continue operation into aseparate function. CVSWeb URLs:

[Qemu-devel] qemu/hw pflash_cfi01.c

2008-03-14 Thread Aurelien Jarno
CVSROOT:/sources/qemu Module name:qemu Changes by: Aurelien Jarno aurel3208/03/14 06:45:21 Modified files: hw : pflash_cfi01.c Log message: CFI: Fix AMD erase support (Jean-Christophe PLAGNIOL-VILLARD) CVSWeb URLs:

Re: [Qemu-devel] CVS build error

2008-03-14 Thread Markus Hitter
Am 14.03.2008 um 00:32 schrieb Johannes Schindelin: On Thu, 13 Mar 2008, Rick Vernam wrote: [gcc4] Not supported? Okay, fine. But don't tell me it can't work. The fact of the matter is that I use it daily. Make configure fail horribly? Well, that seems a bit counter- productive, don't

Re: [Qemu-devel] CVS build error

2008-03-14 Thread Johannes Schindelin
Hi, On Fri, 14 Mar 2008, Markus Hitter wrote: Am 14.03.2008 um 00:32 schrieb Johannes Schindelin: On Thu, 13 Mar 2008, Rick Vernam wrote: [gcc4] Not supported? Okay, fine. But don't tell me it can't work. The fact of the matter is that I use it daily. Make configure fail

Re: [Qemu-devel] CVS build error

2008-03-14 Thread Andreas Färber
Hi, Am 14.03.2008 um 11:53 schrieb Johannes Schindelin: On Fri, 14 Mar 2008, Markus Hitter wrote: Am 14.03.2008 um 00:32 schrieb Johannes Schindelin: On Thu, 13 Mar 2008, Rick Vernam wrote: [gcc4] Not supported? Okay, fine. But don't tell me it can't work. The fact of the matter is

Re: [Qemu-devel] CVS build error

2008-03-14 Thread Philip Boulain
Well done, guys. Someone's trying to build CVS QEMU on gcc4, and you're flaming them. This'll really encourage people to work on making development versions of QEMU work with gcc4. On 14 Mar 2008, at 10:53, Johannes Schindelin wrote: WTF? The point at which you start using profanity on a

Re: [Qemu-devel] CVS build error

2008-03-14 Thread Rick Vernam
WTF? Rick suggested removing that configure message that you need to explicitely override its quite sane default to refuse work with gcc4, because at least one platform (the most common one) has problems with it. I did? where? when? You might have mis-read something. I was against

Re: [Qemu-devel] CVS build error

2008-03-14 Thread Rick Vernam
On Friday 14 March 2008 06:07:37 am Andreas Färber wrote: So I absolutely _fail_ to understand what you thought, implying that   I was restricting platform variability. So in fact you do agree with Rick on that part and replied to the   'wrong' message, creating minor confusion: In your

Re: [Qemu-devel] CVS build error

2008-03-14 Thread Rick Vernam
On Friday 14 March 2008 07:59:28 am Rick Vernam wrote: And it is necessary to have configure require a special step to build with gcc4 anyway. necessary, as in a very good idea. necessary to inform those who might not otherwise know...

Re: [Qemu-devel] CVS build error

2008-03-14 Thread Thiemo Seufer
Philip Boulain wrote: Well done, guys. Someone's trying to build CVS QEMU on gcc4, and you're flaming them. This'll really encourage people to work on making development versions of QEMU work with gcc4. May I recommend to everybody involved to cool down a bit? Working on converting more of

Re: [Qemu-devel] [PATCH] -chroot and -su options.

2008-03-14 Thread Rob Landley
On Friday 14 March 2008 09:08:57 Edgar E. Iglesias wrote: Even then, attempting to deal with things like symlinks that point to absolute paths would be quite a headache, and considering the default busybox install does exactly that, it's not exactly an unheard of corner case... Hmm, our

Re: [Qemu-devel] [PATCH] -chroot and -su options.

2008-03-14 Thread Anderson Lizardo
Hi, On Mon, Mar 3, 2008 at 8:28 PM, Rob Landley [EMAIL PROTECTED] wrote: Quick and dirty patch to teach qemu application emulation how to chroot (and drop privs), so you don't have to pollute a target filesystem with host code, and/or figure out how to build qemu static in order to run a

[Qemu-devel] qemu exec.c

2008-03-14 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl blueswir1 08/03/14 17:37:12 Modified files: . : exec.c Log message: Allow op_opt for all targets CVSWeb URLs:

[Qemu-devel] qemu/target-sparc translate.c

2008-03-14 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl blueswir1 08/03/14 17:35:03 Modified files: target-sparc : translate.c Log message: Use memory globals for G registers CVSWeb URLs:

[Qemu-devel] qemu/target-sparc op.c translate.c

2008-03-14 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl blueswir1 08/03/14 19:42:42 Modified files: target-sparc : op.c translate.c Log message: Convert udivx and sdivx to TCG CVSWeb URLs:

[Qemu-devel] Cant boot from scsi cdrom

2008-03-14 Thread Sylvain Petreolle
I am trying to boot an iso image (taking the tomsrtbt for example) from an SCSI cdrom drive. Qemu is current HEAD. There is my command line : qemu -drive file=/mnt/hdb/isos/tomsrtbt-2.0.103.iso,if=scsi,media=cdrom Qemu says : CDROM boot failure code : 0003 Boot from CD-Rom failed FATAL : Could

[Qemu-devel] qemu/target-sparc translate.c

2008-03-14 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl blueswir1 08/03/14 21:09:15 Modified files: target-sparc : translate.c Log message: Eliminate some uses of T2 CVSWeb URLs:

[Qemu-devel] Re: TCG

2008-03-14 Thread Alejandro Mery
I'm having the same problem over CVS's HEAD but my kernel is newer and I don't have linux/compiler.h ... any hint? please :( Thanks, Alejandro Mery

[Qemu-devel] Bug with 32-bit segmentation

2008-03-14 Thread Stefan Nürnberger
Hi, before talking about the bad things, I have to remark, that qemu is a great program. I like it for it's simplicity and I cherish the integrated gdb-stub, wich avoided a lot of headaches in my early kernel-develpment phase, when no own serial debugger stub existed. And secondly, I hope

[Qemu-devel] Re: Cant boot from scsi cdrom

2008-03-14 Thread Sebastian Herbszt
Qemu says : CDROM boot failure code : 0003 Boot from CD-Rom failed FATAL : Could not read the boot disk Is this unsupported at the moment or am I using the wrong command line ? From rombios.c: - CD-ROM booting is only available if ATA/ATAPI Driver is available Since the bios lacks support