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 pi
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 debianThen I try to read the message from the command pipe :
$: cat commandNothing append..I try to send command to the vm$: echo "root" > commandN