| Commit message (Expand) | Author | Age | Files | Lines |
* | virtio-serial: Consolidate guest_open/guest_close into set_guest_connected | Hans de Goede | 2013-03-27 | 1 | -4/+2 |
* | virtio: make virtio device's structures public. | KONRAD Frederic | 2013-03-18 | 1 | -0/+41 |
* | hw: include hw header files with full paths | Paolo Bonzini | 2013-03-01 | 1 | -2/+2 |
* | qdev: register all types natively through QEMU Object Model | Anthony Liguori | 2012-02-03 | 1 | -6/+0 |
* | virtio-serial: convert to QEMU Object Model | Anthony Liguori | 2012-01-27 | 1 | -37/+44 |
* | Use new macro QEMU_PACKED for packed structures | Stefan Weil | 2011-09-03 | 1 | -1/+1 |
* | virtio-serial: Drop redundant VirtIOSerialPort member info | Markus Armbruster | 2011-05-27 | 1 | -1/+0 |
* | virtio-serial: Drop useless property is_console | Markus Armbruster | 2011-05-27 | 1 | -3/+0 |
* | virtio-serial: Clean up virtconsole detection | Markus Armbruster | 2011-05-27 | 1 | -2/+6 |
* | virtio-serial-bus: use bh for unthrottling | Alon Levy | 2011-05-27 | 1 | -0/+5 |
* | virtio-serial: Use a struct to pass config information from proxy | Amit Shah | 2011-03-21 | 1 | -0/+5 |
* | virtio-serial: kill VirtIOSerialDevice | Gerd Hoffmann | 2011-02-24 | 1 | -7/+2 |
* | virtio-serial: Add support for flow control | Amit Shah | 2011-01-20 | 1 | -0/+17 |
* | virtio-serial: Let virtio-serial-bus know if all data was consumed | Amit Shah | 2011-01-20 | 1 | -3/+4 |
* | Move stdbool.h | Paul Brook | 2010-06-13 | 1 | -1/+0 |
* | virtio-serial: Implement flow control for individual ports | Amit Shah | 2010-04-28 | 1 | -0/+9 |
* | virtio-serial: Apps should consume all data that guest sends out / Fix virtio... | Amit Shah | 2010-04-28 | 1 | -3/+3 |
* | virtio-serial: Update copyright year to 2010 | Amit Shah | 2010-04-28 | 1 | -1/+1 |
* | virtio-serial: Use control messages to notify guest of new ports | Amit Shah | 2010-04-28 | 1 | -7/+10 |
* | virtio-serial-bus: Add ability to hot-unplug ports | Amit Shah | 2010-01-20 | 1 | -0/+1 |
* | virtio-serial-bus: Add a port 'name' property for port discovery in guests | Amit Shah | 2010-01-20 | 1 | -0/+8 |
* | virtio-serial-bus: Maintain guest and host port open/close state | Amit Shah | 2010-01-20 | 1 | -0/+6 |
* | virtio-console: qdev conversion, new virtio-serial-bus | Amit Shah | 2010-01-20 | 1 | -0/+158 |