1. 12 3月, 2018 5 次提交
  2. 10 3月, 2018 1 次提交
  3. 07 3月, 2018 1 次提交
  4. 01 3月, 2018 1 次提交
  5. 23 2月, 2018 1 次提交
  6. 21 2月, 2018 1 次提交
  7. 19 2月, 2018 1 次提交
  8. 10 2月, 2018 1 次提交
  9. 09 2月, 2018 3 次提交
  10. 08 2月, 2018 1 次提交
    • F
      block: Add VFIO based NVMe driver · bdd6a90a
      Fam Zheng 提交于
      This is a new protocol driver that exclusively opens a host NVMe
      controller through VFIO. It achieves better latency than linux-aio by
      completely bypassing host kernel vfs/block layer.
      
          $rw-$bs-$iodepth  linux-aio     nvme://
          ----------------------------------------
          randread-4k-1     10.5k         21.6k
          randread-512k-1   745           1591
          randwrite-4k-1    30.7k         37.0k
          randwrite-512k-1  1945          1980
      
          (unit: IOPS)
      
      The driver also integrates with the polling mechanism of iothread.
      
      This patch is co-authored by Paolo and me.
      Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
      Signed-off-by: NFam Zheng <famz@redhat.com>
      Message-Id: <20180116060901.17413-4-famz@redhat.com>
      Reviewed-by: NStefan Hajnoczi <stefanha@redhat.com>
      Signed-off-by: NFam Zheng <famz@redhat.com>
      bdd6a90a
  11. 03 2月, 2018 1 次提交
  12. 31 1月, 2018 2 次提交
  13. 29 1月, 2018 1 次提交
  14. 19 1月, 2018 1 次提交
  15. 10 1月, 2018 2 次提交
  16. 08 1月, 2018 1 次提交
  17. 21 12月, 2017 1 次提交
  18. 18 12月, 2017 10 次提交
  19. 14 12月, 2017 1 次提交
  20. 21 11月, 2017 1 次提交
  21. 20 11月, 2017 1 次提交
  22. 13 11月, 2017 1 次提交
  23. 06 11月, 2017 1 次提交
    • P
      MAINTAINERS: Update Paul Burton's email address · 94d973bd
      Paul Burton 提交于
      Update my email address from paul.burton@imgtec.com to
      paul.burton@mips.com, since MIPS will soon no longer be a part of
      Imagination Technologies & as such the @imgtec.com address will soon
      cease to function.
      
      A mapping is added in .mailmap such that git reports the new @mips.com
      address, and get_maintainer.pl in turn reports it when examining git
      history. Whilst here add a mapping for my also-defunct
      paul@archlinuxmips.org email address too.
      Signed-off-by: NPaul Burton <paul.burton@imgtec.com>
      Cc: Laurent Vivier <laurent@vivier.eu>
      Cc: Michael Tokarev <mjt@tls.msk.ru>
      Cc: Yongbok Kim <yongbok.kim@imgtec.com>
      Cc: Yongbok Kim <yongbok.kim@mips.com>
      Cc: qemu-devel@nongnu.org
      Cc: qemu-trivial@nongnu.org
      Reviewed-by: NPhilippe Mathieu-Daudé <f4bug@amsat.org>
      [Yongbok Kim:
        Updated message subject]
      Signed-off-by: NYongbok Kim <yongbok.kim@imgtec.com>
      94d973bd