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

2007-01-15 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/01/15 23:58:11 Modified files: . : Makefile.target vl.c vl.h Added files: hw : mips_malta.c Log message: MIPS Malta system and devices support, by Aurelien J

Re: [Qemu-devel] VirtualBox PC virtualization released as Open Source

2007-01-15 Thread Dan Shearer
On Mon, Jan 15, 2007 at 11:29:41PM +0100, Oliver Gerlich wrote: > It seems like VB doesn't use something like -kernel-kqemu; during Ubuntu > boot, host CPU was only used by userland apps, while with Qemu with > -kernel-kqemu 80% of host CPU was used by kernel. According to http://www.virtualbox.o

Re: [Qemu-devel] VirtualBox PC virtualization released as Open Source

2007-01-15 Thread Oliver Gerlich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Oliver Gerlich schrieb: > Hello, > > as I was just reading this on german newsticker heise.de: > http://www.heise.de/open/news/meldung/83680 > > Also on Slashdot: > http://it.slashdot.org/it/07/01/15/1631234.shtml > > And the original news: > http:/

Re: [Qemu-devel] Re: weird slirp problems (dns lookups stopped working, and maybe more) [PATCH]

2007-01-15 Thread Igor Kovalenko
On 1/12/07, Jason Wessel <[EMAIL PROTECTED]> wrote: I posted a similar patch last year, but it was not accepted for some reason. Making this change allows UDP nfs to work to a remote file server as well. I would recommend, making one further change as included in this patch. It allows KGDBOE t

Re: [Qemu-devel] Re: Virtualbox released under GPL2+

2007-01-15 Thread Hetz Ben Hamo
Who knows? I haven't seen any announcment from InnoTek on this list, and I surely hope that just like other people who improved QEMU, that they'll submit patches back. Thanks, Hetz On 1/15/07, Dan Shearer <[EMAIL PROTECTED]> wrote: Ok ok, so the list archives give no result for "Virtualbox" and

[Qemu-devel] Re: Virtualbox released under GPL2+

2007-01-15 Thread Dan Shearer
Ok ok, so the list archives give no result for "Virtualbox" and I only just rejoined... yes I now realise everyone else knwos all about VirtualBox. Sorry for the noise :-) -- Dan Shearer [EMAIL PROTECTED] ___ Qemu-devel mailing list Qemu-devel@nongnu

[Qemu-devel] Virtualbox released under GPL2+

2007-01-15 Thread Dan Shearer
See http://www.virtualbox.org , a code release by InnoTek Systemberatung GmbH. heard about this a few minutes ago. It's published under GPL2 or higher. Some bits (such as the recompiler) are published under LGPL2.1 or higher. There's 464k lines of .cpp files, 487k lines of .h files. Seems to hav

Re: [Qemu-devel] VirtualBox PC virtualization released as Open Source

2007-01-15 Thread Hetz Ben Hamo
What I don't see (and I hope they would answer) are any patches for QEMU which fixes things like installation of XP (the famous freeze), Vista, etc.. Anyone from InnoTek (I assume they're on the mailing list ) care to shed some light about patches, availability etc please? Thanks, Hetz On 1/15/

Re: [Qemu-devel] VirtualBox PC virtualization released as Open Source

2007-01-15 Thread Pierre Palatin
On Monday 15 January 2007 20:02, Oliver Gerlich wrote: > Hello, > > as I was just reading this on german newsticker heise.de: > http://www.heise.de/open/news/meldung/83680 > > Also on Slashdot: > http://it.slashdot.org/it/07/01/15/1631234.shtml > > And the original news: > http://www.virtualbox.org

[Qemu-devel] VirtualBox PC virtualization released as Open Source

2007-01-15 Thread Oliver Gerlich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, as I was just reading this on german newsticker heise.de: http://www.heise.de/open/news/meldung/83680 Also on Slashdot: http://it.slashdot.org/it/07/01/15/1631234.shtml And the original news: http://www.virtualbox.org/wiki/News Anyone knows

[Qemu-devel] Possible regression for Heathrow (PPC), with workaround

2007-01-15 Thread Stuart Brady
Hi, I've noticed a possible regression involving the Heathrow (PPC) machine, caused by the PCI IRQ sharing patch commited on 2006-09-24. The Debian Sarge (3.1) installer does not appear to run correctly since that commit, due to lost interrupts. (FWIW, I was following http://overselfresearch.com

[Qemu-devel] qemu vl.h hw/gt64xxx.c

2007-01-15 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/01/15 18:32:02 Modified files: . : vl.h Added files: hw : gt64xxx.c Log message: Gallileo GT64xxx support, by Aurelien Jarno. CVSWeb URLs: http://cvs.savann

