1. ad0c933 virtio: add and use virtio_set_features by Paolo Bonzini · 13 years ago
  2. b90d2f3 virtio: Use global memory barrier macros by David Gibson · 13 years ago
  3. 7f67d89 Merge remote-tracking branch 'qmp/queue/qmp' into staging by Anthony Liguori · 13 years ago
  4. 4e1837f trace: add virtio_set_status() trace event by Stefan Hajnoczi · 13 years ago
  5. 1354869 Drop the vm_running global variable by Luiz Capitulino · 14 years ago
  6. 1dfb4dd Replace the VMSTOP macros with a proper state type by Luiz Capitulino · 14 years ago
  7. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  8. 845f85f virtio: Plug memleak by freeing vdev by Amit Shah · 14 years ago
  9. c8eac1c virtio: fix indirect descriptor buffer overflow by Michael S. Tsirkin · 14 years ago
  10. 6daf194 Strip trailing '\n' from error_report()'s first argument by Markus Armbruster · 14 years ago
  11. bcbabae virtio: event index support by Michael S. Tsirkin · 14 years ago
  12. d3674c5 virtio: correctly initialize vm_running by Jason Wang · 14 years ago
  13. 7157e2e virtio: guard against negative vq notifies by Stefan Hajnoczi · 14 years ago
  14. a08784d Remove unused sysemu.h include directives by Blue Swirl · 14 years ago
  15. 25db9eb virtio-pci: Use ioeventfd for virtqueue notify by Stefan Hajnoczi · 14 years ago
  16. 85cf2a8 virtio: move vmstate change tracking to core by Michael S. Tsirkin · 14 years ago
  17. 1abeb5a virtio: fix up VQ checks by Michael S. Tsirkin · 14 years ago
  18. ce67ed6 virtio: Convert fprintf() to error_report() by Stefan Hajnoczi · 14 years ago
  19. 258dc7c virtio: sanity-check available index by Michael S. Tsirkin · 14 years ago
  20. e0c472d virtio: invoke set_status callback on reset by Michael S. Tsirkin · 14 years ago
  21. 64979a4 trace: Trace virtqueue operations by Stefan Hajnoczi · 15 years ago
  22. 42fb2e0 virtio: Factor virtqueue_map_sg out by Kevin Wolf · 15 years ago
  23. fae054b virtio: invoke set_features on load by Michael S. Tsirkin · 15 years ago
  24. 2b3af99 win32: Fix compiler errors from u_int64_t by Stefan Weil · 15 years ago
  25. 1cbdabe virtio: notifier support + APIs for queue fields by Michael S. Tsirkin · 15 years ago
  26. bb61564 virtio: Remove duplicate macro definition for max. virtqueues, bump up the max by Amit Shah · 15 years ago
  27. 8172539 virtio: add features as qdev properties by Michael S. Tsirkin · 15 years ago
  28. 704a76f virtio: rename features -> guest_features by Michael S. Tsirkin · 15 years ago
  29. 6d74ca5 virtio: verify features on load by Michael S. Tsirkin · 15 years ago
  30. 79758e9 qemu/virtio: make wmb compiler barrier + comments by Michael S. Tsirkin · 15 years ago
  31. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  32. 99a0949 Get rid of _t suffix by malc · 15 years ago
  33. b8193ad qemu: init all queues to NO_VECTOR value by Michael S. Tsirkin · 15 years ago
  34. dca6162 qemu: remove control vector save by Michael S. Tsirkin · 16 years ago
  35. ff24bd5 qemu/virtio: virtio save/load bindings by Michael S. Tsirkin · 16 years ago
  36. 7055e68 qemu/virtio: virtio support for many interrupt vectors by Michael S. Tsirkin · 16 years ago
  37. efeea6d virtio: add support for indirect ring entries by Mark McLoughlin · 16 years ago
  38. 5774cf9 virtio: make vring_desc_*() take phys addrs by Mark McLoughlin · 16 years ago
  39. 8217606 Introduce reset notifier order by Jan Kiszka · 16 years ago
  40. 53c25ce Separate virtio PCI code by Paul Brook · 16 years ago
  41. cf21e10 Virtio-net qdev conversion by Paul Brook · 16 years ago
  42. 6407f37 use PCI_HEADER_TYPE. by Isaku Yamahata · 16 years ago
  43. b946a15 Introduce VLANClientState::cleanup() (Mark McLoughlin) by aliguori · 16 years ago
  44. 8eca6b1 Fix oops on 2.6.25 guest (Rusty Russell) by aliguori · 16 years ago
  45. 26b258e Use the DMA api to map virtio elements. by aliguori · 16 years ago
  46. 97b83de virtio: Allow guest to defer VIRTIO_F_NOTIFY_ON_EMPTY (Alex Williamson) by aliguori · 16 years ago
  47. 487414f hw: remove error handling from qemu_malloc() callers (Avi Kivity) by aliguori · 16 years ago
  48. 173a543 Add and use #defines for PCI device classes by blueswir1 · 16 years ago
  49. 7625162 Don't notify virtio devices before S_DRIVER_OK (Mark McLoughlin) by aliguori · 16 years ago
  50. deb5439 Define PCI vendor and device IDs in pci.h (Stuart Brady) by aliguori · 16 years ago
  51. ad46db9 Rename fls to qemu_fls by blueswir1 · 16 years ago
  52. 69d6451 Fix some new warnings introduced after r5022 by blueswir1 · 16 years ago
  53. bb6834c Fix windows build after virtio changes by aliguori · 16 years ago
  54. f46f15b Remove TARGET_PAGE_SIZE from virtio interface (Hollis Blanchard) by aliguori · 16 years ago
  55. 967f97f Virtio core support by aliguori · 16 years ago