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
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
-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:/
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
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
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
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
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/
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
-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
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
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
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=
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
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
__
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-
> > 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
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
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
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
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
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
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
23 matches
Mail list logo