[Qemu-devel] qemu/hw piix_pci.c

2007-01-15 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/01/15 17:08:08 Modified files: hw : piix_pci.c Log message: PIIX4 support, by Aurelien Jarno. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/piix_pci.c?cvsroot=qemu&r1=

[Qemu-devel] QEMU x86_64: sles 64, bug in modf()

2007-01-15 Thread Ludovic Drolez
Hi ! I've found a bug in Qemu x86_64 under a sles 64 10: conversion of floats to strings fails in some cases. For example, Ganglia (cluster monitoring software), shows random values and as well as PHP5 programs. I've trace a conversion and it seems that the modf() function is buggy under QEMU

Re: [Qemu-devel] QEMU 2in1 PC box

2007-01-15 Thread Jan Marten Simons
Just 2 links to point you in the right direction: http://www.linuxtoys.org/multiseat/multiseat.html http://cs.senecac.on.ca/~ctyler/ruby/ after setting up this environment you can use qemu on any of the seats to emulate windows if necessary. Regards, Jan __

[Qemu-devel] New multiple snapshot support for VMDK.

2007-01-15 Thread Igor Lvovsky
Hi all, It's the new patch for the multiple snapshot support for the VMDK format. I rewrote the previous one according to the new multiple snapshots concept, introduced by Fabrice. The snapshots can be created with standard way: qemu-img create –b base-image.vmdk –f vmdk snapshot-img-

Re: [Qemu-devel] [BUG] QEMU x86_64 SSE bug in modf()

2007-01-15 Thread Julian Seward
> > Would someone be able to track down this SSE QEMU bug seen only in SLES's > > modf() function ? The Valgrind sources contain test programs, including expected outputs, for all SSE/SSE2/SSE3 instructions on amd64 (see none/tests/amd64/insn-sse and insn-sse2). Running those on QEMU might be a

[Qemu-devel] Re: [BUG] QEMU x86_64 SSE bug in modf()

2007-01-15 Thread Ludovic Drolez
Carlo Marcelo Arenas Belon wrote: On Mon, Jan 15, 2007 at 11:18:01AM +0100, Ludovic Drolez wrote: Float to string conversion uses modf() but this function fails under QEMU and SLES 64, as you can see in this small test program below: pressume you mean running SLES 10 64bit as a guest under Q

Re: [Qemu-devel] [BUG] QEMU x86_64 SSE bug in modf()

2007-01-15 Thread Thiemo Seufer
Ludovic Drolez wrote: [snip] > Would someone be able to track down this SSE QEMU bug seen only in SLES's > modf() function ? Please test if this patch for qemu changes the behaviour. Thiemo Index: Makefile.target === RCS file: /s

Re: [Qemu-devel] Preliminary Malta platform support

2007-01-15 Thread Thiemo Seufer
Stefan Weil wrote: > Aurelien Jarno schrieb: > > Aurelien Jarno a écrit : > >> Hi, > >> > >> I have recently worked on adding support for the Malta platform [1] with > >> a CoreLV CPU in QEMU. Due to lack of time this is currently not > >> finished, but if you want to try, my preliminary patches ar

Re: [Qemu-devel] [BUG] QEMU x86_64 SSE bug in modf()

2007-01-15 Thread Carlo Marcelo Arenas Belon
On Mon, Jan 15, 2007 at 11:18:01AM +0100, Ludovic Drolez wrote: > > Float to string conversion uses modf() but this function fails under QEMU > and SLES 64, as you can see in this small test program below: pressume you mean running SLES 10 64bit as a guest under QEMU here. which version of qemu

[Qemu-devel] [BUG] QEMU x86_64 SSE bug in modf()

2007-01-15 Thread Ludovic Drolez
Hi ! I've found a bug in Qemu: conversion of floats to strings fails in some cases. For example, Ganglia (cluster monitoring software), shows random values and as well as PHP5 programs. Float to string conversion uses modf() but this function fails under QEMU and SLES 64, as you can see in this

[Qemu-devel] DMA timeouts running a FreeBSD guest with last CVS snapshot

2007-01-15 Thread Carlo Marcelo Arenas Belon
Greetings, while testing a snapshot from the last CVS tree with a freshly installed amd64 FreeBSD 6.2 guest I noticed the following errors at boot time : ad0: 2048MB at ata0-master WDMA2 ad0: FAILURE - READ_DMA timed out LBA=4194301 acd0: CDROM at ata1-master WDMA2 acd0: TIMEOUT - READ