1. 8063396 Use OBJECT_DECLARE_SIMPLE_TYPE when possible by Eduardo Habkost · 4 years, 6 months ago
  2. 8110fa1 Use DECLARE_*CHECKER* macros by Eduardo Habkost · 4 years, 6 months ago
  3. db1015e Move QOM typedefs and add missing includes by Eduardo Habkost · 4 years, 6 months ago
  4. ea83441 9pfs: introduce transport specific callbacks by Stefano Stabellini · 8 years ago
  5. 583f21f 9pfs: move pdus to V9fsState by Stefano Stabellini · 8 years ago
  6. bc70a59 9pfs: fsdev: drop useless extern annotation for functions by Greg Kurz · 8 years ago
  7. 2a6a407 Clean up ill-advised or unusual header guards by Markus Armbruster · 9 years ago
  8. 51b19eb virtio: move allocation to virtqueue_pop/vring_pop by Paolo Bonzini · 9 years ago
  9. 00588a0 9pfs: introduce V9fsVirtioState by Wei Liu · 9 years ago
  10. 0192cc5 9pfs: move handle_9p_output and make it static function by Wei Liu · 9 years ago
  11. 0d3716b 9pfs: factor out virtio_9p_push_and_notify by Wei Liu · 9 years ago
  12. ebe74f8 9pfs: break out 9p.h from virtio-9p.h by Wei Liu · 9 years ago
  13. 592707a 9pfs: break out virtio_init_iov_from_pdu by Wei Liu · 9 years ago
  14. fe9fa96 9pfs: factor out virtio_pdu_{,un}marshal by Wei Liu · 9 years ago
  15. 0e2082d 9pfs: make pdu_{,un}marshal proper functions by Wei Liu · 9 years ago
  16. 2209bd0 fsdev: rename virtio-9p-marshal.{c,h} to 9p-iov-marshal.{c,h} by Wei Liu · 9 years ago
  17. 71042cf 9pfs: remove dead code by Wei Liu · 9 years ago
  18. 756cb74 9pfs: merge hw/virtio/virtio-9p.h into hw/9pfs/virtio-9p.h by Wei Liu · 9 years ago
  19. 10817bf coroutine: move into libqemuutil.a library by Daniel P. Berrange · 10 years ago
  20. 83a8487 virtio-9p-device: move qdev properties into virtio-9p-device.c by Shannon Zhao · 10 years ago
  21. 8744a6a virtio-9p: use standard headers by Michael S. Tsirkin · 10 years ago
  22. e9600c6 virtio: use standard-headers by Michael S. Tsirkin · 10 years ago
  23. 4fa4ce7 hw/9pfs: use g_strdup_printf() instead of PATH_MAX limitation by Chen Gang · 11 years ago
  24. 13daf6c virtio-9p: cleanup: QOM casts. by KONRAD Frederic · 12 years ago
  25. 234a336 virtio-9p-pci: switch to the new API. by KONRAD Frederic · 12 years ago
  26. e7303c4 virtio-9p: add the virtio-9p device. by KONRAD Frederic · 12 years ago
  27. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  28. 60653b2 virtio-9p: remove PCI dependencies from hw/9pfs/ by Paolo Bonzini · 12 years ago
  29. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  30. 737e150 block: move include files to include/block/ by Paolo Bonzini · 12 years ago
  31. 10925bf hw/9pfs: Move pdu_marshal/unmarshal code to a seperate file by M. Mohan Kumar · 13 years ago
  32. 2f008a8 hw/9pfs: Use the correct signed type for different variables by Aneesh Kumar K.V · 13 years ago
  33. e9a0152 hw/9pfs: use migration blockers to prevent live migration when virtfs export path is mounted by Aneesh Kumar K.V · 13 years ago
  34. 9db221a hw/9pfs: Add synthetic file system support using 9p by Aneesh Kumar K.V · 13 years ago
  35. cc720dd hw/9pfs: Abstract open state of fid to V9fsFidOpenState by Aneesh Kumar K.V · 13 years ago
  36. c98f1d4 hw/9pfs: Use export_flag for indicating whether fs driver use path names. by Aneesh Kumar K.V · 13 years ago
  37. 9844081 hw/9pfs: Add open flag mapping by M. Mohan Kumar · 13 years ago
  38. ea60f31 virtio-9p: Use 9P specific Lock constants by M. Mohan Kumar · 13 years ago
  39. bccacf6 hw/9pfs: Implement TFLUSH operation by Aneesh Kumar K.V · 14 years ago
  40. 532decb hw/9pfs: Add fs driver specific details to fscontext by Aneesh Kumar K.V · 14 years ago
  41. 2289be1 hw/9pfs: Move fid pathname tracking to seperate data type. by Aneesh Kumar K.V · 13 years ago
  42. 02cb7f3 hw/9pfs: Use read-write lock for protecting fid path. by Aneesh Kumar K.V · 14 years ago
  43. 70c18fc hw/9pfs: Make v9fs_string* functions non-static by Aneesh Kumar K.V · 14 years ago
  44. 7834cf7 hw/9pfs: add 9P2000.L unlinkat operation by Aneesh Kumar K.V · 13 years ago
  45. 89bf659 hw/9pfs: add 9P2000.L renameat operation by Aneesh Kumar K.V · 14 years ago
  46. 63236c1 Merge remote-tracking branch 'aneesh/for-upstream-3' into staging by Anthony Liguori · 13 years ago
  47. 541dc0d Use new macro QEMU_PACKED for packed structures by Stefan Weil · 14 years ago
  48. 7a46274 hw/9pfs: Add file descriptor reclaim support by Aneesh Kumar K.V · 14 years ago
  49. 84dfb92 hw/9pfs: Add reference counting for fid by Aneesh Kumar K.V · 14 years ago
  50. b81d685 hw/9pfs: Update v9fs_wstat to use coroutines by Aneesh Kumar K.V · 14 years ago
  51. 3fa2a8d hw/9pfs: Update v9fs_symlink to use coroutines by Venkateswararao Jujjuri · 14 years ago
  52. baaa86d hw/9pfs: Update v9fs_create to use coroutines by Venkateswararao Jujjuri · 14 years ago
  53. 3cc19c0 hw/9pfs: Update v9fs_walk to use coroutines by Aneesh Kumar K.V · 14 years ago
  54. 36f8981 hw/9pfs: Update v9fs_lcreate to use coroutines by Venkateswararao Jujjuri · 14 years ago
  55. e4e414a hw/9pfs: Update v9fs_getlock to use coroutines by Aneesh Kumar K.V · 14 years ago
  56. 0c27bf2 hw/9pfs: Update v9fs_lock to use coroutines by Aneesh Kumar K.V · 14 years ago
  57. 930b1e1 hw/9pfs: Update vfs_rename to use coroutines by Aneesh Kumar K.V · 14 years ago
  58. ae1ef57 hw/9pfs: Update v9fs_remove to use coroutines by Venkateswararao Jujjuri · 14 years ago
  59. f10ff58 hw/9pfs: Update v9fs_xattrcreate to use coroutines by Aneesh Kumar K.V · 14 years ago
  60. 65c05f9 hw/9pfs: Update v9fs_setattr to use coroutines by Aneesh Kumar K.V · 14 years ago
  61. 8db21ce hw/9pfs: Update v9fs_getattr to use coroutines by Aneesh Kumar K.V · 14 years ago
  62. 88a4763 hw/9pfs: Update v9fs_statfs to use coroutines by Aneesh Kumar K.V · 14 years ago
  63. 7a5ca31 hw/9pfs: Update v9fs_readlink to use coroutine by Venkateswararao Jujjuri · 14 years ago
  64. ff06030 [virtio-9p] Change all pdu handlers to coroutines. by Venkateswararao Jujjuri (JV) · 14 years ago
  65. faa44e3 [virtio-9p] Make rpath thread safe by Venkateswararao Jujjuri (JV) · 14 years ago
  66. f4f61d2 virtio-9p: Move device specific code to virtio-9p-device by Aneesh Kumar K.V · 14 years ago
  67. 4f8dee2 v9fs_walk: As per 9p2000 RFC, MAXWELEM >= nwnames >= 0. by Harsh Prateek Bora · 14 years ago
  68. 353ac78 virtio-9p: move 9p files around by Aneesh Kumar K.V · 14 years ago[Renamed (99%) from hw/virtio-9p.h]
  69. 64b85a8 Delete useless 'extern' qualifiers for functions by Blue Swirl · 14 years ago
  70. df0973a qemu-virtio-9p: Implement TREADLINK operation for 9p2000.L by M. Mohan Kumar · 14 years ago
  71. b41e95d [virtio-9p] Introduce server side TFSYNC/RFSYNC for dotl by Venkateswararao Jujjuri (JV) · 14 years ago
  72. 8f35400 qemu-virtio9p: Implement TGETLOCK by M. Mohan Kumar · 14 years ago
  73. 82cc3ee [virto-9p] Implement TLOCK by M. Mohan Kumar · 14 years ago
  74. 8f4d1ca [virtio-9p] This patch implements TLERROR/RLERROR on the qemu 9P server. by Arun R Bharadwaj · 15 years ago
  75. 10b468b virtio-9p: Implement TXATTRCREATE by Aneesh Kumar K.V · 15 years ago
  76. fa32ef8 virtio-9p: Implement TXATTRWALK by Aneesh Kumar K.V · 15 years ago
  77. d62dbb5 virtio-9p: Add fidtype so that we can do type specific operation by Aneesh Kumar K.V · 15 years ago
  78. 771e9d4 [virtio-9p] qemu: virtio-9p: Implement LOPEN by M. Mohan Kumar · 15 years ago
  79. c7b4b0b rename - change name of file or directory by M. Mohan Kumar · 15 years ago
  80. b67592e qemu: virtio-9p: Implement TMKDIR by M. Mohan Kumar · 15 years ago
  81. 5268cec qemu: virtio-9p: Implement TMKNOD by M. Mohan Kumar · 15 years ago
  82. c1568af [virtio-9p] This patch implements TLCREATE for 9p2000.L protocol. by Venkateswararao Jujjuri (JV) · 15 years ago
  83. 08c60fc [virtio-9p] Define and implement TSYMLINK for 9P2000.L by Venkateswararao Jujjuri (JV) · 15 years ago
  84. b2c224b [virtio-9p] Implement TLINK for 9P2000.L by Venkateswararao Jujjuri (JV) · 15 years ago
  85. c79ce73 virtio-9p: Implement server side of setattr for 9P2000.L protocol. by Sripathi Kodi · 15 years ago
  86. 00ede4c virtio-9p: getattr server implementation for 9P2000.L protocol. by Sripathi Kodi · 15 years ago
  87. 5e94c10 virtio-9p: Compute iounit based on host filesystem block size by M. Mohan Kumar · 15 years ago
  88. c18e2f9 [V4] virtio-9p: readdir implementation for 9p2000.L by Sripathi Kodi · 15 years ago
  89. be940c8 qemu: virtio-9p: Implement statfs support in server by M. Mohan Kumar · 15 years ago
  90. 8415151 qemu: virtio-9p: Recognize 9P2000.L protocol by M. Mohan Kumar · 15 years ago
  91. fac4f11 virtio-9p: Rearrange fileop structures by Venkateswararao Jujjuri (JV) · 15 years ago
  92. 9f10751 virtio-9p: Add a virtio 9p device to qemu by Anthony Liguori · 15 years ago