summary refs log tree commit diff
path: root/devices/src/serial.rs
Commit message (Expand)AuthorAge
* devices: add SerialDevice traitDaniel Verkamp2020-04-23
* arch, devices: move serial creation to archDaniel Verkamp2020-04-23
* Serial: add input path overriding stdin for --serialIliyan Malchev2020-04-19
* Allow all serial port types to read from stdinJorge E. Moreira2020-03-11
* devices: remove user_command from proxy deviceZach Reizner2020-01-09
* devices: jail serial deviceZach Reizner2019-10-10
* Allow to connect standard input to a serial port other than the guest consoleJorge E. Moreira2019-08-03
* serial: fix clippy warningsJakub Staron2019-06-08
* devices: serial: implement MSR loop behaviorDaniel Verkamp2019-05-23
* crosvm: Implement the file type for serial portsJorge E. Moreira2019-05-22
* crosvm: add cmdline flags for configuring serial outputs in guest machineTrent Begin2019-05-15
* edition: Fill in macro importsDavid Tolnay2019-04-15
* edition: Use dyn syntax for trait objectsDavid Tolnay2019-04-08
* edition: Update absolute paths to 2018 styleDavid Tolnay2019-03-13
* error: Print errors using Display implDavid Tolnay2019-02-20
* crosvm: add debug labels to devices for improved SIGCHLD logsZach Reizner2019-01-26
* sync: Mutex type with methods that panic instead of return errorDavid Tolnay2018-12-05
* cargo fmt all source codeZach Reizner2018-10-09
* Move crosvm/hw to a new devices moduleDylan Reid2017-10-09