[Qemu-devel] qemu-cvs-2007-3-22 compile error (in cygwin)

2007-03-22 Thread 황윤성
U qemu/slirp/tcp_input.c U qemu/slirp/tcp_output.c U qemu/slirp/tcp_subr.c U qemu/slirp/tcp_timer.c U qemu/slirp/tcp_timer.h U qemu/slirp/tcp_var.h U qemu/slirp/tcpip.h U qemu/slirp/tftp.c U qemu/slirp/tftp.h U qemu/slirp/udp.c U qemu/slirp/udp.h cvs checkout: Updating qemu/target-arm U

Re: [Qemu-devel] qemu-cvs-2007-3-22 compile error (in cygwin)

2007-03-22 Thread Christian MICHON
use mingw to compile qemu for windows hosts, not cygwin. if I recall well, SDL does not cope well on cygwin. -- Christian ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

Re: [Qemu-devel] qemu-cvs-2007-3-22 compile error (in cygwin)

2007-03-22 Thread denis . scheidt
I have exactly the same error, using MinGW. I commented out the faulty line in vl.c, and compiled again. Now, I have following error : C:/msys/home/Denis/qemu/hw/pckbd.c:376: undefined reference to `vmmouse_init' make[1]: *** [qemu.exe] Error 1 make[1]: Leaving directory

[Qemu-devel] [PATCH] ARM syscall numbers

2007-03-22 Thread Kirill A. Shutemov
Patch to sync arm syscall numbers with 2.6.21-rc4 in the attachment. -- Regards, Kirill A. Shutemov + Belarus, Minsk + Velesys LLC, http://www.velesys.com/ + ALT Linux Team, http://www.altlinux.com/ diff --git a/qemu/linux-user/arm/syscall_nr.h b/qemu/linux-user/arm/syscall_nr.h index

[Qemu-devel] qemu vl.c

2007-03-22 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/03/22 12:36:53 Modified files: . : vl.c Log message: Win32 build fix. FIXME: This disables locking of the pidfile, a Win32 replacement of lockf should be used here.

Re: [Qemu-devel] qemu-cvs-2007-3-22 compile error (in cygwin)

2007-03-22 Thread Thiemo Seufer
[EMAIL PROTECTED] wrote: I have exactly the same error, using MinGW. I commented out the faulty line in vl.c, and compiled again. Now, I have following error : Win32 appears to have no straight replacement for lockf, so I disabled pidfile locking there for now.

Re: [Qemu-devel] qemu-cvs-2007-3-22 compile error (in cygwin)

2007-03-22 Thread Anthony Liguori
[EMAIL PROTECTED] wrote: I have exactly the same error, using MinGW. I commented out the faulty line in vl.c, and compiled again. Now, I have following error : C:/msys/home/Denis/qemu/hw/pckbd.c:376: undefined reference to `vmmouse_init' make[1]: *** [qemu.exe] Error 1 make[1]: Leaving

Re: [Qemu-devel] qemu-cvs-2007-3-22 compile error (in cygwin)

2007-03-22 Thread denis . scheidt
I ran ./configure again, and it' OK now. Thanks. Selon Anthony Liguori [EMAIL PROTECTED]: [EMAIL PROTECTED] wrote: I have exactly the same error, using MinGW. I commented out the faulty line in vl.c, and compiled again. Now, I have following error :

Re: [Qemu-devel] [PATCH] fcntl64 fix

2007-03-22 Thread Kirill A. Shutemov
On [Tue, 20.03.2007 13:42], Kirill A. Shutemov wrote: Yep. You're right. Fixed patch in the attachment. Patch that fixes dummy bug in the attachment. Sorry. -- Regards, Kirill A. Shutemov + Belarus, Minsk + Velesys LLC, http://www.velesys.com/ + ALT Linux Team, http://www.altlinux.com/

[Qemu-devel] qemu/linux-user syscall.c

2007-03-22 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/03/22 15:08:55 Modified files: linux-user : syscall.c Log message: Fix fcntl64 logic bug, by Kirill A. Shutemov. CVSWeb URLs:

Re: [Qemu-devel] Re: Qemu PPC ethernet checksum bug [PATCH]

2007-03-22 Thread Jason Wessel
Attached is a patch as well as an example program, where I took the code from the from the linux kernel and made a call in with a dummy packet. It appears the problem is the addic translation does not correctly set/reset the carry bit, and this is a regression vs the source base on 3/7/2007.

