Age | Commit message (Expand) | Author |
2013-03-27 | virtio-serial: propagate guest_connected to the port on post_load | Alon Levy |
2013-03-27 | virtio-serial: Consolidate guest_open/guest_close into set_guest_connected | Hans de Goede |
2013-03-18 | virtio: make virtio device's structures public. | KONRAD Frederic |
2013-03-10 | Merge remote-tracking branch 'bonzini/hw-dirs' into staging | Anthony Liguori |
2013-03-08 | virtio-serial: make flow control explicit in virtio-console | Amit Shah |
2013-03-01 | hw: include hw header files with full paths | Paolo Bonzini |
2013-01-10 | Make all static TypeInfos const | Andreas Färber |
2012-12-19 | Merge remote-tracking branch 'bonzini/header-dirs' into staging | Anthony Liguori |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini |
2012-12-19 | monitor: move include files to include/monitor/ | Paolo Bonzini |
2012-12-18 | virtio-serial-bus: assert port is non-null in remove_port() | Amit Shah |
2012-12-18 | virtio-serial-bus: send_control_msg() should not deal with cpkts | Amit Shah |
2012-12-13 | virtio-serial: delete timer if active during exit | Amit Shah |
2012-12-13 | virtio-serial: allocate post_load only at load-time | Amit Shah |
2012-12-13 | virtio-serial: move active ports loading to separate function | Amit Shah |
2012-12-13 | virtio-serial: use uint32_t to count ports | Amit Shah |
2012-11-29 | virtio: limit avail bytes lookahead | Michael S. Tsirkin |
2012-11-16 | virtio-serial-bus: post_load send_event when vm is running | Alon Levy |
2012-09-28 | virtio-serial-bus: let chardev know the exact number of bytes requested | Amit Shah |
2012-07-09 | Merge remote-tracking branch 'mjt/mjt-iov2' into staging | Anthony Liguori |
2012-06-18 | qdev: Convert busses to QEMU Object Model | Anthony Liguori |
2012-06-18 | qdev: Move bus properties to abstract superclasses | Paolo Bonzini |
2012-06-18 | qdev: Move bus properties to a separate global | Paolo Bonzini |
2012-06-07 | change iov_* function prototypes to be more appropriate | Michael Tokarev |
2012-06-07 | virtio-serial-bus: use correct lengths in control_out() message | Michael Tokarev |
2012-05-21 | virtio: check virtio_load return code | Orit Wassermann |
2012-04-25 | virtio-serial-bus: Unset guest_connected at reset and driver reset | Amit Shah |
2012-04-25 | virtio-serial-bus: fix guest_connected init before driver init | Alon Levy |
2012-02-15 | qom: Unify type registration | Andreas Färber |
2012-02-03 | qdev: kill off DeviceInfo | Anthony Liguori |
2012-02-03 | qdev: register all types natively through QEMU Object Model | Anthony Liguori |
2012-01-27 | virtio-serial: convert to QEMU Object Model | Anthony Liguori |
2012-01-27 | qdev: move qdev->info to class | Anthony Liguori |
2012-01-13 | prepare for future GPLv2+ relicensing | Paolo Bonzini |
2011-12-30 | virtio-console: Fix failure on unconnected pty | Christian Borntraeger |
2011-12-21 | virtio-serial-bus: Ports are expected to implement 'have_data' callback | Amit Shah |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori |
2011-07-23 | virtio-serial: Turn props any virtio-serial-bus device must have into bus props | Markus Armbruster |
2011-07-23 | virtio-serial: Clean up virtser_bus_dev_print() output | Markus Armbruster |
2011-07-22 | Merge remote-tracking branch 'kwolf/for-anthony' into staging | Anthony Liguori |
2011-07-18 | iov: Update parameter usage in iov_(to|from)_buf() | Hannes Reinecke |
2011-07-18 | virtio-serial-bus: Fix trailing \n in error_report string | Amit Shah |
2011-07-18 | virtio-serial-bus: Add trace events | Amit Shah |
2011-06-27 | Merge remote-tracking branch 'amit/for-anthony' into staging | Anthony Liguori |
2011-06-27 | virtio-serial: Fix segfault on guest boot | Luiz Capitulino |
2011-06-24 | Strip trailing '\n' from error_report()'s first argument | Markus Armbruster |
2011-05-27 | virtio-serial: Drop redundant VirtIOSerialPort member info | Markus Armbruster |
2011-05-27 | virtio-serial: Clean up virtconsole detection | Markus Armbruster |
2011-05-27 | virtio-serial: Plug memory leak on qdev exit() | Markus Armbruster |
2011-05-27 | virtio-serial-bus: use bh for unthrottling | Alon Levy |