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