From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C0pSY-0001CV-Mf for qemu-devel@nongnu.org; Fri, 27 Aug 2004 18:44:38 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C0pSX-0001CJ-6C for qemu-devel@nongnu.org; Fri, 27 Aug 2004 18:44:38 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C0pSX-0001CG-3h for qemu-devel@nongnu.org; Fri, 27 Aug 2004 18:44:37 -0400 Received: from [129.104.30.34] (helo=a.mx.polytechnique.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C0pNh-0006YX-0a for qemu-devel@nongnu.org; Fri, 27 Aug 2004 18:39:37 -0400 Message-ID: <412FB842.9080401@bellard.org> Date: Sat, 28 Aug 2004 00:40:02 +0200 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] QEMU with KNOPPIX References: <20040825.160907.02296554.k.suzaki@aist.go.jp> <1093428159.16123.737.camel@aragorn> <20040826.141903.78715588.k.suzaki@aist.go.jp> <1093500780.21464.780.camel@aragorn> In-Reply-To: <1093500780.21464.780.camel@aragorn> 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: jhoger@pobox.com, qemu-devel@nongnu.org John R. Hogerhuis wrote: > On Wed, 2004-08-25 at 22:19, Kuniyasu Suzaki wrote: > > >>If you have any suggestions, please post. > > > Need to think of some ways to speed it up. It took several minutes to > load. > > Where are the possible optimizations? > > Could we do a "save state" type operation and jump straight to loaded > Knoppix desktop? Doing a save state and a restore state is a very good idea. The KNOPPIX "boot" would be instantaneous. The current load/save code is almost ready to do that. There are still problems with timers, PCI and network, but it should be easy to solve. Fabrice.