Displaying 2 results from an estimated 2 matches for "el632".
Did you mean:
el6.2
2015 Jan 05
1
Re: use of qemu-kvm --chardev pipe, id=X, path=... argument ?
...-vnc none -enable-kvm -chardev
pipe,id=0,path=/tmp/el6x32 -chardev tty,id=1,path=/dev/pts/4 -monitor
stdio -nodefaults
QEMU 0.12.1 monitor - type 'help' for more information
(qemu) info status
VM status: running
(qemu)
In another terminal I connect to the input pipe:
$ cat >>/tmp/el632.in
But no output appears on the /tmp/el6x32.out pipe ,
regardless of what is typed on the input pipe .
I want to issue the login commands and then set up the shell
to run commands echo'ed to the input pipe on the physical - eg. :
$ echo 'ls' > /tmp/el6x32.in
and read the output...
2015 Jan 05
2
use of qemu-kvm --chardev pipe, id=X, path=... argument ?
Please can anyone enlighten me as to why linux qemu-kvm always
creates the console on my terminal, when I am trying to direct
all of its input and output to a pipe ?
I have created :
$ mkfifo /tmp/el6x32{.in,.out,.monitor}
and use the command:
$ /usr/libexec/qemu-kvm -M rhel6.4.0 -cpu n270 -smp 1 \
-hda /home/rpmbuild/OEL6/img/OEL6_32.img \
-kernel