Age | Commit message (Expand) | Author | Files | Lines |
2013-01-10 | Make all static TypeInfos const | Andreas Färber | 1 | -2/+2 |
2012-12-19 | softmmu: move remaining include files to include/ subdirectories | Paolo Bonzini | 1 | -1/+1 |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini | 1 | -1/+1 |
2012-02-15 | qom: Unify type registration | Andreas Färber | 1 | -8/+4 |
2012-02-03 | qdev: register all types natively through QEMU Object Model | Anthony Liguori | 1 | -12/+16 |
2012-01-27 | virtio-serial: convert to QEMU Object Model | Anthony Liguori | 1 | -26/+43 |
2012-01-27 | qdev: move qdev->info to class | Anthony Liguori | 1 | -1/+1 |
2012-01-13 | virtio-console: no need to remove char handlers explicitly | Amit Shah | 1 | -17/+0 |
2011-12-21 | virtio-console: Properly initialise class methods | Amit Shah | 1 | -3/+6 |
2011-12-21 | virtio-console: Check if chardev backends available before calling into them | Amit Shah | 1 | -0/+11 |
2011-08-22 | char: rename qemu_chr_guest_close() -> qemu_chr_fe_close() | Anthony Liguori | 1 | -1/+1 |
2011-08-22 | char: rename qemu_chr_guest_open() -> qemu_chr_fe_open() | Anthony Liguori | 1 | -1/+1 |
2011-08-22 | char: rename qemu_chr_write() -> qemu_chr_fe_write() | Anthony Liguori | 1 | -1/+1 |
2011-07-23 | virtio-serial: Turn props any virtio-serial-bus device must have into bus props | Markus Armbruster | 1 | -4/+0 |
2011-07-18 | virtio-console: Prevent abort()s in case of host chardev close | Amit Shah | 1 | -1/+15 |
2011-07-18 | virtio-console: Add some trace events | Amit Shah | 1 | -1/+8 |
2011-05-27 | virtio-console: Simplify init callbacks | Markus Armbruster | 1 | -26/+9 |
2011-05-27 | virtio-serial: Drop redundant VirtIOSerialPort member info | Markus Armbruster | 1 | -3/+6 |
2011-05-27 | virtio-serial: Drop useless property is_console | Markus Armbruster | 1 | -2/+0 |
2011-05-27 | virtio-serial: Clean up virtconsole detection | Markus Armbruster | 1 | -2/+3 |
2011-04-28 | virtio-console: notify backend of guest open / close | Hans de Goede | 1 | -0/+18 |
2011-03-21 | virtio-console: Keep chardev open for other users after hot-unplug | Amit Shah | 1 | -1/+5 |
2011-03-21 | virtio-serial: Don't clear ->have_data() pointer after unplug | Amit Shah | 1 | -1/+0 |
2011-03-21 | virtio-serial: Disallow generic ports at id 0 | Amit Shah | 1 | -0/+9 |
2011-02-24 | virtio-serial: kill VirtIOSerialDevice | Gerd Hoffmann | 1 | -11/+6 |
2011-01-20 | virtio-serial: Let virtio-serial-bus know if all data was consumed | Amit Shah | 1 | -2/+2 |
2011-01-19 | virtio-console: Remove unnecessary braces | Amit Shah | 1 | -2/+1 |
2011-01-19 | virtio-console: Factor out common init between console and generic ports | Amit Shah | 1 | -17/+14 |
2010-04-28 | virtio-serial: Apps should consume all data that guest sends out / Fix virtio... | Amit Shah | 1 | -5/+2 |
2010-04-28 | virtio-serial: Update copyright year to 2010 | Amit Shah | 1 | -1/+1 |
2010-04-28 | virtio-serial: Use control messages to notify guest of new ports | Amit Shah | 1 | -0/+2 |
2010-01-26 | virtio-console: Rename virtio-serial.c back to virtio-console.c | Amit Shah | 1 | -0/+146 |
2010-01-20 | virtio-console: qdev conversion, new virtio-serial-bus | Amit Shah | 1 | -143/+0 |
2010-01-11 | virtio: add features as qdev properties | Michael S. Tsirkin | 1 | -2/+2 |
2009-08-27 | virtio-console: rename dvq to ovq | Amit Shah | 1 | -2/+2 |
2009-05-18 | Separate virtio PCI code | Paul Brook | 1 | -16/+6 |
2009-05-14 | Virtio-console conversion | Paul Brook | 1 | -15/+11 |
2009-05-14 | Virtio-net qdev conversion | Paul Brook | 1 | -2/+8 |
2009-04-13 | Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static' | blueswir1 | 1 | -2/+4 |
2009-02-01 | Add and use #defines for PCI device classes | blueswir1 | 1 | -1/+1 |
2009-01-26 | Use the default subsystem vendor ID for virtio devices (Mark McLoughlin) | aliguori | 1 | -1/+2 |
2009-01-26 | Add macro for virtio-console PCI device ID (Mark McLoughlin) | aliguori | 1 | -1/+2 |
2009-01-15 | Add missing files from last commit. | aliguori | 1 | -0/+147 |