1. 2f61120 Merge remote-tracking branch 'qmp-unstable/queue/qmp' into staging by Peter Maydell · 11 years ago
  2. 0706f7c Merge remote-tracking branch 'mjt/tags/trivial-patches-2014-01-16' into staging by Peter Maydell · 11 years ago
  3. 57d3e1b virtio_rng: replace custom backend API with UserCreatable.complete() callback by Igor Mammedov · 11 years ago
  4. 385c04d dataplane: fix shadowed return value by Stefan Hajnoczi · 11 years ago
  5. e6baf61 virtio-balloon: don't hardcode config size value by Luiz Capitulino · 11 years ago
  6. debe40f Merge remote-tracking branch 'stefanha/block' into staging by Anthony Liguori · 11 years ago
  7. 83d0704 virtio: add back call to virtio_bus_device_unplugged by Paolo Bonzini · 11 years ago
  8. 87b7f2f dataplane: replace hostmem with memory_region_find by Paolo Bonzini · 11 years ago
  9. 8c1b566 dataplane: change vring API to use VirtQueueElement by Paolo Bonzini · 11 years ago
  10. 781c117 vring: factor common code for error exits by Paolo Bonzini · 11 years ago
  11. 4d68483 vring: create a common function to parse descriptors by Paolo Bonzini · 11 years ago
  12. 306ec6c virtio: Convert exit to unrealize by Andreas Färber · 12 years ago
  13. 0ba94b6 virtio: Complete converting VirtioDevice to QOM realize by Andreas Färber · 12 years ago
  14. a8d57df virtio-rng: Convert to QOM realize by Andreas Färber · 12 years ago
  15. 74def47 virtio-balloon: Convert to QOM realize by Andreas Färber · 12 years ago
  16. 1d244b4 virtio: Start converting VirtioDevice to QOM realize by Andreas Färber · 12 years ago
  17. af7671f virtio-rng: QOM realize preparations by Andreas Färber · 12 years ago
  18. a546fb1 virtio-balloon: QOM realize preparations by Andreas Färber · 12 years ago
  19. 06a1307 virtio-pci: add device_unplugged callback by Paolo Bonzini · 12 years ago
  20. 7bb6edb virtio-rng: switch exit callback to VirtioDeviceClass by Paolo Bonzini · 12 years ago
  21. baa61b9 virtio-balloon: switch exit callback to VirtioDeviceClass by Paolo Bonzini · 12 years ago
  22. 5e96f5d virtio-bus: cleanup plug/unplug interface by Paolo Bonzini · 12 years ago
  23. a3fc66d virtio-pci: remove vdev field by Paolo Bonzini · 12 years ago
  24. 06d3dff virtio-bus: remove vdev field by Paolo Bonzini · 12 years ago
  25. d44bb86 virtio-rng: add check of period by Amos Kong · 11 years ago
  26. 02a5c4c qdev: Drop misleading qdev_free() function by Stefan Hajnoczi · 12 years ago
  27. 9e64f8a hw: set interrupts using pci irq wrappers by Marcel Apfelbaum · 11 years ago
  28. 9889e04 Merge remote-tracking branch 'mst/tags/for_anthony' into staging by Anthony Liguori · 12 years ago
  29. 23fe2b3 virtio_pci: fix level interrupts with irqfd by Michael S. Tsirkin · 12 years ago
  30. 213f0c4 qom: Pass available size to object_initialize() by Andreas Färber · 12 years ago
  31. fb17dfe qdev: Pass size to qbus_create_inplace() by Andreas Färber · 12 years ago
  32. e5f7203 virtio-mmio: Pass size to virtio_mmio_bus_new() by Andreas Färber · 12 years ago
  33. ac7af11 virtio-pci: Pass size to virtio_pci_bus_new() by Andreas Färber · 12 years ago
  34. e65177a virtio: Remove unnecessary OBJECT() casts by Peter Maydell · 12 years ago
  35. b5d54bd Merge remote-tracking branch 'qemu-kvm/uq/master' into stable-1.5 by Anthony Liguori · 12 years ago
  36. 3e998a7 Merge remote-tracking branch 'mst/tags/for_anthony' into stable-1.5 by Anthony Liguori · 12 years ago
  37. 1ae2757 virtio: virtqueue_get_avail_bytes: fix desc_pa when loop over the indirect descriptor table by yinyin · 12 years ago
  38. bc72ad6 aio / timers: Switch entire codebase to the new timer API by Alex Bligh · 12 years ago
  39. 3ee1ee8 Merge remote-tracking branch 'mst/tags/for_anthony' into staging by Anthony Liguori · 12 years ago
  40. f7b803b hw/virtio/virtio-mmio: Make QueueNumMax read 0 for unavailable queues by Peter Maydell · 12 years ago
  41. 3561ba1 vhost: clear signalled_used_valid on vhost stop by Michael S. Tsirkin · 12 years ago
  42. 6793dfd virtio: clear signalled_used_valid when switching from dataplane by Stefan Hajnoczi · 12 years ago
  43. ca916d3 kvm: add KVM_IRQFD_FLAG_RESAMPLE support by Vincenzo Maffione · 12 years ago
  44. f6049f4 hw/virtio/virtio: Don't allow guests to add/remove queues by Peter Maydell · 12 years ago
  45. 125ee0e devices: Associate devices to their logical category by Marcel Apfelbaum · 12 years ago
  46. 52f3502 misc: Fix new typos in comments and strings by Stefan Weil · 12 years ago
  47. 549c272 Merge remote-tracking branch 'pmaydell/tags/pull-arm-devs-20130722' into staging by Anthony Liguori · 12 years ago
  48. 4b52530 virtio: Implement MMIO based virtio transport by Peter Maydell · 12 years ago
  49. 6ce69d1 virtio: Support transports which can specify the vring alignment by Peter Maydell · 12 years ago
  50. e63c0ba virtio: Add support for guest setting of queue size by Peter Maydell · 12 years ago
  51. 9154b02 dataplane: sync virtio.c and vring.c virtqueue state by Stefan Hajnoczi · 12 years ago
  52. 5444e76 add a header file for atomic operations by Paolo Bonzini · 12 years ago
  53. 22fc860 hw/[u-x]*: pass owner to memory_region_init* functions by Paolo Bonzini · 12 years ago
  54. dfde4e6 memory: add ref/unref calls by Paolo Bonzini · 12 years ago
  55. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  56. 052e87b memory: make section size a 128-bit integer by Paolo Bonzini · 12 years ago
  57. 5b45643 virtio-rng: Fix crash with non-default backend by Cole Robinson · 12 years ago
  58. bbfa18f qdev: fix get_fw_dev_path to support to add nothing to fw_dev_path by Amos Kong · 12 years ago
  59. 87d23f7 virtio-pci: drop unused wmb macro by Michael S. Tsirkin · 12 years ago
  60. 6d46895 virtio: add virtio_bus_get_dev_path. by KONRAD Frederic · 12 years ago
  61. 800ced8 virtio-net-x: forward the netclient name and type. by KONRAD Frederic · 12 years ago
  62. 5f5a131 virtio: properly validate address before accessing config by Jason Wang · 12 years ago
  63. 62c9636 virtio-pci: fix level interrupts by Michael S. Tsirkin · 12 years ago
  64. 6f32a6b virtio-scsi: fix the command line compatibility. by KONRAD Frederic · 12 years ago
  65. 80270a1 virtio-serial: fix command line compatibility. by KONRAD Frederic · 12 years ago
  66. 1034e9c virtio: add virtio_device_set_child_bus_name. by KONRAD Frederic · 12 years ago
  67. f4dd69a virtio-x-bus: force bus name to virtio-bus. by KONRAD Frederic · 12 years ago
  68. 6a1a8cc virtio: cleanup: init and exit function. by KONRAD Frederic · 12 years ago
  69. 1c81944 virtio: remove virtiobindings. by KONRAD Frederic · 12 years ago
  70. 181103c virtio: remove the function pointer. by KONRAD Frederic · 12 years ago
  71. a2f1078 virtio-pci: cleanup. by KONRAD Frederic · 12 years ago
  72. d51fcfa virtio-bus: make virtio_x_bus_new static. by KONRAD Frederic · 12 years ago
  73. 5d448f9 virtio-bus: add new functions. by KONRAD Frederic · 12 years ago
  74. 611aa33 virtio-rng: cleanup: use QOM casts. by KONRAD Frederic · 12 years ago
  75. 65f3b67 virtio-rng: cleanup: remove qdev field. by KONRAD Frederic · 12 years ago
  76. 46a5a89 virtio-rng: cleanup: init and exit functions. by KONRAD Frederic · 12 years ago
  77. 59ccd20 virtio-rng-pci: switch to the new API. by KONRAD Frederic · 12 years ago
  78. 6eac8ae virtio-rng: add virtio-rng device. by KONRAD Frederic · 12 years ago
  79. af1a8ad virtio-rng: don't use pointer for configuration. by KONRAD Frederic · 12 years ago
  80. 234a336 virtio-9p-pci: switch to the new API. by KONRAD Frederic · 12 years ago
  81. e7303c4 virtio-9p: add the virtio-9p device. by KONRAD Frederic · 12 years ago
  82. 6165daa Merge remote-tracking branch 'bonzini/scsi-next' into staging by Anthony Liguori · 12 years ago
  83. 5078762 vhost-scsi-pci: new device supporting the tcm_vhost Linux kernel module by Nicholas Bellinger · 12 years ago
  84. e9cd423 virtio: simplify Makefile conditionals by Paolo Bonzini · 12 years ago
  85. 292c8e5 virtio-scsi: create VirtIOSCSICommon by Paolo Bonzini · 12 years ago
  86. dcc6cef virtio-balloon: fix integer overflow in BALLOON_CHANGE QMP event by Luiz Capitulino · 12 years ago
  87. af60314 vhost: Add vhost_commit callback for SeaBIOS ROM region re-mapping by Nicholas Bellinger · 12 years ago
  88. e37da39 virtio-net-pci: switch to the new API. by KONRAD Frederic · 12 years ago
  89. 17ec5a8 virtio-net: add the virtio-net device. by KONRAD Frederic · 12 years ago
  90. 24a6e7f virtio-balloon: fix dynamic properties. by KONRAD Frederic · 12 years ago
  91. 4ceb193 Merge remote-tracking branch 'bonzini/hw-dirs' into staging by Anthony Liguori · 12 years ago
  92. dccfcd0 sysemu: avoid proliferation of include/ subdirectories by Paolo Bonzini · 12 years ago
  93. f7f7464 virtio-serial-pci: switch to the new API. by KONRAD Frederic · 12 years ago
  94. 2cd2b01 virtio-serial: add the virtio-serial device. by KONRAD Frederic · 12 years ago
  95. 47b43a1 hw: move private headers to hw/ subdirectories. by Paolo Bonzini · 12 years ago
  96. 6e79074 hw: move virtio devices to hw/ subdirectories by Paolo Bonzini · 12 years ago
  97. 49ab747 hw: move target-independent files to subdirectories by Paolo Bonzini · 12 years ago
  98. 1fd6bb4 hw: make subdirectories for devices by Paolo Bonzini · 12 years ago