* Re: [Qemu-devel] qemu-cvs FreeBSD guests, cirrus, vmwarevga emulation - experimental qemu-devel FreeBSD port update available for testing
2008-01-06 22:44 [Qemu-devel] qemu-cvs FreeBSD guests, cirrus, vmwarevga emulation - experimental qemu-devel FreeBSD port update available for testing Juergen Lock
@ 2008-01-07 0:03 ` Carlo Marcelo Arenas Belon
2008-01-07 22:34 ` [Qemu-devel] " Juergen Lock
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Carlo Marcelo Arenas Belon @ 2008-01-07 0:03 UTC (permalink / raw)
To: qemu-devel, freebsd-emulation
On Sun, Jan 06, 2008 at 11:44:50PM +0100, Juergen Lock wrote:
> Also, still slirp causes qemu to crash on amd64 hosts when just
> trying to access a webpage from inside a guest.
I never though slirp will ever work in an amd64 (judging by all the pointer
<-> integer size mismatches) or any other LP64 architecture, regardless of
the guest OS being used, which is why I never even bother to test.
> So, can anyone reproduce any of these problems on e.g. a Linux host?
does anyone have a woking setup for slirp for linux 64bit hosts?
Carlo
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Qemu-devel] Re: qemu-cvs FreeBSD guests, cirrus, vmwarevga emulation - experimental qemu-devel FreeBSD port update available for testing
2008-01-06 22:44 [Qemu-devel] qemu-cvs FreeBSD guests, cirrus, vmwarevga emulation - experimental qemu-devel FreeBSD port update available for testing Juergen Lock
2008-01-07 0:03 ` Carlo Marcelo Arenas Belon
@ 2008-01-07 22:34 ` Juergen Lock
2008-01-08 19:43 ` [Qemu-devel] scsi emulation throughput (was: Re: qemu-cvs FreeBSD guests, cirrus, vmwarevga emulation - experimental qemu-devel FreeBSD port update available for testing) Juergen Lock
2008-01-09 9:37 ` [Qemu-devel] qemu-cvs FreeBSD guests, cirrus, vmwarevga emulation - experimental qemu-devel FreeBSD port update available for testing Laurent Vivier
3 siblings, 0 replies; 5+ messages in thread
From: Juergen Lock @ 2008-01-07 22:34 UTC (permalink / raw)
To: qemu-devel; +Cc: freebsd-emulation
On Sun, Jan 06, 2008 at 11:44:50PM +0100, Juergen Lock wrote:
> Hi!
>
> Yesterday (so, just before the qemu version commit...) I prepared a
> FreeBSD qemu-devel port update using the 2008-01-05_05 snapshot,
> http://people.freebsd.org/~nox/qemu/qemu-devel-20080105.patch
> and I already got a report of xorg 7.3 using the cirrus emulation in a
> FreeBSD 6.3 RC guest crashing with -kernel-kqemu, and hanging without it,
> which he said worked with the previous qemu cvs snapshot thats still in
> ports (2007-08-02_05.) -vmwarevga worked, but still had the old problem
> of causing the ne2kpci nic not to attach (ed0.) The i82557b nic can be
> used as a workaround (fxp0, its faster anyway), but I just verified with a
> FreeBSD 6.2 guest (you can use e.g. a FreeSBIE livecd iso, use `su' if
> you want to edit its /etc/X11/xorg.conf, after that exit the root shell
> and run `startx'; I gave qemu -m 256) that -vmwarevga also still causes
> the es1370 soundcard not to attach and I don't know a workaround for
> that. Also, still slirp causes qemu to crash on amd64 hosts when just
> trying to access a webpage from inside a guest.
Update for the cirrus problem: He just said that in fact it also occured
with the 2007-08-02_05 snapshot, so at least the problem is older.
>
> So, can anyone reproduce any of these problems on e.g. a Linux host?
> Also, more testing of the FreeBSD port update is certainly needed, also
> using non-FreeBSD guests, non-i386/amd64 targets, and the new -disk option
> (which I didn't yet test at all, it should e.g. allow scsi drives to be
> emulated, tho very likely FreeBSD host support for the scsi passthru
> feature still needs to be done, and io via qemu is probably too slow to
> burn a dvd anyway. :)
>
> Thanx,
> Juergen
>
> PS: I just see that 0.9.1 is actually out now, so I guess I should prepare
> an update to the qemu port instead, but not today... (and testing this one
> is still useful.)
Ok I have a 0.9.1 update now that currently building on tb3, please help
testing:
http://people.freebsd.org/~nox/qemu/qemu-0.9.1.patch
Thanx,
Juergen
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Qemu-devel] scsi emulation throughput (was: Re: qemu-cvs FreeBSD guests, cirrus, vmwarevga emulation - experimental qemu-devel FreeBSD port update available for testing)
2008-01-06 22:44 [Qemu-devel] qemu-cvs FreeBSD guests, cirrus, vmwarevga emulation - experimental qemu-devel FreeBSD port update available for testing Juergen Lock
2008-01-07 0:03 ` Carlo Marcelo Arenas Belon
2008-01-07 22:34 ` [Qemu-devel] " Juergen Lock
@ 2008-01-08 19:43 ` Juergen Lock
2008-01-09 9:37 ` [Qemu-devel] qemu-cvs FreeBSD guests, cirrus, vmwarevga emulation - experimental qemu-devel FreeBSD port update available for testing Laurent Vivier
3 siblings, 0 replies; 5+ messages in thread
From: Juergen Lock @ 2008-01-08 19:43 UTC (permalink / raw)
To: qemu-devel, freebsd-emulation
On Sun, Jan 06, 2008 at 11:44:50PM +0100, Juergen Lock wrote:
> Hi!
>
> Yesterday (so, just before the qemu version commit...) I prepared a
> FreeBSD qemu-devel port update using the 2008-01-05_05 snapshot,
> http://people.freebsd.org/~nox/qemu/qemu-devel-20080105.patch
> and I already got a report of xorg 7.3 using the cirrus emulation in a
> FreeBSD 6.3 RC guest crashing with -kernel-kqemu, and hanging without it,
> which he said worked with the previous qemu cvs snapshot thats still in
> ports (2007-08-02_05.) -vmwarevga worked, but still had the old problem
> of causing the ne2kpci nic not to attach (ed0.) The i82557b nic can be
> used as a workaround (fxp0, its faster anyway), but I just verified with a
> FreeBSD 6.2 guest (you can use e.g. a FreeSBIE livecd iso, use `su' if
> you want to edit its /etc/X11/xorg.conf, after that exit the root shell
> and run `startx'; I gave qemu -m 256) that -vmwarevga also still causes
> the es1370 soundcard not to attach and I don't know a workaround for
> that. Also, still slirp causes qemu to crash on amd64 hosts when just
> trying to access a webpage from inside a guest.
>
> So, can anyone reproduce any of these problems on e.g. a Linux host?
> Also, more testing of the FreeBSD port update is certainly needed, also
> using non-FreeBSD guests, non-i386/amd64 targets, and the new -disk option
(...which is now called -drive btw.)
> (which I didn't yet test at all, it should e.g. allow scsi drives to be
> emulated, tho very likely FreeBSD host support for the scsi passthru
> feature still needs to be done, and io via qemu is probably too slow to
> burn a dvd anyway. :)
Actually... I just played with -drive if=scsi and -kernel-kqemu in a
linux guest and a dd bs=64k from a 5MB file to /dev/null got me more
than 25 MB/s! While a similar dd off the emulated ide cdrom drive (I was
using a livecd iso, sidux-2007-04.5-200712260120-eros_xmas-kde-lite-i386.iso)
only gets me about a tenth of that. Can anyone reproduce this? :) This is
the first time I've seen qemu doing more than a few MB/s IO on this box...
Btw a FreeBSD (FreeSBIE) guest didn't get nearly as much, tho that may
partly be because the image I used was vfat and FreeBSD's msdosfs
is not exactly fast. (Or maybe scsi tags weren't enabled or something.)
Still surprised...
Juergen
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] qemu-cvs FreeBSD guests, cirrus, vmwarevga emulation - experimental qemu-devel FreeBSD port update available for testing
2008-01-06 22:44 [Qemu-devel] qemu-cvs FreeBSD guests, cirrus, vmwarevga emulation - experimental qemu-devel FreeBSD port update available for testing Juergen Lock
` (2 preceding siblings ...)
2008-01-08 19:43 ` [Qemu-devel] scsi emulation throughput (was: Re: qemu-cvs FreeBSD guests, cirrus, vmwarevga emulation - experimental qemu-devel FreeBSD port update available for testing) Juergen Lock
@ 2008-01-09 9:37 ` Laurent Vivier
3 siblings, 0 replies; 5+ messages in thread
From: Laurent Vivier @ 2008-01-09 9:37 UTC (permalink / raw)
To: qemu-devel; +Cc: freebsd-emulation
[-- Attachment #1: Type: text/plain, Size: 614 bytes --]
Le dimanche 06 janvier 2008 à 23:44 +0100, Juergen Lock a écrit :
> (which I didn't yet test at all, it should e.g. allow scsi drives to be
> emulated, tho very likely FreeBSD host support for the scsi passthru
> feature still needs to be done, and io via qemu is probably too slow to
> burn a dvd anyway. :)
Hi, just a comment: on linux, I've been able to burn a CD with the SCSI
passthrough...
Laurent
--
----------------- Laurent.Vivier@bull.net ------------------
"La perfection est atteinte non quand il ne reste rien à
ajouter mais quand il ne reste rien à enlever." Saint Exupéry
[-- Attachment #2: Ceci est une partie de message numériquement signée --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread