summaryrefslogtreecommitdiffstats
path: root/hw/virtio-serial-bus.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge remote branch 'amit/for-anthony' into stagingAnthony Liguori2011-02-011-22/+101
|\
| * virtio-serial: save/restore new fields in port structAmit Shah2011-01-201-2/+40
| * virtio-serial: Add support for flow controlAmit Shah2011-01-201-11/+38
| * virtio-serial: Don't copy over guest buffer to hostAmit Shah2011-01-201-7/+8
| * virtio-serial: move out discard logic in a separate functionAmit Shah2011-01-201-17/+30
* | virtio-serial-bus: bump up control vq size to 32Amit Shah2011-01-121-2/+8
|/
* virtio-serial: Cleanup on device hot-unplugAmit Shah2010-08-221-0/+17
* virtio-serial: Check if more max_ports specified than we can handleAmit Shah2010-07-301-1/+9
* virtio-serial: Assert for virtio queue ready before virtqueue operationsAmit Shah2010-07-131-0/+1
* virtio-serial: Check if virtio queue is ready before consuming dataAmit Shah2010-07-131-0/+3
* savevm: Add DeviceState paramAlex Williamson2010-07-061-1/+1
* virtio-serial: Simplify virtio_serial_load()Markus Armbruster2010-06-301-9/+3
* virtio-serial-bus: fix ports_map allocation on initAlon Levy2010-06-011-1/+2
* virtio-serial: Fix check for 'assert'; prevent NULL derefsAmit Shah2010-05-031-1/+1
* virtio-serial: Implement flow control for individual portsAmit Shah2010-04-281-6/+44
* virtio-serial: Discard data that guest sends us when ports aren't connectedAmit Shah2010-04-281-37/+32
* virtio-serial: Apps should consume all data that guest sends out / Fix virtio...Amit Shah2010-04-281-3/+3
* virtio-serial: Handle scatter/gather input from the guestAmit Shah2010-04-281-4/+8
* virtio-serial: Handle scatter-gather buffers for control messagesAmit Shah2010-04-281-3/+28
* iov: Introduce a new file for helpers around iovs, add iov_from_buf()Amit Shah2010-04-281-8/+7
* virtio-serial: Send out guest data to ports only if port is openedAmit Shah2010-04-281-0/+5
* virtio-serial: Propagate errors in initialising ports / devices in guestAmit Shah2010-04-281-0/+10
* virtio-serial: Update copyright year to 2010Amit Shah2010-04-281-1/+1
* virtio-serial: Remove redundant check for 0-sized write requestAmit Shah2010-04-281-3/+0
* virtio-serial: whitespace: match surrounding codeAmit Shah2010-04-281-1/+4
* virtio-serial: Use control messages to notify guest of new portsAmit Shah2010-04-281-63/+121
* virtio-serial: save/load: Send target host connection status if differentAmit Shah2010-04-281-0/+11
* virtio-serial: save/load: Ensure we have hot-plugged ports instantiatedAmit Shah2010-04-281-0/+7
* virtio-serial: save/load: Ensure nr_ports on src and dest are same.Amit Shah2010-04-281-2/+16
* virtio-serial: save/load: Ensure target has enough portsAmit Shah2010-04-281-2/+11
* error: Replace qemu_error() by error_report()Markus Armbruster2010-03-161-1/+1
OpenPOWER on IntegriCloud