summaryrefslogtreecommitdiff
path: root/hw/virtio-serial-bus.c
AgeCommit message (Expand)Author
2012-12-19Merge remote-tracking branch 'bonzini/header-dirs' into stagingAnthony Liguori
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19monitor: move include files to include/monitor/Paolo Bonzini
2012-12-18virtio-serial-bus: assert port is non-null in remove_port()Amit Shah
2012-12-18virtio-serial-bus: send_control_msg() should not deal with cpktsAmit Shah
2012-12-13virtio-serial: delete timer if active during exitAmit Shah
2012-12-13virtio-serial: allocate post_load only at load-timeAmit Shah
2012-12-13virtio-serial: move active ports loading to separate functionAmit Shah
2012-12-13virtio-serial: use uint32_t to count portsAmit Shah
2012-11-29virtio: limit avail bytes lookaheadMichael S. Tsirkin
2012-11-16virtio-serial-bus: post_load send_event when vm is runningAlon Levy
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