Re: [Qemu-devel] qemu segfault while booting with -isa

2005-05-13 Thread Thomas Schwinge
On Thu, May 05, 2005 at 07:04:10PM +0200, Damien tuX THEBAULT wrote: Thomas Schwinge wrote : When I start from gdb, I can see Uncompressing Linux... Ok, booting the kernel. This is the last message before the segfault. Ok, I can reproduce that. qemu shouldn't segfault whatever the guest OS

Re: [Qemu-devel] We want to example qemu and the accel-module in our distribution.

2005-05-13 Thread Paul Brook
On Friday 13 May 2005 04:14, Xuqing Kuang wrote: (B We checked bochs, vmware and qemu. (B Bochs need speed up and XP support, and Vmware isn't free software and (B we don't want to build it into our system. (B (Bkqemu isn't free software either. (B (BPaul (B (B

[Qemu-devel] request : qemu-smp as target

2005-05-13 Thread octane indice
Hello I have a request. Is it possible to make qemu-smp as a target? In short terms, to have a sort of qemu-x86-smp -n-cpu 4 -m 128 disk.img to emulate a quadri-CPU Is it : possible? planned for future? useless? an idea? Thanks - Etes vous

Re: [Qemu-devel] We want to example qemu and the accel-module in our distribution.

2005-05-13 Thread Christian MICHON
There are people out there already distributing kqemu, if I understand enough the following article. http://knoppix.guilinux.com/article.php?sid=1067 Did they get approval? Or are they just re-packaging qemu and asking the end-user to recompile kqemu module themselves ? -- Christian

Re: [Qemu-devel] We want to example qemu and the accel-module in our distribution.

2005-05-13 Thread Jason Gress
On Friday 13 May 2005 07:43 am, Christian MICHON wrote: There are people out there already distributing kqemu, if I understand enough the following article. http://knoppix.guilinux.com/article.php?sid=1067 Did they get approval? Or are they just re-packaging qemu and asking the end-user to

Re: [Qemu-devel] We want to example qemu and the accel-module in our distribution.

2005-05-13 Thread Leonardo E. Reiter
We are not distributing KQEMU. We ask our users to download it themselves. - Leo Christian MICHON wrote: There are people out there already distributing kqemu, if I understand enough the following article. http://knoppix.guilinux.com/article.php?sid=1067 Did they get approval? Or are they just

fat-assertion, was Re: [Qemu-devel] Re: Old DOS under Qemu

2005-05-13 Thread Johannes Schindelin
Hi, On Fri, 13 May 2005, Ronald wrote: By the way, I get an Assertion failed box when trying vfat: in block-vvfat.c line 752 Expression mapping-beginmapping-end, that's on win98, using fat: on linux works. Do you have 0 byte files in that directory perchance? Ciao, Dscho

[Qemu-devel] Re: fat-assertion, was Re: Re: Old DOS under Qemu

2005-05-13 Thread Ronald
Le Fri, 13 May 2005 17:02:05 +0200, Johannes Schindelin a écrit : Hi, On Fri, 13 May 2005, Ronald wrote: By the way, I get an Assertion failed box when trying vfat: in block-vvfat.c line 752 Expression mapping-beginmapping-end, that's on win98, using fat: on linux works. Do you have 0

Re: [Qemu-devel] Re: fat-assertion, was Re: Re: Old DOS under Qemu

2005-05-13 Thread Johannes Schindelin
Hi, On Fri, 13 May 2005, Ronald wrote: Le Fri, 13 May 2005 17:02:05 +0200, Johannes Schindelin a écrit : Do you have 0 byte files in that directory perchance? Yes, I have tried with My Documents which contained 3 directories, this works when the directory has files only inside. Okay,

[Qemu-devel] [patch] Arm saturating arithmetic bugs.

2005-05-13 Thread Paul Brook
The patch below fixes a couple of bugs in the arm saturating arithmetic instructions. It uses the correct registers, and makes sure the intermediate result is saturated properly. Paul ? target-arm/p Index: target-arm/op.c === RCS

Re: [Qemu-devel] patches for qemu-cvs on NetBSD

2005-05-13 Thread Jason Brittain
Hetz Ben Hamo wrote: Have you tried to see if the same problem appears with KQEMU installed on Linux host? Yes, I can confirm that the same thing happens with kqemu installed on Linux host with Linux guest. -- Jason Brittain ___ Qemu-devel mailing list

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

2005-05-13 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard [EMAIL PROTECTED] 05/05/13 22:50:48 Modified files: target-arm : translate.c Log message: ARM VFP dump fix (Paul Brook) CVSWeb URLs:

[Qemu-devel] qemu/target-arm op.c translate.c

2005-05-13 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard [EMAIL PROTECTED] 05/05/13 22:45:23 Modified files: target-arm : op.c translate.c Log message: ARM saturating arithmetic fixes (Paul Brook) CVSWeb URLs:

[Qemu-devel] qemu/hw pci.c

2005-05-13 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard [EMAIL PROTECTED] 05/05/13 23:08:15 Modified files: hw : pci.c Log message: handle the case where several PCI irqs share the same PIC irq CVSWeb URLs:

[Qemu-devel] qemu/linux-user arm-semi.c

2005-05-13 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard [EMAIL PROTECTED] 05/05/13 22:42:37 Modified files: linux-user : arm-semi.c Log message: open fix (Paul Brook) CVSWeb URLs: