Re: [Qemu-devel] 4G address space remapping on 64-bit host

2007-07-03 Thread Blue Swirl
On 6/29/07, Fabrice Bellard [EMAIL PROTECTED] wrote: The kqemu part could be quite simple. A new execution mode could be added so that: - shadow page table faults generate a specific signal in the user guest code. - A kqemu syscall callable from the user guest code could be used to do the

[Qemu-devel] [PATCH] arm-gic error message fix

2007-07-03 Thread Adam Lackorzynski
Hi, this patch fixes two typos in the gic_cpu_write and gic_cpu_read functions of arm_gic.c. Index: arm_gic.c === RCS file: /sources/qemu/qemu/hw/arm_gic.c,v retrieving revision 1.5 diff -u -r1.5 arm_gic.c --- arm_gic.c 3 Jun

[Qemu-devel] qemu/hw iommu.c tcx.c

2007-07-03 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl blueswir1 07/07/03 09:55:04 Modified files: hw : iommu.c tcx.c Log message: Fix loadvm CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/iommu.c?cvsroot=qemur1=1.9r2=1.10

[Qemu-devel] [PATCH] Fix a typo

2007-07-03 Thread Stuart Brady
Hi, The patch below fixes the spelling of 'overridden' in several places. Please apply. Cheers, -- Stuart Brady Index: audio/alsaaudio.c === RCS file: /sources/qemu/qemu/audio/alsaaudio.c,v retrieving revision 1.9 diff -u -p -r1.9

[Qemu-devel] PATCH: fix configure for cygwin

2007-07-03 Thread Tristan Gingold
Hi, this patch fixes two minors issue for cygwin: * --disable-kqemu didn't work for this configuration (because overridden) * -mno-cygwin was missing in the final link. Tristan. qemu-mingw.diff Description: Binary data

Re: [Qemu-devel] How to try PXA270

2007-07-03 Thread Botond Kardos
On Sat, 2007-06-30 at 02:47 +0200, andrzej zaborowski wrote: Yes, the kernel in this tarball is for the Integrator board. There are some useful kernel and rootfs images at: http://pokylinux.org/autobuild/ http://pokylinux.org/releases/ (note: the qemuarm zImages are for Verstile, akita for

Re: [Qemu-devel] [PATCH] ARM7TDMI emulation

2007-07-03 Thread Ulrich Hecht
On Monday 02 July 2007 18:14, Ulrich Hecht wrote: Anyway, here's the 920T version. The magic numbers may or may not be correct. And here's an even better version that implements both 920T and 7TDMI (with base-updated aborts). CU Uli -- SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG

[Qemu-devel] [PATCH] no mmap for alsa

2007-07-03 Thread Alexander Graf
Hi, this is the last patch necessary to get pcm alsa running for i386-apps on ppc. Alsa does some fancy magic with mmap to share information with the kernel. This is completely fine as long as we're talking about arch(kernel) == arch(userspace), which apparently is not the case when using

Re: [Qemu-devel] [PATCH] no mmap for alsa

2007-07-03 Thread Alexander Graf
Oops, the patch did not compile. This is the updated version. Alex Index: qemu/linux-user/mmap.c === --- qemu.orig/linux-user/mmap.c +++ qemu/linux-user/mmap.c @@ -152,6 +152,9 @@ static int mmap_frag(target_ulong real_s return

Re: [Qemu-devel] [PATCH] Fix two typos

2007-07-03 Thread Chris Wilson
Hi Stefan, On Tue, 26 Jun 2007, Stefan Weil wrote: The appended patch fixes recieve - receive, seperat - separat and teh - the. Maybe this makes addition to CVS HEAD easier... Shouldn't that be separate not separat? (assuming this is an English language typo). Bernhard Fischer schrieb:

Re: [Qemu-devel] [PATCH] Fix two typos

2007-07-03 Thread Jason Gress
On Tuesday 03 July 2007 02:28:54 pm Chris Wilson wrote: Hi Stefan, On Tue, 26 Jun 2007, Stefan Weil wrote: The appended patch fixes recieve - receive, seperat - separat and teh - the. Maybe this makes addition to CVS HEAD easier... Shouldn't that be separate not separat? (assuming this is

Re: [Qemu-devel] rtl8139 not working with VISTA 32bit

2007-07-03 Thread Adnan Misherfi
Steven Hu wrote: This is a tested step by step enable the network and audio under vista32 on Xen. 1. Download latest Vista driver for the RTL8139 series cards from the Realtek site. There is one dated 2007/4/26, version 6.103. I used this file. 2. Install the files, follow setup. If your

[Qemu-devel] vnc with german keymap

2007-07-03 Thread Juergen Lock
Hi! I got a report yesterday of -vnc not working right with german keymaps (I hadn't really played with -vnc yet so I hadn't noticed), and came up with the following hack: (which still needs -k de, that just wasn't enough) Index: qemu/vnc.c @@ -763,7 +763,31 @@ { int keycode; +#if 1 +

Re: [Qemu-devel] sh4: more patches

2007-07-03 Thread Magnus Damm
On 6/25/07, Thiemo Seufer [EMAIL PROTECTED] wrote: Can you also provide a regression test like some of the other targets have? It would be very useful to detect breakage. Sure, what about the attached hello-sh4 test patch? And while at it I've attached two minor patches for fixing trapa

Re: [Qemu-devel] sh4: more patches

2007-07-03 Thread Magnus Damm
On 6/26/07, Blue Swirl [EMAIL PROTECTED] wrote: On 6/22/07, Magnus Damm [EMAIL PROTECTED] wrote: The method used to locate emulation bugs may be of value for other fellow qemu hackers. I've written a small gdb script that single steps in an endless loop dumping registers between each

[Qemu-devel] Time of day clock on arm?

2007-07-03 Thread Rob Landley
Does arm (versatilepb) have any kind of battery backed clock? I can't find a way to init the linux kernel's clock from the kernel command line, and if there's clock hardware that should be initializing it I haven't enabled the driver in the kernel config. It's coming up set to Jan 1 1970,