CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/09/16 22:12:40
Modified files:
. : configure
Log message:
Solaris x86_64 configure patch, by Ben Taylor.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/configure?cvsroot=
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 fun
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 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 level 6
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/09/16 21:39:48
Modified files:
linux-user : syscall.c
Log message:
Add some missing checks for host syscalls.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/linux-user/syscall.c?c
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-cl
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 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:
http://cvs.savannah.gnu.org/viewcvs/q
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 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:
http://cvs.savannah.gnu.org/viewcvs/qemu
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 _
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
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"
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 18
11 matches
Mail list logo