aboutsummaryrefslogtreecommitdiffstats
path: root/hw/virtio-serial-bus.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-15qom: Unify type registrationAndreas Färber1-2/+2
2012-02-03qdev: kill off DeviceInfoAnthony Liguori1-1/+1
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-9/+10
2012-01-27virtio-serial: convert to QEMU Object ModelAnthony Liguori1-27/+41
2012-01-27qdev: move qdev->info to classAnthony Liguori1-3/+3
2012-01-13prepare for future GPLv2+ relicensingPaolo Bonzini1-0/+3
2011-12-30virtio-console: Fix failure on unconnected ptyChristian Borntraeger1-1/+13
2011-12-21virtio-serial-bus: Ports are expected to implement 'have_data' callbackAmit Shah1-3/+3
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-11/+11
2011-07-23virtio-serial: Turn props any virtio-serial-bus device must have into bus propsMarkus Armbruster1-0/+5
2011-07-23virtio-serial: Clean up virtser_bus_dev_print() outputMarkus Armbruster1-8/+5
2011-07-22Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori1-1/+1
2011-07-18iov: Update parameter usage in iov_(to|from)_buf()Hannes Reinecke1-1/+1
2011-07-18virtio-serial-bus: Fix trailing \n in error_report stringAmit Shah1-1/+1
2011-07-18virtio-serial-bus: Add trace eventsAmit Shah1-0/+7
2011-06-27Merge remote-tracking branch 'amit/for-anthony' into stagingAnthony Liguori1-10/+14
2011-06-27virtio-serial: Fix segfault on guest bootLuiz Capitulino1-10/+14
2011-06-24Strip trailing '\n' from error_report()'s first argumentMarkus Armbruster1-5/+5
2011-05-27virtio-serial: Drop redundant VirtIOSerialPort member infoMarkus Armbruster1-16/+26
2011-05-27virtio-serial: Clean up virtconsole detectionMarkus Armbruster1-2/+2
2011-05-27virtio-serial: Plug memory leak on qdev exit()Markus Armbruster1-18/+9
2011-05-27virtio-serial-bus: use bh for unthrottlingAlon Levy1-2/+10
2011-04-28virtio-serial: Fix endianness bug in the config spaceAlexey Kardashevskiy1-10/+13
2011-03-28virtio-serial: don't crash on invalid inputMichael S. Tsirkin1-0/+3
2011-03-21virtio-serial-bus: Simplify handle_output() functionAmit Shah1-9/+3
2011-03-21virtio-serial: Use a struct to pass config information from proxyAmit Shah1-8/+8
2011-02-24virtio-serial: kill VirtIOSerialDeviceGerd Hoffmann1-9/+6
2011-02-04virtio-serial: Make sure virtqueue is ready before discarding dataAmit Shah1-0/+3
2011-02-01Merge remote branch 'amit/for-anthony' into stagingAnthony Liguori1-22/+101
2011-01-20virtio-serial: save/restore new fields in port structAmit Shah1-2/+40
2011-01-20virtio-serial: Add support for flow controlAmit Shah1-11/+38
2011-01-20virtio-serial: Don't copy over guest buffer to hostAmit Shah1-7/+8
2011-01-20virtio-serial: move out discard logic in a separate functionAmit Shah1-17/+30
2011-01-12virtio-serial-bus: bump up control vq size to 32Amit Shah1-2/+8
2010-08-22virtio-serial: Cleanup on device hot-unplugAmit Shah1-0/+17
2010-07-30virtio-serial: Check if more max_ports specified than we can handleAmit Shah1-1/+9
2010-07-13virtio-serial: Assert for virtio queue ready before virtqueue operationsAmit Shah1-0/+1
2010-07-13virtio-serial: Check if virtio queue is ready before consuming dataAmit Shah1-0/+3
2010-07-06savevm: Add DeviceState paramAlex Williamson1-1/+1
2010-06-30virtio-serial: Simplify virtio_serial_load()Markus Armbruster1-9/+3
2010-06-01virtio-serial-bus: fix ports_map allocation on initAlon Levy1-1/+2
2010-05-03virtio-serial: Fix check for 'assert'; prevent NULL derefsAmit Shah1-1/+1
2010-04-28virtio-serial: Implement flow control for individual portsAmit Shah1-6/+44
2010-04-28virtio-serial: Discard data that guest sends us when ports aren't connectedAmit Shah1-37/+32
2010-04-28virtio-serial: Apps should consume all data that guest sends out / Fix virtio...Amit Shah1-3/+3
2010-04-28virtio-serial: Handle scatter/gather input from the guestAmit Shah1-4/+8
2010-04-28virtio-serial: Handle scatter-gather buffers for control messagesAmit Shah1-3/+28
2010-04-28iov: Introduce a new file for helpers around iovs, add iov_from_buf()Amit Shah1-8/+7
2010-04-28virtio-serial: Send out guest data to ports only if port is openedAmit Shah1-0/+5
2010-04-28virtio-serial: Propagate errors in initialising ports / devices in guestAmit Shah1-0/+10