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

2007-11-13 Thread Jocelyn Mayer
CVSROOT:/sources/qemu Module name:qemu Changes by: Jocelyn Mayer 07/11/14 05:26:46 Modified files: target-ppc : translate.c Log message: Fix invalid PowerPC 64 rldimi optimized case. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-ppc/translate.

[Qemu-devel] qemu/target-mips translate_init.c

2007-11-13 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/11/14 03:11:17 Modified files: target-mips: translate_init.c Log message: Introduce 4KEm configuration with fixed MMU mapping. Delete bogus INSN_DSP flags. CVSWeb URLs: http://c

[Qemu-devel] change cdrom = no change

2007-11-13 Thread Tom Sparks
I am runing qemu 0.9.0 on windows I need to be able to change the cdrom i've been using change cdrom /dev/cdrom change cdrom d: change cdrom \\.\d: change cdrom xamigacd.iso both on real cdroms and also ISO cds I am geting noneting when I return to the emualtion and try to access the cdrom drive

[Qemu-devel] qemu/target-ppc translate.c translate_init.c

2007-11-13 Thread Jocelyn Mayer
CVSROOT:/sources/qemu Module name:qemu Changes by: Jocelyn Mayer 07/11/14 01:08:45 Modified files: target-ppc : translate.c translate_init.c Log message: Reorganize PowerPC instructions categories, add icbi separate case. Fix frsqrtes instruction opco

[Qemu-devel] qemu/hw ads7846.c usb-ohci.c

2007-11-13 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 07/11/13 22:52:54 Modified files: hw : ads7846.c usb-ohci.c Log message: Fix signed/unsigned comparisons in OHCI host. ADS7846 is partially compatible with TSC2046. CVS

Re: [Qemu-devel] [PATCH] Fix TLS support on x86

2007-11-13 Thread Fabrice Bellard
Thayne Harbaugh wrote: > On Tue, 2007-11-13 at 19:44 +0100, Stefan Weil wrote: >> Hi, >> >> I'd like to test user mode emulation on MIPS host. >> >> Do you have newer versions of your patches which match >> current CVS HEAD? TLS support is still missing there, >> so QEMU user mode emulation is not

[Qemu-devel] cdrom disc type - is this patch correct? (unbreaks recent FreeBSD guest's -cdrom access)

2007-11-13 Thread Juergen Lock
Hi! Yesterday I learned that FreeBSD 7.0-BETA2 guests will no longer read from the emulated cd drive, apparently because of this commit: http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/ata/atapi-cd.c.diff?r1=1.193;r2=1.193.2.1 The following patch file added to the qemu-devel port fixes

Re: [Qemu-devel] [PATCH 2/2][UPDATE] Add arg -drive to define new drive with more features

2007-11-13 Thread Laurent Vivier
Le mardi 13 novembre 2007 à 22:50 +0200, Blue Swirl a écrit : > On 11/13/07, Laurent Vivier <[EMAIL PROTECTED]> wrote: > > Attached is an updated patch (corrected as you want and with more check > > on -drive arguments) > > Sparc64 didn't compile until I added a MAX_IDE_BUS #define. > Right. Do

[Qemu-devel] qemu & samba

2007-11-13 Thread [EMAIL PROTECTED]
This should be my last post, thanks all for the kind help until users-group is active again. I have samba servers running and they work as other windows clients use them, but qemu/kqemu seemingly do not support samba. I can remeber something along those lines in Howtos read quite a while ago,

Re: [Qemu-devel] Re: KQemu require Intel VT or AMD-V processors ?

2007-11-13 Thread [EMAIL PROTECTED]
Hi Rick, I did that  $]qemu -hda WinXP_Home.img  -kernel-kqemu -net nic,model=rtl8139 -net user  -cdrom software.iso Still the same. Maybe the Macs do not reneder fast enough but I doubt it. It is no sweat really, it is usable for one BIG reason. Since Win4Lin does not support ntdll.dll newde

