1. 60653b2 virtio-9p: remove PCI dependencies from hw/9pfs/ by Paolo Bonzini · 12 years ago
  2. b4a42f8 hw: move qdev-monitor.o to toplevel directory by Paolo Bonzini · 12 years ago
  3. 312fd5f error: Strip trailing '\n' from error string arguments (again) by Markus Armbruster · 12 years ago
  4. a911a18 qemu/9p: Don't ignore error in fid clunk by Aneesh Kumar K.V · 12 years ago
  5. d3f8e13 hw/9pfs: Fix unchecked strdup() by converting to g_strdup() by Markus Armbruster · 12 years ago
  6. c64f50d g_strdup(NULL) returns NULL; simplify by Markus Armbruster · 12 years ago
  7. 6528499 g_malloc(0) and g_malloc0(0) return NULL; simplify by Markus Armbruster · 12 years ago
  8. 8e9a868 Merge remote-tracking branch 'mst/tags/for_anthony' into staging by Anthony Liguori · 12 years ago
  9. 8c43a6f Make all static TypeInfos const by Andreas Färber · 12 years ago
  10. 13744bd virtio-9p: use symbolic constant, add to pci-ids.txt by Paolo Bonzini · 12 years ago
  11. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  12. caf71f8 migration: move include files to include/migration/ by Paolo Bonzini · 12 years ago
  13. 737e150 block: move include files to include/block/ by Paolo Bonzini · 12 years ago
  14. cb9c377 janitor: add guards to headers by Paolo Bonzini · 12 years ago
  15. f8fe796 janitor: do not include qemu-char everywhere by Paolo Bonzini · 12 years ago
  16. 048d361 Merge branch 'trivial-patches' of git://github.com/stefanha/qemu by Aurelien Jarno · 12 years ago
  17. c9159fe Remove libhw by Stefan Weil · 12 years ago
  18. 4d5b97d cleanup useless return sentence by Amos Kong · 12 years ago
  19. 9238c20 virtio-9p: avoid unwarranted uses of strncpy by Jim Meyering · 12 years ago
  20. a79b5f8 hw/9pfs: avoid buffer overrun by Jim Meyering · 12 years ago
  21. 4cdc078 hw/9pfs: Fix assert when disabling migration by Aneesh Kumar K.V · 13 years ago
  22. 23797df Merge remote-tracking branch 'mjt/mjt-iov2' into staging by Anthony Liguori · 13 years ago
  23. 1b093c4 consolidate qemu_iovec_copy() and qemu_iovec_concat() and make them consistent by Michael Tokarev · 13 years ago
  24. c353f26 build: move per-target hw/ objects to nested Makefile.objs by Paolo Bonzini · 13 years ago
  25. be1029e build: convert libhw to nested Makefile.objs by Paolo Bonzini · 13 years ago
  26. 67d6fa5 hw/9pfs: Endian fixes for virtfs by Benjamin Herrenschmidt · 13 years ago
  27. 83f7d43 qom: Unify type registration by Andreas Färber · 13 years ago
  28. dc717bf Merge remote-tracking branch 'aneesh/for-upstream' into staging by Anthony Liguori · 13 years ago
  29. 39bffca qdev: register all types natively through QEMU Object Model by Anthony Liguori · 13 years ago
  30. eed9686 hw/9pfs: Remove O_NOATIME flag from 9pfs open() calls in readonly mode by Daniel P. Berrange · 13 years ago
  31. 71f86cd hw/9pfs: Fix crash when mounting with synthfs by Aneesh Kumar K.V · 13 years ago
  32. 2d40564 hw/9pfs: Preserve S_ISGID by M. Mohan Kumar · 13 years ago
  33. 40021f0 pci: convert to QEMU Object Model by Anthony Liguori · 13 years ago
  34. e855761 qdev: prepare source tree for code conversion by Anthony Liguori · 13 years ago
  35. 2c30dd7 hw/9pfs: Add new security model mapped-file. by Aneesh Kumar K.V · 13 years ago
  36. 2afee49 virtio-9p-proxy: Fix typo causing compile failure on 32 bit hosts by Peter Maydell · 13 years ago
  37. 84a87cc hw/9pfs: Add support to use named socket for proxy FS by M. Mohan Kumar · 13 years ago
  38. d090e45 hw/9pfs: Proxy getversion by M. Mohan Kumar · 13 years ago
  39. d52b09e hw/9pfs: xattr interfaces in proxy filesystem driver by M. Mohan Kumar · 13 years ago
  40. ea75fc4 hw/9pfs: File ownership and others by M. Mohan Kumar · 13 years ago
  41. b178adc hw/9pfs: Add stat/readlink/statfs for proxy FS by M. Mohan Kumar · 13 years ago
  42. 39f8c32 hw/9pfs: Create other filesystem objects by M. Mohan Kumar · 13 years ago
  43. daf0b9a hw/9pfs: Open and create files by M. Mohan Kumar · 13 years ago
  44. 17bff52 hw/9pfs: File system helper process for qemu 9p proxy FS by M. Mohan Kumar · 13 years ago
  45. 4c793dd hw/9pfs: Add new proxy filesystem driver by M. Mohan Kumar · 13 years ago
  46. ddca7f8 hw/9pfs: Add validation to {un}marshal code by M. Mohan Kumar · 13 years ago
  47. 10925bf hw/9pfs: Move pdu_marshal/unmarshal code to a seperate file by M. Mohan Kumar · 13 years ago
  48. 99519f0 hw/9pfs: Move opt validation to FsDriver callback by Aneesh Kumar K.V · 13 years ago
  49. e4027ca hw/9pfs: iattr_valid flags are kernel internal flags map them to 9p values. by Aneesh Kumar K.V · 13 years ago
  50. 2f008a8 hw/9pfs: Use the correct signed type for different variables by Aneesh Kumar K.V · 13 years ago
  51. 302a0d3 hw/9pfs: replace iovec manipulation with QEMUIOVector by Stefan Hajnoczi · 13 years ago
  52. 66a0a2c fix spelling in hw sub directory by Dong Xu Wang · 13 years ago
  53. 3a93113 fix typo: delete redundant semicolon by Dong Xu Wang · 13 years ago
  54. 8b88827 hw/9pfs: Use the correct file descriptor in Fsdriver Callback by Aneesh Kumar K.V · 13 years ago
  55. 8798d6c hw/9pfs: Add qdev.reset callback for virtio-9p-pci device by Aneesh Kumar K.V · 13 years ago
  56. b41e299 hw/9pfs: Reset server state during TVERSION by Deepak C Shetty · 13 years ago
  57. e9a0152 hw/9pfs: use migration blockers to prevent live migration when virtfs export path is mounted by Aneesh Kumar K.V · 13 years ago
  58. 77eec1b hw/9pfs: Improve portability to older systems by Aneesh Kumar K.V · 13 years ago
  59. 2507718 9pfs: improve portability to older systems by Aneesh Kumar K.V · 13 years ago
  60. ae0f940 9pfs: improve portability to older systems by Paolo Bonzini · 13 years ago
  61. 930b588 9p: pass dotl flags to the unlinkat method by Paolo Bonzini · 13 years ago
  62. f565403 9p: allow compiling the dummy virtio-9p-handle.c code on Linux by Paolo Bonzini · 13 years ago
  63. 4f26f2b configure: fix detection for xattr.h on modern distributions by Avi Kivity · 13 years ago
  64. 779b5b0 hw/9pfs: use g_vasprintf() instead of rolling our own by Stefan Hajnoczi · 13 years ago
  65. 2583e44 hw/9pfs: Replace rwlocks with RCU variants of interfaces. by Harsh Prateek Bora · 13 years ago
  66. 9db221a hw/9pfs: Add synthetic file system support using 9p by Aneesh Kumar K.V · 13 years ago
  67. cc720dd hw/9pfs: Abstract open state of fid to V9fsFidOpenState by Aneesh Kumar K.V · 13 years ago
  68. 2c74c2c hw/9pfs: Read-only support for 9p export by M. Mohan Kumar · 13 years ago
  69. 17b1971 hw/9pfs: Fix error handling in local_mknod by Aneesh Kumar K.V · 13 years ago
  70. 7999f7e hw/9pfs: Make VirtFS tracing work correctly by Aneesh Kumar K.V · 13 years ago
  71. b97400c hw/9pfs: Use export flag for indicating security model by Aneesh Kumar K.V · 13 years ago
  72. fbcbf10 hw/9pfs: Rename fstype to fsdriver to make it consistent across VirtFS code by Aneesh Kumar K.V · 13 years ago
  73. c98f1d4 hw/9pfs: Use export_flag for indicating whether fs driver use path names. by Aneesh Kumar K.V · 13 years ago
  74. 7cca27d hw/9pfs: Use fs driver specific lstat by M. Mohan Kumar · 13 years ago
  75. 46604b3 hw/9pfs: Remove virtio-9p-debug.* infra to be replaced by Qemu Tracing. by Harsh Prateek Bora · 13 years ago
  76. c572f23 hw/9pfs: Introduce tracing for 9p pdu handlers by Harsh Prateek Bora · 13 years ago
  77. edb9eb7 hw/9pfs: Add st_gen support for handle based fs driver by Harsh Prateek Bora · 13 years ago
  78. e06a765 hw/9pfs: Add st_gen support in getattr reply by Harsh Prateek Bora · 13 years ago
  79. 9844081 hw/9pfs: Add open flag mapping by M. Mohan Kumar · 13 years ago
  80. a2f507d hw/9pfs: Ensure an error is reported to user if 9pfs mount tag is too long by Daniel P. Berrange · 13 years ago
  81. ea60f31 virtio-9p: Use 9P specific Lock constants by M. Mohan Kumar · 13 years ago
  82. d204237 hw/9pfs: Fix build error on platform that don't support futimens by Aneesh Kumar K.V · 13 years ago
  83. d3ab98e hw/9pfs: Add new virtfs option writeout=immediate skip host page cache by Aneesh Kumar K.V · 13 years ago
  84. 5745e38 hw/9pfs: Use ioeventfd for 9p by Aneesh Kumar K.V · 13 years ago
  85. 5f54222 hw/9pfs: Add handle based fs driver by Aneesh Kumar K.V · 14 years ago
  86. bccacf6 hw/9pfs: Implement TFLUSH operation by Aneesh Kumar K.V · 14 years ago
  87. ce421a1 hw/9pfs: Avoid unnecessary get_fid in v9fs_clunk by Aneesh Kumar K.V · 14 years ago
  88. 532decb hw/9pfs: Add fs driver specific details to fscontext by Aneesh Kumar K.V · 14 years ago
  89. 0174fe7 hw/9pfs: Add init callback to fs driver by Aneesh Kumar K.V · 14 years ago
  90. 2289be1 hw/9pfs: Move fid pathname tracking to seperate data type. by Aneesh Kumar K.V · 14 years ago
  91. 02cb7f3 hw/9pfs: Use read-write lock for protecting fid path. by Aneesh Kumar K.V · 14 years ago
  92. 70c18fc hw/9pfs: Make v9fs_string* functions non-static by Aneesh Kumar K.V · 14 years ago
  93. c7fbbdf Merge remote-tracking branch 'aneesh/for-upstream-4' into staging by Anthony Liguori · 14 years ago
  94. da5391e Merge remote-tracking branch 'stefanha/trivial-patches' into staging by Anthony Liguori · 14 years ago
  95. ad8b818 Don't use g_thread_get_initialized. by Gerd Hoffmann · 14 years ago
  96. 7834cf7 hw/9pfs: add 9P2000.L unlinkat operation by Aneesh Kumar K.V · 14 years ago
  97. 89bf659 hw/9pfs: add 9P2000.L renameat operation by Aneesh Kumar K.V · 14 years ago
  98. 10e7229 hw/9pfs: Fix memleaks in some 9p operation by Aneesh Kumar K.V · 14 years ago
  99. 25427ec hw/9pfs: Initialize rest of qid field to zero. by Aneesh Kumar K.V · 14 years ago
  100. 407fee0 hw/9pfs: Update the fidp path before opendir by Aneesh Kumar K.V · 14 years ago