From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gbz7y-0005p6-JZ for qemu-devel@nongnu.org; Mon, 23 Oct 2006 08:42:02 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gbz7u-0005km-Ny for Qemu-devel@nongnu.org; Mon, 23 Oct 2006 08:42:02 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gbz7u-0005kf-GU for Qemu-devel@nongnu.org; Mon, 23 Oct 2006 08:41:58 -0400 Received: from [64.233.162.207] (helo=nz-out-0102.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Gbz7u-0007eo-HC for Qemu-devel@nongnu.org; Mon, 23 Oct 2006 08:41:58 -0400 Received: by nz-out-0102.google.com with SMTP id 9so795717nzo for ; Mon, 23 Oct 2006 05:41:57 -0700 (PDT) Message-ID: <93ad97c80610230541x36c677d6x385aa682102c8f3c@mail.gmail.com> Date: Mon, 23 Oct 2006 14:41:56 +0200 From: "TheMoon Seeker" MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_138419_28834616.1161607316861" Subject: [Qemu-devel] Manage VM and Moniter 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 ------=_Part_138419_28834616.1161607316861 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline 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! ------=_Part_138419_28834616.1161607316861 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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!
------=_Part_138419_28834616.1161607316861--