Displaying 1 result from an estimated 1 matches for "hvm_serial".
2008 Apr 10
0
reverse proxy
Hi,
I was looking around to find a way to connect to a serial console of a guest
system. Lucky enough I''ve been told about hvm_serial VM configuration
paramater that allows to pass arguments to "-serial" of qemu. Since one
doesn''t really know where will the HVM execute, a proxy is needed, so the
output of the console can be sent to a proxy, and then a client can connect
to the same proxy to interact with the co...