summaryrefslogtreecommitdiffstats
path: root/hw/virtio-serial-bus.c
Commit message (Expand)AuthorAgeFilesLines
* Make all static TypeInfos constAndreas Färber2013-01-101-1/+1
* Merge remote-tracking branch 'bonzini/header-dirs' into stagingAnthony Liguori2012-12-191-3/+3
|\
| * misc: move include files to include/qemu/Paolo Bonzini2012-12-191-2/+2
| * monitor: move include files to include/monitor/Paolo Bonzini2012-12-191-1/+1
* | virtio-serial-bus: assert port is non-null in remove_port()Amit Shah2012-12-181-0/+6
* | virtio-serial-bus: send_control_msg() should not deal with cpktsAmit Shah2012-12-181-21/+18
* | virtio-serial: delete timer if active during exitAmit Shah2012-12-131-0/+1
* | virtio-serial: allocate post_load only at load-timeAmit Shah2012-12-131-25/+38
* | virtio-serial: move active ports loading to separate functionAmit Shah2012-12-131-41/+55
* | virtio-serial: use uint32_t to count portsAmit Shah2012-12-131-2/+2
|/
* virtio: limit avail bytes lookaheadMichael S. Tsirkin2012-11-291-1/+1
* virtio-serial-bus: post_load send_event when vm is runningAlon Levy2012-11-161-10/+44
* virtio-serial-bus: let chardev know the exact number of bytes requestedAmit Shah2012-09-281-8/+3
* Merge remote-tracking branch 'mjt/mjt-iov2' into stagingAnthony Liguori2012-07-091-5/+5
|\
| * change iov_* function prototypes to be more appropriateMichael Tokarev2012-06-071-3/+3
| * virtio-serial-bus: use correct lengths in control_out() messageMichael Tokarev2012-06-071-3/+3
* | qdev: Convert busses to QEMU Object ModelAnthony Liguori2012-06-181-6/+18
* | qdev: Move bus properties to abstract superclassesPaolo Bonzini2012-06-181-1/+1
* | qdev: Move bus properties to a separate globalPaolo Bonzini2012-06-181-5/+7
|/
* virtio: check virtio_load return codeOrit Wassermann2012-05-211-1/+5
* virtio-serial-bus: Unset guest_connected at reset and driver resetAmit Shah2012-04-251-0/+28
* virtio-serial-bus: fix guest_connected init before driver initAlon Levy2012-04-251-8/+21
* qom: Unify type registrationAndreas Färber2012-02-151-2/+2
* qdev: kill off DeviceInfoAnthony Liguori2012-02-031-1/+1
* qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-031-9/+10
* virtio-serial: convert to QEMU Object ModelAnthony Liguori2012-01-271-27/+41
* qdev: move qdev->info to classAnthony Liguori2012-01-271-3/+3
* prepare for future GPLv2+ relicensingPaolo Bonzini2012-01-131-0/+3
* virtio-console: Fix failure on unconnected ptyChristian Borntraeger2011-12-301-1/+13
* virtio-serial-bus: Ports are expected to implement 'have_data' callbackAmit Shah2011-12-211-3/+3
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-11/+11
* virtio-serial: Turn props any virtio-serial-bus device must have into bus propsMarkus Armbruster2011-07-231-0/+5
* virtio-serial: Clean up virtser_bus_dev_print() outputMarkus Armbruster2011-07-231-8/+5
* Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2011-07-221-1/+1
|\
| * iov: Update parameter usage in iov_(to|from)_buf()Hannes Reinecke2011-07-181-1/+1
* | virtio-serial-bus: Fix trailing \n in error_report stringAmit Shah2011-07-181-1/+1
* | virtio-serial-bus: Add trace eventsAmit Shah2011-07-181-0/+7
|/
* Merge remote-tracking branch 'amit/for-anthony' into stagingAnthony Liguori2011-06-271-10/+14
|\
| * virtio-serial: Fix segfault on guest bootLuiz Capitulino2011-06-271-10/+14
* | Strip trailing '\n' from error_report()'s first argumentMarkus Armbruster2011-06-241-5/+5
|/
* virtio-serial: Drop redundant VirtIOSerialPort member infoMarkus Armbruster2011-05-271-16/+26
* virtio-serial: Clean up virtconsole detectionMarkus Armbruster2011-05-271-2/+2
* virtio-serial: Plug memory leak on qdev exit()Markus Armbruster2011-05-271-18/+9
* virtio-serial-bus: use bh for unthrottlingAlon Levy2011-05-271-2/+10
* virtio-serial: Fix endianness bug in the config spaceAlexey Kardashevskiy2011-04-281-10/+13
* virtio-serial: don't crash on invalid inputMichael S. Tsirkin2011-03-281-0/+3
* virtio-serial-bus: Simplify handle_output() functionAmit Shah2011-03-211-9/+3
* virtio-serial: Use a struct to pass config information from proxyAmit Shah2011-03-211-8/+8
* virtio-serial: kill VirtIOSerialDeviceGerd Hoffmann2011-02-241-9/+6
* virtio-serial: Make sure virtqueue is ready before discarding dataAmit Shah2011-02-041-0/+3
OpenPOWER on IntegriCloud