[Qemu-devel] [Bug 1213196] [NEW] -serial tcp should hang up when DTR goes low

2013-08-16 Thread Nathaniel Filardo
Public bug reported: In keeping with the spirit of serial modem control signals, de-asserting DTR should cause the TCP connection to break; asserting DTR should cause QEMU to initiate a new connection or for it to accept another (in server mode; this may involve waiting for one to arrive, too). *

[Qemu-devel] case A ... B:

2007-07-24 Thread Nathaniel Filardo
Greetings all. I am attempting to port QEMU to Plan 9 for the Google Summer of Code. A big chunk (in terms of diff line count) of the work that has been done on this before was to convert all the lines of the form case A ... B: to be individual case arms as required by Plan 9's C compiler. Th