[Qemu-devel] [PATCH] hw/pxa2xx_dma.c

2007-11-15 Thread Thorsten Zitterell
The following patch fixes the problem that DMA transfers are not performed when the DCSR_STOPINTR bit is set. -- Thorsten Index: hw/pxa2xx_dma.c === RCS file: /sources/qemu/qemu/hw/pxa2xx_dma.c,v retrieving revision 1.5 diff -u

[Qemu-devel] [PATCH] Gumstix board support

2007-11-15 Thread Thorsten Zitterell
Hi. The following patch adds support for Gumstix connex boards. A working flash image (after unpacking) is http://omnibus.uni-freiburg.de/~zitteret/files/qemu/flash.bz2 Comments? -- Thorsten Index: Makefile.target === RCS file:

Re: [Qemu-devel] Help needed! dyngen: Unsupported ELF class

2007-11-15 Thread Ulrich Hecht
On Thursday 15 November 2007, test test wrote: -- -- dyngen: Unsupported ELF class make[1]: *** [op.h] Error 1 -- -- What's the problem?

[Qemu-devel] qemu/winME/98

2007-11-15 Thread [EMAIL PROTECTED]
Is it possible to get networking to work with ME/98 as guest ? No network device shows up in this case as in XP which works fine. Command I use; qemu -hda Win98.img -net nic,model=rtl8139 -net user

RE: [Qemu-devel] USB Asynchronous I/O

2007-11-15 Thread Arnon Gilboa
I believe you can do it similar to the way I did for isochronous transfers in usb-linux.c. Remember that using SUBMITURB and REAPURBNDELAY ioctls, you need to add another signal and signal handler for the async bulk, and there might be some issues in the ohci/uhci because they currently assume

[Qemu-devel] Guest OS kernel panic when using '-kernel-kqemu'

2007-11-15 Thread Paul Moore
I'm currently running into a problem when running recent Linux kernels as a guest under QEMU with KQEMU kernel acceleration. My problem is that early in the boot process the guest kernel panics, the host OS appears to be unaffected. The panic can be different depending on the guest Linux

Re: [Qemu-devel] qemu/winME/98

