Re: [Qemu-devel] SPARC iommu mapping

2006-05-03 Thread Joerg Platte
Am Montag, 17. April 2006 10:49 schrieb Blue Swirl: Hi! This command fails when installing kernel and modules: qemu-system-sparc -kernel vmlinux-2.6.11+tcx -cdrom debian-30r4-sparc-binary-1.iso -hda hd -initrd debian-30r4-sparc.initrd -nographic -append 'cdrom ramdisk_size=16384 devfs=mount

Re: [Qemu-devel] SPARC iommu mapping

2006-05-03 Thread Blue Swirl
swapper(1): Oops [#1] Which initrd did you use? It's the file /dists/stable/main/disks-sparc/current/images-1.44/root.bin as specified by /boot/silo.conf, from debian-30r4-sparc-binary-1.iso. _ Express yourself instantly with MSN

Re: [Qemu-devel] qemu/hw mips_r4k.c

2006-05-03 Thread Fabrice Bellard
Thiemo Seufer wrote: Fabrice Bellard wrote: CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Fabrice Bellard [EMAIL PROTECTED] 06/05/02 22:18:28 Modified files: hw : mips_r4k.c Log message: performance boost (on P4 hosts at

[Qemu-devel] qemu/target-i386 exec.h helper.c op.c

2006-05-03 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Fabrice Bellard [EMAIL PROTECTED] 06/05/03 19:17:26 Modified files: target-i386: exec.h helper.c op.c Log message: bswapq fix CVSWeb URLs:

Re: [Qemu-devel] MIPS interrupt handling

2006-05-03 Thread Fabrice Bellard
Thiemo Seufer wrote: Fabrice Bellard wrote: I just looked at the MIPS file target-mips/op_helper.c and I don't understand why IRQs need to be handled in op_helper.c:do_mtc0() with reg = 12. Register 12 is the cp0_status register, it defines which interrupts are masked/enabled/disabled.

Re: [Qemu-devel] qemu/hw mips_r4k.c

2006-05-03 Thread Thiemo Seufer
Fabrice Bellard wrote: Thiemo Seufer wrote: Fabrice Bellard wrote: CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Fabrice Bellard [EMAIL PROTECTED] 06/05/02 22:18:28 Modified files: hw : mips_r4k.c Log message: performance

Re: [Qemu-devel] MIPS interrupt handling

2006-05-03 Thread Thiemo Seufer
Fabrice Bellard wrote: Thiemo Seufer wrote: Fabrice Bellard wrote: I just looked at the MIPS file target-mips/op_helper.c and I don't understand why IRQs need to be handled in op_helper.c:do_mtc0() with reg = 12. Register 12 is the cp0_status register, it defines which interrupts are

[Qemu-devel] qemu/slirp ip_icmp.c main.h misc.c slirp.c sock...

2006-05-03 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Fabrice Bellard [EMAIL PROTECTED] 06/05/03 19:58:17 Modified files: slirp : ip_icmp.c main.h misc.c slirp.c socket.c tcp_subr.c udp.c Log message: separate

[Qemu-devel] qemu VERSION Changelog

2006-05-03 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Fabrice Bellard [EMAIL PROTECTED] 06/05/03 20:15:47 Modified files: . : VERSION Changelog Log message: update CVSWeb URLs:

[Qemu-devel] QEMU 0.8.1

2006-05-03 Thread Fabrice Bellard
Hi, QEMU version 0.8.1 is available at http://bellard.org/qemu/download.html. version 0.8.1: - USB tablet support (Brad Campbell, Anthony Liguori) - win32 host serial support (Kazu) - PC speaker support (Joachim Henke) - IDE LBA48 support (Jens Axboe) - SSE3 support - Solaris port

[Qemu-devel] qemu/slirp udp.c

2006-05-03 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Fabrice Bellard [EMAIL PROTECTED] 06/05/03 20:53:46 Modified files: slirp : udp.c Log message: UDP broadcast translation error (Mark Jonckheere) CVSWeb URLs:

Re: [Qemu-devel] QEMU 0.8.1

2006-05-03 Thread Christian MICHON
mingw32 build breaks on ssize_t which should be long instead on win32 (see previous post on vnc.c). beyond this little detail, compiled version works fine on win32 (I'll do more testing tomorrow). do we need kqemu-1.3.0pre6.tar.gz for this version or a newer kqemu ? On 5/3/06, Fabrice Bellard

[Qemu-devel] qemu vnc.c

2006-05-03 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Fabrice Bellard [EMAIL PROTECTED] 06/05/03 21:18:59 Modified files: . : vnc.c Log message: removed ssize_t for win32 compatibility CVSWeb URLs:

[Qemu-devel] qemu/pc-bios bios.bin bios.diff

2006-05-03 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Fabrice Bellard [EMAIL PROTECTED] 06/05/03 21:24:55 Modified files: pc-bios: bios.bin bios.diff Log message: more correct e820 ranges for ACPI compatibility CVSWeb URLs:

[Qemu-devel] qemu ./Makefile.target ./vl.c ./vl.h hw/pc.c hw...

2006-05-03 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Fabrice Bellard [EMAIL PROTECTED] 06/05/03 22:02:44 Modified files: . : Makefile.target vl.c vl.h hw : pc.c Added files: hw : acpi.c acpi-dsdt.dsl

[Qemu-devel] [PATCH] Allow user to configure -net user subnet

2006-05-03 Thread Ed Swierk
In environments where the 10.0.2.0/24 subnet is already used for another purpose, it's useful to be able to configure a different -net user (slirp) subnet, such as 192.168.100.0/24. The attached patch adds a subnet option to -user net. Currently only /24 subnets (mask 255.255.255.0) are