1. 15 6月, 2017 1 次提交
    • F
      vhost-user-scsi: Introduce vhost-user-scsi host device · f12c1ebd
      Felipe Franciosi 提交于
      This commit introduces a vhost-user device for SCSI. This is based
      on the existing vhost-scsi implementation, but done over vhost-user
      instead. It also uses a chardev to connect to the backend. Unlike
      vhost-scsi (today), VMs using vhost-user-scsi can be live migrated.
      
      To use it, start Qemu with a command line equivalent to:
      
      qemu-system-x86_64 \
             -chardev socket,id=vus0,path=/tmp/vus.sock \
             -device vhost-user-scsi-pci,chardev=vus0,bus=pci.0,addr=...
      
      A separate commit presents a sample application linked with libiscsi to
      provide a backend for vhost-user-scsi.
      Signed-off-by: NFelipe Franciosi <felipe@nutanix.com>
      Message-Id: <1488479153-21203-4-git-send-email-felipe@nutanix.com>
      Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
      f12c1ebd
  2. 19 5月, 2017 1 次提交
  3. 04 5月, 2017 1 次提交
  4. 11 6月, 2015 1 次提交
  5. 16 3月, 2015 1 次提交
  6. 12 1月, 2015 1 次提交
  7. 20 5月, 2014 1 次提交
  8. 27 2月, 2014 1 次提交
  9. 09 4月, 2013 1 次提交
  10. 19 3月, 2012 1 次提交
  11. 22 2月, 2012 1 次提交
  12. 27 11月, 2010 2 次提交
  13. 06 12月, 2009 1 次提交
  14. 21 5月, 2009 1 次提交
  15. 04 5月, 2008 1 次提交