1. 19 9月, 2012 3 次提交
  2. 24 7月, 2012 2 次提交
  3. 19 4月, 2012 3 次提交
  4. 17 2月, 2012 2 次提交
  5. 06 1月, 2012 1 次提交
  6. 22 12月, 2011 5 次提交
  7. 11 11月, 2011 6 次提交
  8. 19 9月, 2011 1 次提交
  9. 09 9月, 2011 1 次提交
  10. 21 8月, 2011 1 次提交
  11. 14 6月, 2011 1 次提交
  12. 08 6月, 2011 1 次提交
  13. 17 12月, 2010 1 次提交
  14. 21 9月, 2010 2 次提交
  15. 04 9月, 2010 2 次提交
  16. 31 8月, 2010 1 次提交
    • L
      nbd: Introduce NBD named exports. · 1d45f8b5
      Laurent Vivier 提交于
      This patch allows to connect Qemu using NBD protocol to an nbd-server
      using named exports.
      
      For instance, if on the host "isoserver", in /etc/nbd-server/config, you have:
      
      [generic]
      [debian-500-ppc-netinst]
              exportname = /ISO/debian-500-powerpc-netinst.iso
      [Fedora-10-ppc-netinst]
              exportname = /ISO/Fedora-10-ppc-netinst.iso
      
      You can connect to it, using:
      
          qemu -cdrom nbd:isoserver:exportname=debian-500-ppc-netinst
          qemu -cdrom nbd:isoserver:exportname=Fedora-10-ppc-netinst
      
      NOTE: you need at least nbd-server 2.9.18
      Signed-off-by: NLaurent Vivier <laurent@vivier.eu>
      Signed-off-by: NKevin Wolf <kwolf@redhat.com>
      1d45f8b5
  17. 17 5月, 2010 1 次提交
  18. 23 4月, 2010 1 次提交
    • K
      Replace calls of old bdrv_open · d6e9098e
      Kevin Wolf 提交于
      What is known today as bdrv_open2 becomes the new bdrv_open. All remaining
      callers of the old function are converted to the new one. In some places they
      even know the right format, so they should have used bdrv_open2 from the
      beginning.
      Signed-off-by: NKevin Wolf <kwolf@redhat.com>
      d6e9098e
  19. 27 3月, 2010 2 次提交
  20. 18 3月, 2010 1 次提交
  21. 27 1月, 2010 1 次提交
  22. 20 1月, 2010 1 次提交