From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GdVxX-0005rD-Cy for qemu-devel@nongnu.org; Fri, 27 Oct 2006 13:57:35 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GdVxQ-0005hy-To for qemu-devel@nongnu.org; Fri, 27 Oct 2006 13:57:34 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GdVxQ-0005hp-OG for qemu-devel@nongnu.org; Fri, 27 Oct 2006 13:57:28 -0400 Received: from [213.246.41.166] (helo=vds06s02.yellis.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GdVxQ-0000ec-Qj for qemu-devel@nongnu.org; Fri, 27 Oct 2006 13:57:28 -0400 Received: from [192.168.1.14] (82-69-49-163.dsl.in-addr.zen.co.uk [82.69.49.163]) by vds06s02.yellis.net (Postfix) with ESMTP id 62FBFD8596 for ; Fri, 27 Oct 2006 19:57:20 +0200 (CEST) From: Emmanuel Pellereau Subject: Re: [Qemu-devel] Manage VM and Moniter Date: Fri, 27 Oct 2006 18:57:15 +0100 References: <93ad97c80610230541x36c677d6x385aa682102c8f3c@mail.gmail.com> In-Reply-To: <93ad97c80610230541x36c677d6x385aa682102c8f3c@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200610271857.15689.qemu-devel@pellereau.net> 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 You can try: $: mkfifo command $: qemu -serial pipe:command debian Hope it helps Le Lundi 23 Octobre 2006 13:41, TheMoon Seeker a =E9crit=A0: > Hello, > > I would like to manage VM from the host by using the -serial pipe. I try > this but that doesn't work: > > $: mknode command > $: qemu -serial pipe:command debian > > Then I try to read the message from the command pipe : > > $: cat command > > Nothing append.. > > I try to send command to the vm > > $: echo "root" > command > > Nothin append.. > > WHAT'S WRONG? Is there another way to manage the vm's? > > And how can I manage the moniter to suspend stop the emulation? Is there a > similar solution' > > Thank you! > > Francis!