From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DzFJY-0006iZ-Cz for qemu-devel@nongnu.org; Sun, 31 Jul 2005 11:01:22 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DzFJE-0006Z0-LR for qemu-devel@nongnu.org; Sun, 31 Jul 2005 11:01:02 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DzFJE-0006VH-7H for qemu-devel@nongnu.org; Sun, 31 Jul 2005 11:01:00 -0400 Received: from [65.74.133.11] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1DzFKE-0000n6-7c for qemu-devel@nongnu.org; Sun, 31 Jul 2005 11:02:02 -0400 From: Paul Brook Subject: Re: [Qemu-devel] Re: file system sharing Date: Sun, 31 Jul 2005 15:49:41 +0100 References: <200507310258.13169.mark.williamson@cl.cam.ac.uk> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200507311549.41571.paul@codesourcery.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org > one more question on this theme. How do I know when the guest OS has > finished booting? The reason I ask is I am planning on using ssh to > perform various operations on the guest OS once it's up. Just like a real machine, you don't. You need to configure the guest to tell the host when it's ready, or just keep trying until it succeeds. Paul