aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio-serial-bus.c
AgeCommit message (Expand)Author
2012-09-28virtio-serial-bus: let chardev know the exact number of bytes requestedAmit Shah
2012-07-09Merge remote-tracking branch 'mjt/mjt-iov2' into stagingAnthony Liguori
2012-06-18qdev: Convert busses to QEMU Object ModelAnthony Liguori
2012-06-18qdev: Move bus properties to abstract superclassesPaolo Bonzini
2012-06-18qdev: Move bus properties to a separate globalPaolo Bonzini
2012-06-07change iov_* function prototypes to be more appropriateMichael Tokarev
2012-06-07virtio-serial-bus: use correct lengths in control_out() messageMichael Tokarev
2012-05-21virtio: check virtio_load return codeOrit Wassermann
2012-04-25virtio-serial-bus: Unset guest_connected at reset and driver resetAmit Shah
2012-04-25virtio-serial-bus: fix guest_connected init before driver initAlon Levy
2012-02-15qom: Unify type registrationAndreas Färber
2012-02-03qdev: kill off DeviceInfoAnthony Liguori
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori
2012-01-27virtio-serial: convert to QEMU Object ModelAnthony Liguori
2012-01-27qdev: move qdev->info to classAnthony Liguori
2012-01-13prepare for future GPLv2+ relicensingPaolo Bonzini
2011-12-30virtio-console: Fix failure on unconnected ptyChristian Borntraeger
2011-12-21virtio-serial-bus: Ports are expected to implement 'have_data' callbackAmit Shah
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-07-23virtio-serial: Turn props any virtio-serial-bus device must have into bus propsMarkus Armbruster
2011-07-23virtio-serial: Clean up virtser_bus_dev_print() outputMarkus Armbruster
2011-07-22Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2011-07-18iov: Update parameter usage in iov_(to|from)_buf()Hannes Reinecke
2011-07-18virtio-serial-bus: Fix trailing \n in error_report stringAmit Shah
2011-07-18virtio-serial-bus: Add trace eventsAmit Shah
2011-06-27Merge remote-tracking branch 'amit/for-anthony' into stagingAnthony Liguori
2011-06-27virtio-serial: Fix segfault on guest bootLuiz Capitulino
2011-06-24Strip trailing '\n' from error_report()'s first argumentMarkus Armbruster
2011-05-27virtio-serial: Drop redundant VirtIOSerialPort member infoMarkus Armbruster
2011-05-27virtio-serial: Clean up virtconsole detectionMarkus Armbruster
2011-05-27virtio-serial: Plug memory leak on qdev exit()Markus Armbruster
2011-05-27virtio-serial-bus: use bh for unthrottlingAlon Levy
2011-04-28virtio-serial: Fix endianness bug in the config spaceAlexey Kardashevskiy
2011-03-28virtio-serial: don't crash on invalid inputMichael S. Tsirkin
2011-03-21virtio-serial-bus: Simplify handle_output() functionAmit Shah
2011-03-21virtio-serial: Use a struct to pass config information from proxyAmit Shah
2011-02-24virtio-serial: kill VirtIOSerialDeviceGerd Hoffmann
2011-02-04virtio-serial: Make sure virtqueue is ready before discarding dataAmit Shah
2011-02-01Merge remote branch 'amit/for-anthony' into stagingAnthony Liguori
2011-01-20virtio-serial: save/restore new fields in port structAmit Shah
2011-01-20virtio-serial: Add support for flow controlAmit Shah
2011-01-20virtio-serial: Don't copy over guest buffer to hostAmit Shah
2011-01-20virtio-serial: move out discard logic in a separate functionAmit Shah
2011-01-12virtio-serial-bus: bump up control vq size to 32Amit Shah
2010-08-22virtio-serial: Cleanup on device hot-unplugAmit Shah
2010-07-30virtio-serial: Check if more max_ports specified than we can handleAmit Shah
2010-07-13virtio-serial: Assert for virtio queue ready before virtqueue operationsAmit Shah
2010-07-13virtio-serial: Check if virtio queue is ready before consuming dataAmit Shah
2010-07-06savevm: Add DeviceState paramAlex Williamson
2010-06-30virtio-serial: Simplify virtio_serial_load()Markus Armbruster