2007-11-15 Thread Ben Taylor
[EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Is it possible to get networking to work with ME/98 as guest ? No network device shows up in this case as in XP which works fine. Command I use; qemu -hda Win98.img -net nic,model=rtl8139 -net user maybe because you have to download

Re: [Qemu-devel] qemu/winME/98

2007-11-15 Thread [EMAIL PROTECTED]
Thanks Ben I understand. For some silly and flawed reason I assumed that it was an emulation driver from qemu recognized by windows. Reason for my assumption happened, since I cannot delete the RTL driver in WinXP and assumed it was somehow tied to qemu. Obviously I am wrong. Thanks for the

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

2007-11-15 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard bellard 07/11/15 15:27:03 Modified files: linux-user : main.c Log message: x86_64 fixes CVSWeb URLs:

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

2007-11-15 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard bellard 07/11/15 15:37:50 Modified files: linux-user : main.c Log message: force correct ppc64 cpu CVSWeb URLs:

[Qemu-devel] win98se guest regression

2007-11-15 Thread Ben Taylor
I have a couple of win98se guests that I keep around for testing and upgrade tests and the like. The current CVS code has no problem booting these images, but the first time I do anything (like read the cdrom, or change directories in windows explorer), the guest just hangs. This seems like a

[Qemu-devel] Guest OS kernel panic when using '-kernel-kqemu'

2007-11-15 Thread Paul Moore
I'm currently running into a problem when running recent Linux kernels as a guest under QEMU with KQEMU kernel acceleration. My problem is that early in the boot process the guest kernel panics, the host OS appears to be unaffected. The panic can be different depending on the guest Linux

Re: [Qemu-devel] [PATCH] add iommu version to sparc32

2007-11-15 Thread Blue Swirl
On 11/13/07, Robert Reif [EMAIL PROTECTED] wrote: Add iommu version to sparc32. Also reset iommu after initialization. Should the version be tied to CPU model instead of machine type? At least for Turbosparc this seems to be the case. Older CPUs may have separate chips for IU and IOMMU.

Re: [Qemu-devel] [PATCH] sparc32 asi cleanups and debug printf

2007-11-15 Thread Blue Swirl
On 11/10/07, Robert Reif [EMAIL PROTECTED] wrote: Blue Swirl wrote: DPRINTF_ASI would be nice. Here is a revised patch: Thanks. The patch didn't apply completely. I noticed that there are some too long lines, they should be wrapped. Module reset register should be in a different patch.

[Qemu-devel] qemu vl.c

2007-11-15 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook pbrook 07/11/15 19:04:09 Modified files: . : vl.c Log message: Init dumb display if no others available. CVSWeb URLs:

Re: [Qemu-devel] Alpha build failure: dyngen picking out a nameless symbol

2007-11-15 Thread Blue Swirl
On 11/14/07, Shaddy Baddah [EMAIL PROTECTED] wrote: Hi, I am building qemu from CVS, on a sun4u machine. I have used the following configure command to ensure a sun4m userland build: ../qemu/configure --prefix=/opt/qemu-cvs --sparc_cpu=v8 I get the following message confirming the use of

SV: [Qemu-devel] qemu Changelog Makefile.target cpu-exec.c qemu-...

2007-11-15 Thread Torbjörn Andersson
This seems great! But does this mean that QEMU has support for a subset of the ARM11 cores? Also, I'm curious about ARMs position to this. I know that there has been a licence clause that prohibits you from modelling ARM v6 CPU if you download the ARMARM for v6 on their homepage. Is this

Re: [Qemu-devel] [PATCH] add iommu version to sparc32

2007-11-15 Thread Robert Reif
Add iommu version to sparc32. Also reset iommu after initialization. Should the version be tied to CPU model instead of machine type? At least for Turbosparc this seems to be the case. On SMP systems the IOMMU is on the system board in a separate ASIC. On single CPU systems the

Re: [Qemu-devel] Alpha build failure: dyngen picking out a nameless symbol

2007-11-15 Thread Paul Brook
So gcc puts the zero constant to .rodata.cst8 and generates code to load the zero value from this location. This method is not supported by dyngen for Sparc, but ARM uses similar method for all (?) constants. Not quite. ARM puts constant pools inline with the code, not in rodata. This is a

[Qemu-devel] RFC: fix for random Qemu crashes

2007-11-15 Thread J. Mayer
Some may have experienced of having some Qemu builds crashing, apparently at random places, but in a reproducable way. I found one reason for this crashes: it appears that with the growth of the op.c file, there may be cases where we could reach the inlining limits of gcc. In such a case, gcc

Re: [Qemu-devel] [RFC][PATCH] fix sparc32 mxcc 64 bit read word order

2007-11-15 Thread Robert Reif
This patch fixes the word order for 64 bit reads of the mxcc registers. Index: target-sparc/op_helper.c === RCS file: /sources/qemu/qemu/target-sparc/op_helper.c,v retrieving revision 1.52 diff -p -u -r1.52 op_helper.c ---

[Qemu-devel] [PATCH] sparc32 fix MXCC error bit clearing

2007-11-15 Thread Robert Reif
Fix MXCC error register bit clearing. Index: target-sparc/op_helper.c === RCS file: /sources/qemu/qemu/target-sparc/op_helper.c,v retrieving revision 1.52 diff -p -u -r1.52 op_helper.c --- target-sparc/op_helper.c11 Nov 2007

[Qemu-devel] [PATCH] sparc32 add new MXCC register

2007-11-15 Thread Robert Reif
Add new MXCC register. Index: target-sparc/op_helper.c === RCS file: /sources/qemu/qemu/target-sparc/op_helper.c,v retrieving revision 1.52 diff -r1.52 op_helper.c 209a210,217 case 0x01c00c00: /* Module reset register */

Re: [Qemu-devel] RFC: fix for random Qemu crashes

2007-11-15 Thread andrzej zaborowski
Hi, On 16/11/2007, J. Mayer [EMAIL PROTECTED] wrote: Some may have experienced of having some Qemu builds crashing, apparently at random places, but in a reproducable way. I found one reason for this crashes: it appears that with the growth of the op.c file, there may be cases where we could

[Qemu-devel] [PATCH] sparc32 remove unnecessary 0xffffffff

2007-11-15 Thread Robert Reif
Remove unnecessary masking of lower word with 0x. Index: target-sparc/op_helper.c === RCS file: /sources/qemu/qemu/target-sparc/op_helper.c,v retrieving revision 1.52 diff -p -u -r1.52 op_helper.c --- target-sparc/op_helper.c

[Qemu-devel] Hardware virtualization with QEMU

2007-11-15 Thread [EMAIL PROTECTED]
From the slackbook WIKI; http://alien.slackbook.org/dokuwiki/doku.php?id=slackware:qemu; I quote below which relates to my questions: My questions are as follows: 1) I know -hdc and -cdrom cannot be called at the same time, but i have no luck getting an image to be mounted with -hdb or -hdd.

Re: [Qemu-devel] Hardware virtualization with QEMU

2007-11-15 Thread [EMAIL PROTECTED]
I soved (3) with this qemu -hda WinXP_Home.img -kernel-kqemu -usb -usbdevice host:04b4:8613 -net nic,model=rtl8139 -net user I can see the device and the intel hubs are running. Amazing, it is the first VM I see that even tries to address USB except for VMWARE. The remainder of the

Re: [Qemu-devel] Re: [PATCH] tget/tput deprecation

2007-11-15 Thread Thayne Harbaugh
On Wed, 2007-11-14 at 09:03 -0700, Thayne Harbaugh wrote: This patch deprecates tget/tput and replaces them with get_user() and put_user() which perform proper locking. It also checks return codes (in most places) and fails with EFAULT where appropriate. This version doesn't depend on

Re: [Qemu-devel] win98se guest regression

2007-11-15 Thread Ben Taylor
Ben Taylor [EMAIL PROTECTED] wrote: I have a couple of win98se guests that I keep around for testing and upgrade tests and the like. The current CVS code has no problem booting these images, but the first time I do anything (like read the cdrom, or change directories in windows