* [Qemu-devel] Manage VM and Moniter
@ 2006-10-23 12:41 TheMoon Seeker
2006-10-27 17:57 ` Emmanuel Pellereau
0 siblings, 1 reply; 2+ messages in thread
From: TheMoon Seeker @ 2006-10-23 12:41 UTC (permalink / raw)
To: Qemu-devel
[-- Attachment #1: Type: text/plain, Size: 502 bytes --]
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!
[-- Attachment #2: Type: text/html, Size: 596 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] Manage VM and Moniter
2006-10-23 12:41 [Qemu-devel] Manage VM and Moniter TheMoon Seeker
@ 2006-10-27 17:57 ` Emmanuel Pellereau
0 siblings, 0 replies; 2+ messages in thread
From: Emmanuel Pellereau @ 2006-10-27 17:57 UTC (permalink / raw)
To: qemu-devel
You can try:
$: mkfifo command
$: qemu -serial pipe:command debian
Hope it helps
Le Lundi 23 Octobre 2006 13:41, TheMoon Seeker a écrit :
> 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!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-10-27 17:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-23 12:41 [Qemu-devel] Manage VM and Moniter TheMoon Seeker
2006-10-27 17:57 ` Emmanuel Pellereau
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).