[Qemu-devel] [PATCH] MIPS: add support for cvt.s.d and cvt.d.s

2006-09-28 Thread Aurelien Jarno
Hi, The patch below implements the cvt.s.d and cvt.d.s instructions for the mips target. They are need to be able to execute the cp and the find programs. Bye, Aurelien Index: target-mips/op.c === RCS file: /sources/qemu/qemu/targe

Re: [Qemu-devel] RAM overcomittment

2006-09-28 Thread Bill C. Riemers
I would suggest just the opposite, under  commit your ram.  If your base operating system is Linux, you can create your swap partitions under a host linux tmpfs directory.  You can then safely over commit the amount of tmpfs swap space.  The guest linux system will expect he swap to be slow, so it

[Qemu-devel] qemu-0.8.2 question..

2006-09-28 Thread Ishwar Rattan
I saw the file src/hw/lance.c. Is it the driver for amdlance NIC (as the one emulated in vmware)? -ishwar ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

[Qemu-devel] qemu/hw pci.c

2006-09-28 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook 06/09/28 19:52:59 Modified files: hw : pci.c Log message: PCI IRC routing fix. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/pci.c?cvsroot=qemu&r1=1.31&r2=1.32 ___

Re: [Qemu-devel] RAM overcomittment

2006-09-28 Thread James Oakley
On Wednesday 27 September 2006 6:59 pm, The MoonSeeker wrote: > Le 27 sept. 06 à 23:41, Paul Brook a écrit : > > qemu is just like any other application. It is only limited by how > > much > > virtual memory your OS can provide. ie. if you have sufficient swap > > you can > > have as many qemu inst

Re: [Qemu-devel] qemu/target-i386 helper.c

2006-09-28 Thread Jens Arm
Hi This is not fixing the DHCP-Errors: If I do a "ipconfig /renew" in W2k I get: DHCP-Server unreachable I start qemu like this: qemu -snapshot -m 384 office.dsk If I try with -no-acpi, W2k is not loading the Kernel. Jens On Wed, 27 Sep 2006 21:31:59 + Fabrice Bellard <[EMAIL P