[Qemu-devel] Linux 2.6 kernel on PPC

2007-03-22 Thread Ed Swierk
Has anyone succeeded in booting a Linux 2.6 kernel on Qemu PPC? If so, what distribution did you use? Thanks, --Ed ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

Re: [Qemu-devel] Re: Qemu PPC ethernet checksum bug [PATCH]

2007-03-22 Thread J. Mayer
On Thu, 2007-03-22 at 12:39 -0500, Jason Wessel wrote: Attached is a patch as well as an example program, where I took the code from the from the linux kernel and made a call in with a dummy packet. It appears the problem is the addic translation does not correctly set/reset the carry bit,

Re: [Qemu-devel] [SPARC] Branch condition problems

2007-03-22 Thread Blue Swirl
Hi, I can't reproduce the problem with attached test program. Also the generated ops look just fine: IN: 0x00010074: sethi %hi(0x2), %g3 0x00010078: or %g3, 0xa0, %g3 ! 0x200a0 0x0001007c: mov -1, %g1 0x00010080: mov -1, %g2 0x00010084: tst %g0 0x00010088: bne 0x10094

Re: [Qemu-devel] 0.9.0 and svn don't build with -march=pentium2 etc.; was: Latest SVN fails to build on Fedora Core 6 (same with 0.9.0)

2007-03-22 Thread Thomas Orgis
Am Sun, 18 Mar 2007 09:18:40 + schrieb Nigel Horne [EMAIL PROTECTED]: The first part is true, the second is not, in that I already upgraded to the 686 kernel, so the qemu build on FC6 is not fixed by installing the 686 kernel. So, do we have any other clue about this? Some qemu coder

Re: [Qemu-devel] 0.9.0 and svn don't build with -march=pentium2 etc.; was: Latest SVN fails to build on Fedora Core 6 (same with 0.9.0)

2007-03-22 Thread Sunil Amitkumar Janki
Thomas Orgis wrote: Am Sun, 18 Mar 2007 09:18:40 + schrieb Nigel Horne [EMAIL PROTECTED]: The first part is true, the second is not, in that I already upgraded to the 686 kernel, so the qemu build on FC6 is not fixed by installing the 686 kernel. So, do we have any other clue

[Qemu-devel] [Bug] Timer bugs in hw/m48t59.c?

2007-03-22 Thread Stefan Weil
Hi, could SPARC or PPC users please check whether the timer code in hw/m48t59.c is really correct? I expect a crash in qemu_mod_timer after wd_timer = NULL and a call to qemu_mod_timer with this NULL value. The same applies to alrm_timer. I wrote a quick-and-dirty patch, but think that even

Re: [Qemu-devel] [SPARC] Branch condition problems

2007-03-22 Thread Aurelien Jarno
Blue Swirl a écrit : Hi, I can't reproduce the problem with attached test program. Also the generated ops look just fine: [snip] Can you describe how to reproduce the bug? Well I also have difficulties to reproduce it with a simple program. I have detected it while trying to build

[Qemu-devel] generating EFAULT in linux-user

2007-03-22 Thread Stuart Anderson
With a little help from Paul yesterday, I was able to come up with a scheme for detecting bad pointers passed to system calls in linux-user mode. This is used to return EFAULT as would be done on a real kernel. The attached patch is very preliminary, but shows how it can be done. I'm sending it

[Qemu-devel] qemu/target-ppc exec.h op.c op_helper.c op_help...

2007-03-22 Thread Jocelyn Mayer
CVSROOT:/sources/qemu Module name:qemu Changes by: Jocelyn Mayer j_mayer 07/03/22 22:17:08 Modified files: target-ppc : exec.h op.c op_helper.c op_helper.h translate.c Log message: PowerPC bugfixes: - must clear carry bit when doing addic with a zero

[Qemu-devel] qemu/target-ppc cpu.h op.c translate.c

2007-03-22 Thread Jocelyn Mayer
CVSROOT:/sources/qemu Module name:qemu Changes by: Jocelyn Mayer j_mayer 07/03/22 22:41:50 Modified files: target-ppc : cpu.h op.c translate.c Log message: PowerPC improvments: - add missing 64 bits rotate instructions - safely define

Re: [Qemu-devel] RFC: This project needs a stable branch

