Re: [Qemu-devel] about NICs

2007-09-15 Thread Sebastien WILLEMIJNS
On Fri, 14 Sep 2007 23:25:13 +0200, Christian MICHON [EMAIL PROTECTED] said: Honestly, I thought that NE2000 *was* the de facto standard :P Really ? Look at the other virtualizers/emulators: Realtek RTL8139 is the standard eth0 for MS VirtualPC 2007 it is true NE2K was included by default

Re: [Qemu-devel] about NICs

2007-09-15 Thread Sebastien WILLEMIJNS
On Fri, 14 Sep 2007 23:25:13 +0200, Christian MICHON [EMAIL PROTECTED] said: Honestly, I thought that NE2000 *was* the de facto standard :P Really ? Look at the other virtualizers/emulators: Realtek RTL8139 is the standard eth0 for MS VirtualPC 2007 it is true NE2K was included by

[Qemu-devel] Solaris x86_64 configure patch

2007-09-15 Thread Ben Taylor
By default, uname -i returns i86pc on i386 or x86_64 system. This patch makes it possible to for Solaris systems to get the right hardware type. --- qemu.ORIG/configure 2007-08-24 21:37:51.0 -0400 +++ qemu/configure 2007-09-15 08:53:34.288345000 -0400 @@ -155,6 +155,12 @@

[Qemu-devel] configure white space cleanup

2007-09-15 Thread Ben Taylor
just cleaning up some annoying at the end of some lines --- qemu/configure.ORIG 2007-09-15 08:58:23.283818000 -0400 +++ qemu/configure 2007-09-15 08:58:34.878425000 -0400 @@ -409,7 +409,7 @@ oss=no fi -# Check for gcc4, error if pre-gcc4 +# Check for gcc4, error if pre-gcc4 if

Re: [Qemu-devel] Solaris x86_64 configure patch

2007-09-15 Thread Ben Taylor
Corrected version of the patch. --- qemu.ORIG/configure 2007-08-24 21:37:51.0 -0400 +++ qemu/configure 2007-09-15 09:07:47.928893000 -0400 @@ -155,6 +155,12 @@ install=ginstall needs_libsunmath=no solarisrev=`uname -r | cut -f2 -d.` +# have to select again,

Re: [Qemu-devel] about NICs

2007-09-15 Thread Soren Hansen
On Fri, Sep 14, 2007 at 09:07:35PM +0200, Sebastien WILLEMIJNS wrote: i noticed ubuntu LiveCD 7.04 QEMU emulation now only works with RTL8139 NICs (because NE2K drivers seems has been deleted from ISO) ne2k-pci is on the Fiesty CD's. Which one did you need? -- Soren Hansen Ubuntu Server Team

Re: [Qemu-devel] about NICs

2007-09-15 Thread Sebastien WILLEMIJNS
On Sat, 15 Sep 2007 15:23:57 +0200, Soren Hansen [EMAIL PROTECTED] said: On Fri, Sep 14, 2007 at 09:07:35PM +0200, Sebastien WILLEMIJNS wrote: i noticed ubuntu LiveCD 7.04 QEMU emulation now only works with RTL8139 NICs (because NE2K drivers seems has been deleted from ISO) ne2k-pci is on

Re: [Qemu-devel] about NICs

2007-09-15 Thread Sebastien WILLEMIJNS
On Sat, 15 Sep 2007 15:23:57 +0200, Soren Hansen [EMAIL PROTECTED] said: On Fri, Sep 14, 2007 at 09:07:35PM +0200, Sebastien WILLEMIJNS wrote: i noticed ubuntu LiveCD 7.04 QEMU emulation now only works with RTL8139 NICs (because NE2K drivers seems has been deleted from ISO) ne2k-pci is on

Re: [Qemu-devel] Re: PATCH, RFC: Generic DMA framework

2007-09-15 Thread Blue Swirl
I made a first implementation of this concept. CPU-bus uses southbound functions, device-CPU northbound ones. The system is not symmetric, the device address range allocation could well be separate. What do you think? Index: qemu/cpu-all.h

[Qemu-devel] Re: about NICs

2007-09-15 Thread Ben Pfaff
Christian MICHON [EMAIL PROTECTED] writes: Look at the other virtualizers/emulators: Realtek RTL8139 is the standard eth0 for MS VirtualPC 2007 I have not checked Parallels for ages but I believe it was the case too. VMware has pcnet32 (older versions) and e1000 (newer versions) NICs. --

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

2007-09-15 Thread Ben Taylor
Compiling the latest CVS code, I found that a function in vl.c uses a define called ULONG_LONG_MAX. The value is defined in solaris's sys/types.h, but only on _LP64 builds, so 32-bit builds won't pickup if I redefine it as ULONG_MAX. I'm looking for comments on this patch. --- qemu.ORIG/vl.h

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

2007-09-15 Thread Johannes Schindelin
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 18446744073709551615UL +#endif + These constants are always defined,

[Qemu-devel] qemu disk model

2007-09-15 Thread Diwaker Gupta
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi list, Does Qemu's disk model handle I/O requests serially? Or can it handle multiple concurrent requests? From reading block.c, it looks like the former, but I wanted to confirm. TIA, Diwaker - -- http://floatingsun.net/ -BEGIN PGP