Re: [Qemu-devel] Re: KQemu require Intel VT or AMD-V processors ?

2007-11-13 Thread Rick Vernam
On Tuesday 13 November 2007 02:42:49 pm [EMAIL PROTECTED] wrote: > Ok I see what went wrong. > I accidentally had a XEN kernel still running so insmod did not work. > Now it works and the message disappeared. > > But, kqemu is not much faster than qemu. I perceive about 1.5x over a > 1gbit network

Re: [Qemu-devel] [PATCH 2/2][UPDATE] Add arg -drive to define new drive with more features

2007-11-13 Thread Blue Swirl
On 11/13/07, Laurent Vivier <[EMAIL PROTECTED]> wrote: > Attached is an updated patch (corrected as you want and with more check > on -drive arguments) Sparc64 didn't compile until I added a MAX_IDE_BUS #define. SS-600MP case is still missing from vl.c and the -drive help text is longer than 80 c

Re: [Qemu-devel] Re: KQemu require Intel VT or AMD-V processors ?

2007-11-13 Thread [EMAIL PROTECTED]
Ok I see what went wrong. I accidentally had a XEN kernel still running so insmod did not work. Now it works and the message disappeared. But, kqemu is not much faster than qemu. I perceive about 1.5x over a 1gbit network to a terminal through an x session. It is much much slower than win4lin,

[Qemu-devel] Re: KQemu require Intel VT or AMD-V processors ?

2007-11-13 Thread Jan Jezabek
[EMAIL PROTECTED] wrote: Question 1) Does KQemu require Intel VT or AMD-V processors ? Question 2) Qemu runs and XP as guest is working on a Linux FC7 host. I installed kqemu from sources (kqemu-1.3.0pre11.tar.gz) and it configured/mak/make install without errors. However, when I e.g. start

Re: [Qemu-devel] [PATCH] Fix TLS support on x86

2007-11-13 Thread Thayne Harbaugh
On Tue, 2007-11-13 at 19:44 +0100, Stefan Weil wrote: > Hi, > > I'd like to test user mode emulation on MIPS host. > > Do you have newer versions of your patches which match > current CVS HEAD? TLS support is still missing there, > so QEMU user mode emulation is not really usable without > worki

Re: [Qemu-devel] [PATCH] Fix TLS support on x86

2007-11-13 Thread Stefan Weil
Hi, I'd like to test user mode emulation on MIPS host. Do you have newer versions of your patches which match current CVS HEAD? TLS support is still missing there, so QEMU user mode emulation is not really usable without working patches. Regards Stefan Alexander Graf schrieb: > Hi, > > these ar

[Qemu-devel] KQemu require Intel VT or AMD-V processors ?

2007-11-13 Thread [EMAIL PROTECTED]
Question 1) Does KQemu require Intel VT or AMD-V processors ? Question 2) Qemu runs and XP as guest is working on a Linux FC7 host. I installed kqemu from sources (kqemu-1.3.0pre11.tar.gz) and it configured/mak/make install without errors. However, when I e.g. start a VM, I still get the fol

Re: [Qemu-devel] s390 host support

2007-11-13 Thread Ulrich Hecht
On Tuesday 13 November 2007, Bastian Blank wrote: > Please describe the environment you work in, including compiler > versions and patchsets. gcc 3.3 (Hammer branch, really vintage stuff) with recent (2.18.50) binutils. We already use gcc 4 for targets where the old one won't work (ia64 and ppc6

Re: [Qemu-devel] s390 host support

2007-11-13 Thread Bastian Blank
On Mon, Nov 12, 2007 at 06:14:43PM +0100, Ulrich Hecht wrote: > On Saturday 10 November 2007, Bastian Blank wrote: > > Thimo Seufer asked me to check if the s390 host supports works at all. > > It did not even build, dyngen failed. > A 31-bit build of the CVS code works fine for me. Please describ