Re: [Qemu-devel] Manage VM and Moniter

2006-10-27 Thread Emmanuel Pellereau
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

[Qemu-devel] Manage VM and Moniter

2006-10-23 Thread TheMoon Seeker
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