2007-03-22 Thread Rob Landley
On Tuesday 20 March 2007 6:19 pm, Julian Seward wrote: Limited effort is always a problem, granted. So here's a broader question, which I'm surprised nobody has asked before (afaik). Think forward to a hypothetical QEMU 1.0 release. What criteria are required for such a release? *cough*

Re: [Qemu-devel] qemu/target-ppc cpu.h exec.h op.c op_helper.c o...

2007-03-22 Thread Johannes Schindelin
Hi Rob, On Thu, 22 Mar 2007, Rob Landley wrote: On Tuesday 20 March 2007 6:11 pm, Jocelyn Mayer wrote: Log message: PowerPC 2.03 SPE extension - first pass. QEMU supports the Cell processor now? How would one go about testing this? AFAIR Linux gained official Cell support

Re: [Qemu-devel] RFC: This project needs a stable branch

2007-03-22 Thread Johannes Schindelin
Hi, On Thu, 22 Mar 2007, Rob Landley wrote: On Tuesday 20 March 2007 6:19 pm, Julian Seward wrote: Limited effort is always a problem, granted. So here's a broader question, which I'm surprised nobody has asked before (afaik). Think forward to a hypothetical QEMU 1.0 release. What

Re: [Qemu-devel] RFC: This project needs a stable branch

2007-03-22 Thread Rob Landley
On Thursday 22 March 2007 7:00 pm, Johannes Schindelin wrote: Hi, On Thu, 22 Mar 2007, Rob Landley wrote: On Tuesday 20 March 2007 6:19 pm, Julian Seward wrote: Limited effort is always a problem, granted. So here's a broader question, which I'm surprised nobody has asked

Re: [Qemu-devel] RFC: This project needs a stable branch

2007-03-22 Thread Paul Brook
Do you mean you're asking me to break up Paul Brook's QOPS tree at https://nowt.dyndns.org and submit it to mainline? I can do this thing, if you really think it would help. If you implement all the missing bits in the process it'll help ;-) Paul

Re: [Qemu-devel] RFC: This project needs a stable branch

2007-03-22 Thread Thiemo Seufer
Rob Landley wrote: On Thursday 22 March 2007 7:00 pm, Johannes Schindelin wrote: Hi, On Thu, 22 Mar 2007, Rob Landley wrote: On Tuesday 20 March 2007 6:19 pm, Julian Seward wrote: Limited effort is always a problem, granted. So here's a broader question, which I'm

Re: [Qemu-devel] RFC: This project needs a stable branch

2007-03-22 Thread Rob Landley
On Thursday 22 March 2007 7:29 pm, Thiemo Seufer wrote: Do you mean you're asking me to break up Paul Brook's QOPS tree at https://nowt.dyndns.org and submit it to mainline? I can do this thing, if you really think it would help. Seems a bit roundabout to submit Paul Brook's work to

Re: [Qemu-devel] RFC: This project needs a stable branch

2007-03-22 Thread Julian Seward
On Thursday 22 March 2007 23:27, Paul Brook wrote: Do you mean you're asking me to break up Paul Brook's QOPS tree at https://nowt.dyndns.org and submit it to mainline? I can do this thing, if you really think it would help. If you implement all the missing bits in the process it'll help

Re: [Qemu-devel] RFC: This project needs a stable branch

2007-03-22 Thread Johannes Schindelin
Hi, On Thu, 22 Mar 2007, Julian Seward wrote: On Thursday 22 March 2007 23:27, Paul Brook wrote: Do you mean you're asking me to break up Paul Brook's QOPS tree at https://nowt.dyndns.org and submit it to mainline? I can do this thing, if you really think it would help. If you

[Qemu-devel] qemu/target-mips cpu.h exec.h op.c op_helper.c ...

2007-03-22 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/03/23 00:43:28 Modified files: target-mips: cpu.h exec.h op.c op_helper.c translate.c Log message: Fix enough FPU/R2 support to get 24Kf going. CVSWeb URLs:

[Qemu-devel] [PATCH] Refresh of sem* implementation

2007-03-22 Thread Stuart Anderson
Attached is a refreshed patch w/ a couple of additional fixes. This patch provides an implementation of semaphore interfaces (semget(), semctl(), semop()) that consists mostly of the structure mapping needed for 32 bit guest on 64 host such as arm on x86_64.