From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BNyvY-0002xK-7a for qemu-devel@nongnu.org; Wed, 12 May 2004 14:58:00 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BNyuw-0002oD-KV for qemu-devel@nongnu.org; Wed, 12 May 2004 14:57:54 -0400 Received: from [193.252.22.27] (helo=mwinf0403.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BNypg-0001VB-2G for qemu-devel@nongnu.org; Wed, 12 May 2004 14:51:56 -0400 Message-ID: <40A272D3.8010309@bellard.org> Date: Wed, 12 May 2004 20:54:11 +0200 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] ask about simulating cluster using Qemu References: <200405071025.10908.a_mulyadi@telkom.net> In-Reply-To: <200405071025.10908.a_mulyadi@telkom.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: a_mulyadi@softhome.net, qemu-devel@nongnu.org Mulyadi Santosa wrote: > Hello all > > I have been following Qemu's development for about 3-4 months and I must say : > TOTALLY AWESOME !! > > OK, to the point, i want to ask several things: > 1. I have plan to simulate openMosix cluster....just 2 node for start. 1 node > is my real PC, and the other is Qemu emulated host. AFAIK, when I try to load > openMosix patched kernel (using 0.5.2), it got some errors on initial kernel > loading......sorry I lost the exact message > > What should I do to solve it, at least clues to debug it....? > > 2. should I use tmpfs mounted on /tmp to accelerate Qemu? User Mode Linux > suggest to use tmpfs....does Qemu use same method? Yes, but it matters only for qemu-fast. > 3. Is there any automation tools for generating disk image, more or less > similar with UMLBuilder for UML? So far, for creating one, I put Debian Woody > CDROM, boot it inside Qemu and install it into pre-made empty file..... No. But you can use tools from other projects. > 4. at certain interval, i got this message when running Debian: > "probable hardware bug: restoring chip configuration > probable hardware bug: clock timer configuration lost - probably a VIA686a > probable hardware bug: restoring chip configuration" It is a QEMU bug :-) Fabrice.