1. 23797df Merge remote-tracking branch 'mjt/mjt-iov2' into staging by Anthony Liguori · 13 years ago
  2. 0d93692 qdev: Convert busses to QEMU Object Model by Anthony Liguori · 13 years ago
  3. bce5447 qdev: Move bus properties to abstract superclasses by Paolo Bonzini · 13 years ago
  4. 3cb75a7 qdev: Move bus properties to a separate global by Paolo Bonzini · 13 years ago
  5. dcf6f5e change iov_* function prototypes to be more appropriate by Michael Tokarev · 13 years ago
  6. 45270ad virtio-serial-bus: use correct lengths in control_out() message by Michael Tokarev · 13 years ago
  7. 2a633c4 virtio: check virtio_load return code by Orit Wassermann · 13 years ago
  8. 4399722 virtio-serial-bus: Unset guest_connected at reset and driver reset by Amit Shah · 13 years ago
  9. 62a9fbf virtio-serial-bus: fix guest_connected init before driver init by Alon Levy · 13 years ago
  10. 83f7d43 qom: Unify type registration by Andreas Färber · 13 years ago
  11. d307af7 qdev: kill off DeviceInfo by Anthony Liguori · 13 years ago
  12. 39bffca qdev: register all types natively through QEMU Object Model by Anthony Liguori · 13 years ago
  13. f82e35e virtio-serial: convert to QEMU Object Model by Anthony Liguori · 13 years ago
  14. 30fbb9f qdev: move qdev->info to class by Anthony Liguori · 13 years ago
  15. 6b620ca prepare for future GPLv2+ relicensing by Paolo Bonzini · 13 years ago
  16. ed8e5a8 virtio-console: Fix failure on unconnected pty by Christian Borntraeger · 13 years ago
  17. 03ecd2c virtio-serial-bus: Ports are expected to implement 'have_data' callback by Amit Shah · 13 years ago
  18. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  19. d6cca4b virtio-serial: Turn props any virtio-serial-bus device must have into bus props by Markus Armbruster · 14 years ago
  20. 021a131 virtio-serial: Clean up virtser_bus_dev_print() output by Markus Armbruster · 14 years ago
  21. bf1cd9b Merge remote-tracking branch 'kwolf/for-anthony' into staging by Anthony Liguori · 14 years ago
  22. 348e7b8 iov: Update parameter usage in iov_(to|from)_buf() by Hannes Reinecke · 14 years ago
  23. 95c9cde virtio-serial-bus: Fix trailing \n in error_report string by Amit Shah · 14 years ago
  24. 49e3fdd virtio-serial-bus: Add trace events by Amit Shah · 14 years ago
  25. c45d1fc Merge remote-tracking branch 'amit/for-anthony' into staging by Anthony Liguori · 14 years ago
  26. d2e4d08 virtio-serial: Fix segfault on guest boot by Luiz Capitulino · 14 years ago
  27. 6daf194 Strip trailing '\n' from error_report()'s first argument by Markus Armbruster · 14 years ago
  28. a15bb0d virtio-serial: Drop redundant VirtIOSerialPort member info by Markus Armbruster · 14 years ago
  29. 2a3d57c virtio-serial: Clean up virtconsole detection by Markus Armbruster · 14 years ago
  30. 5e52e5f virtio-serial: Plug memory leak on qdev exit() by Markus Armbruster · 14 years ago
  31. 199646d virtio-serial-bus: use bh for unthrottling by Alon Levy · 14 years ago
  32. 5c1c9bb virtio-serial: Fix endianness bug in the config space by Alexey Kardashevskiy · 14 years ago
  33. fbe0c55 virtio-serial: don't crash on invalid input by Michael S. Tsirkin · 14 years ago
  34. e9b382b virtio-serial-bus: Simplify handle_output() function by Amit Shah · 14 years ago
  35. 6b331ef virtio-serial: Use a struct to pass config information from proxy by Amit Shah · 14 years ago
  36. a43f9c9 virtio-serial: kill VirtIOSerialDevice by Gerd Hoffmann · 14 years ago
  37. 7185f93 virtio-serial: Make sure virtqueue is ready before discarding data by Amit Shah · 14 years ago
  38. e54b7f5 Merge remote branch 'amit/for-anthony' into staging by Anthony Liguori · 14 years ago
  39. 37f95bf virtio-serial: save/restore new fields in port struct by Amit Shah · 14 years ago
  40. f1925df virtio-serial: Add support for flow control by Amit Shah · 14 years ago
  41. 471344d virtio-serial: Don't copy over guest buffer to host by Amit Shah · 14 years ago
  42. 6bff865 virtio-serial: move out discard logic in a separate function by Amit Shah · 14 years ago
  43. a01a9cb virtio-serial-bus: bump up control vq size to 32 by Amit Shah · 14 years ago
  44. 8b53a86 virtio-serial: Cleanup on device hot-unplug by Amit Shah · 15 years ago
  45. 5ab4bb5 virtio-serial: Check if more max_ports specified than we can handle by Amit Shah · 15 years ago
  46. fd11a78 virtio-serial: Assert for virtio queue ready before virtqueue operations by Amit Shah · 15 years ago
  47. 6b611d3 virtio-serial: Check if virtio queue is ready before consuming data by Amit Shah · 15 years ago
  48. 0be71e3 savevm: Add DeviceState param by Alex Williamson · 15 years ago
  49. f83ccb3 virtio-serial: Simplify virtio_serial_load() by Markus Armbruster · 15 years ago
  50. a132a67 virtio-serial-bus: fix ports_map allocation on init by Alon Levy · 15 years ago
  51. a1c5975 virtio-serial: Fix check for 'assert'; prevent NULL derefs by Amit Shah · 15 years ago
  52. 9ed7b05 virtio-serial: Implement flow control for individual ports by Amit Shah · 15 years ago
  53. a69c760 virtio-serial: Discard data that guest sends us when ports aren't connected by Amit Shah · 15 years ago
  54. 1e4476a virtio-serial: Apps should consume all data that guest sends out / Fix virtio api abuse by Amit Shah · 15 years ago
  55. e85ba9b virtio-serial: Handle scatter/gather input from the guest by Amit Shah · 15 years ago
  56. e61da14 virtio-serial: Handle scatter-gather buffers for control messages by Amit Shah · 15 years ago
  57. e4d5639 iov: Introduce a new file for helpers around iovs, add iov_from_buf() by Amit Shah · 15 years ago
  58. 3ecb45f virtio-serial: Send out guest data to ports only if port is opened by Amit Shah · 15 years ago
  59. 4048c7c virtio-serial: Propagate errors in initialising ports / devices in guest by Amit Shah · 15 years ago
  60. 71c092e virtio-serial: Update copyright year to 2010 by Amit Shah · 15 years ago
  61. e30f328 virtio-serial: Remove redundant check for 0-sized write request by Amit Shah · 15 years ago
  62. 306eb45 virtio-serial: whitespace: match surrounding code by Amit Shah · 15 years ago
  63. 055b889 virtio-serial: Use control messages to notify guest of new ports by Amit Shah · 15 years ago
  64. 31abe21 virtio-serial: save/load: Send target host connection status if different by Amit Shah · 15 years ago
  65. 16af2e3 virtio-serial: save/load: Ensure we have hot-plugged ports instantiated by Amit Shah · 15 years ago
  66. 295587f virtio-serial: save/load: Ensure nr_ports on src and dest are same. by Amit Shah · 15 years ago
  67. e245795 virtio-serial: save/load: Ensure target has enough ports by Amit Shah · 15 years ago
  68. 1ecda02 error: Replace qemu_error() by error_report() by Markus Armbruster · 15 years ago
  69. ee4d45b virtio-serial: don't set MULTIPORT for 1 port dev by Michael S. Tsirkin · 15 years ago
  70. 9ae84f0 virtio-serial-bus: Fix bus initialisation and allow for bus identification by Amit Shah · 15 years ago
  71. f146ec9 virtio-serial-bus: Add ability to hot-unplug ports by Amit Shah · 15 years ago
  72. 160600f virtio-serial-bus: Add a port 'name' property for port discovery in guests by Amit Shah · 15 years ago
  73. 6663a19 virtio-serial-bus: Maintain guest and host port open/close state by Amit Shah · 15 years ago
  74. 98b1925 virtio-console: qdev conversion, new virtio-serial-bus by Amit Shah · 15 years ago