Re: [Qemu-devel] qemu-i386 segfaults when running wine on a x86 CPU?

2006-06-03 Thread Johannes Schindelin
Hi, On Fri, 2 Jun 2006, James Supancic wrote: But, I am using a version of wine on Linux compiled for Linux? wine is a Linux program is it not? Well, partly so. It actually does quite a lot of fiddling to fake a Windows memory layout for one. I remember that there were some problems with

[Qemu-devel] qemu/hw esp.c

2006-06-03 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Paul Brook [EMAIL PROTECTED] 06/06/03 14:19:19 Modified files: hw : esp.c Log message: SATN fixes (Blue Swirl). CVSWeb URLs:

[Qemu-devel] qemu/hw scsi-disk.c

2006-06-03 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Paul Brook [EMAIL PROTECTED] 06/06/03 14:23:34 Modified files: hw : scsi-disk.c Log message: More SCSI commands (Blue Swirl). CVSWeb URLs:

Re: [Qemu-devel] SCSI fixes

2006-06-03 Thread Paul Brook
On Wednesday 31 May 2006 20:15, Blue Swirl wrote: I added some new SCSI commands, which are used by Linux. Hmm, this sounds like a partially a Linux bug. The qemu devices only report SCSI-3 rev 1, which doesn't define some of these commands. However implementing them seems harmless so I've

[Qemu-devel] FreeOsZoo is now a wiki

2006-06-03 Thread Stefano Marinelli
Hello everybody. I'd like to announce that, from now on, the FreeOsZoo will be a wiki site. We're setting it up, still deciding some policies, but it will be more organized. Each image will be perfectly categorized (For example: Os images - Linux - Debian - debian 3.1r2) and will have its page,

[Qemu-devel] Can't set breakpoint in gdb using qemu -s on x86_64

2006-06-03 Thread Robin Green
I'm trying to debug the Linux kernel using qemu's -s option. When I try to set a breakpoint, it fails as follows: $ gdb /lib/modules/2.6.16.18-1.debug.x86_64/vmlinux GNU gdb 6.4 Copyright 2005 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you

Re: [Qemu-devel] SCSI fixes

2006-06-03 Thread Blue Swirl
Hmm, this sounds like a partially a Linux bug. The qemu devices only report SCSI-3 rev 1, which doesn't define some of these commands. If I remember correctly, Linux uses the commands even if the device claims conformance to SCSI-1 (like it was before the SCSI reorg). However implementing

[Qemu-devel] RTC fix/Sparc32

2006-06-03 Thread Blue Swirl
Hardware clock in Sparc32 is based on the year 1968, not from the start of century. Currently hwclock reads year 2006 as year 1974, fix attached. I included also the MMU fix required for correct no-fault mode handling for userland faults, please apply. I installed Debian 3.1r1 from scratch