Re: [Qemu-devel] Comment for Solaris fix for the HPTC

2007-09-16 Thread Ben Taylor
Johannes Schindelin [EMAIL PROTECTED] wrote: Hi Ben, On Sat, 15 Sep 2007, Ben Taylor wrote: +#ifdef __sun__ +/* Have to define this for Solaris as ULONG_LONG_MAX is not defined + anywhere. ULONG_MAX is correct only on _LP64 systems */ +#define ULONG_LONG_MAX

Re: [Qemu-devel] Re: about NICs

2007-09-16 Thread Filip Navara
Both of these cards have implementations for QEMU. The PCnet one is in the CVS for quite some time and the e1000 emulation was discussed on the mailing list some time ago, but wasn't merged (yet?). Best regards, Filip Navara On 9/15/07, Ben Pfaff [EMAIL PROTECTED] wrote: Christian MICHON

Re: [Qemu-devel] Comment for Solaris fix for the HPTC

2007-09-16 Thread Andreas Schwab
Ben Taylor [EMAIL PROTECTED] writes: Johannes Schindelin [EMAIL PROTECTED] wrote: Hi Ben, On Sat, 15 Sep 2007, Ben Taylor wrote: +#ifdef __sun__ +/* Have to define this for Solaris as ULONG_LONG_MAX is not defined + anywhere. ULONG_MAX is correct only on _LP64 systems */

Re: [Qemu-devel] Comment for Solaris fix for the HPTC

2007-09-16 Thread Johannes Schindelin
Hi, On Sun, 16 Sep 2007, Ben Taylor wrote: Johannes Schindelin [EMAIL PROTECTED] wrote: On Sat, 15 Sep 2007, Ben Taylor wrote: +#ifdef __sun__ +/* Have to define this for Solaris as ULONG_LONG_MAX is not defined + anywhere. ULONG_MAX is correct only on _LP64 systems */

[Qemu-devel] qemu vl.c

2007-09-16 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/09/16 19:53:43 Modified files: . : vl.c Log message: Use UINT64_MAX instead of ULONG_LONG_MAX, suggested by Andreas Schwab. CVSWeb URLs:

[Qemu-devel] qemu vl.c hpet.h

2007-09-16 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/09/16 20:03:23 Modified files: . : vl.c Added files: . : hpet.h Log message: Add a local copy of hpet.h. CVSWeb URLs:

[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 ths 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

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

2007-09-16 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/09/16 21:39:48 Modified files: linux-user : syscall.c Log message: Add some missing checks for host syscalls. CVSWeb URLs:

[Qemu-devel] qemu block-qcow.c block-qcow2.c block-vmdk.c bl...

2007-09-16 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/09/16 21:59:02 Modified files: . : block-qcow.c block-qcow2.c block-vmdk.c block_int.h qemu-img.c qemu-img.texi Log message: vmdk compatibility

Re: [Qemu-devel] Current CVS build errors on RH9

2007-09-16 Thread Thiemo Seufer
Robert Reif wrote: It's been a few months since I comipled from source so I just tried with current CVS and got these errors on RH9: /home/wine/qemu/linux-user/syscall.c: In function `sys_tgkill': /home/wine/qemu/linux-user/syscall.c:170: `__NR_tgkill' undeclared (first use in this

[Qemu-devel] qemu configure

2007-09-16 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/09/16 22:12:40 Modified files: . : configure Log message: Solaris x86_64 configure patch, by Ben Taylor. CVSWeb URLs: