...
maybe qemu should
fcntl(master_fd, F_SETFL, flags | O_NONBLOCK)
in qemu-char.c:qemu_char_open_pty()
and be prepared to handle E_WOULDBLOCK|E_AGAIN in
qemu-char.c:fd_chr_read() ... ?
--buck
[*] i think, b/c in the old version we are running, sometimes
the guest spits out the
LDBLOCK|E_AGAIN in
qemu-char.c:fd_chr_read() ... ?
--buck
[*] i think, b/c in the old version we are running, sometimes
the guest spits out the
^]
character to its console, and virsh console reads it and
doesn't check to see if its from stdin or the pty and exits,
wh
LOCK|E_AGAIN in
qemu-char.c:fd_chr_read() ... ?
--buck
[*] i think, b/c in the old version we are running, sometimes
- the guest spits out the
- ^]
- character to its console, and virsh console reads it and
- doesn't check to see if its from stdin or the pty and