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

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 are now public.

[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

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] 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-devel] qemu/hw piix_pci.c

2007-01-15 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/01/15 17:08:08 Modified files: hw : piix_pci.c Log message: PIIX4 support, by Aurelien Jarno. CVSWeb URLs:

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

2007-01-15 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 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:

[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

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:

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

[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

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 I

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 to

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:

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

[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 ths 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