1. 06 5月, 2014 2 次提交
  2. 26 4月, 2014 1 次提交
  3. 26 3月, 2014 1 次提交
  4. 13 3月, 2014 1 次提交
  5. 11 3月, 2014 1 次提交
  6. 05 3月, 2014 3 次提交
  7. 01 3月, 2014 3 次提交
  8. 25 2月, 2014 1 次提交
  9. 22 2月, 2014 1 次提交
  10. 18 2月, 2014 1 次提交
  11. 15 2月, 2014 1 次提交
  12. 09 2月, 2014 1 次提交
    • P
      block: add native support for NFS · 6542aa9c
      Peter Lieven 提交于
      This patch adds native support for accessing images on NFS
      shares without the requirement to actually mount the entire
      NFS share on the host.
      
      NFS Images can simply be specified by an url of the form:
      nfs://<host>/<export>/<filename>[?param=value[&param2=value2[&...]]]
      
      For example:
      qemu-img create -f qcow2 nfs://10.0.0.1/qemu-images/test.qcow2
      
      You need LibNFS from Ronnie Sahlberg available at:
         git://github.com/sahlberg/libnfs.git
      for this to work.
      
      During configure it is automatically probed for libnfs and support
      is enabled on-the-fly. You can forbid or enforce libnfs support
      with --disable-libnfs or --enable-libnfs respectively.
      
      Due to NFS restrictions you might need to execute your binaries
      as root, allow them to open priviledged ports (<1024) or specify
      insecure option on the NFS server.
      
      For additional information on ROOT vs. non-ROOT operation and URL
      format + parameters see:
         https://raw.github.com/sahlberg/libnfs/master/README
      
      Supported by qemu are the uid, gid and tcp-syncnt URL parameters.
      
      LibNFS currently support NFS version 3 only.
      Signed-off-by: NPeter Lieven <pl@kamp.de>
      Signed-off-by: NKevin Wolf <kwolf@redhat.com>
      6542aa9c
  13. 25 1月, 2014 1 次提交
  14. 24 1月, 2014 7 次提交
  15. 22 1月, 2014 1 次提交
  16. 07 1月, 2014 2 次提交
  17. 20 12月, 2013 2 次提交
  18. 13 12月, 2013 1 次提交
  19. 09 12月, 2013 1 次提交
    • V
      net: Adding netmap network backend · 58952137
      Vincenzo Maffione 提交于
      This patch adds support for a network backend based on netmap.
      netmap is a framework for high speed packet I/O. You can use it
      to build extremely fast traffic generators, monitors, software
      switches or network middleboxes. Its companion software switch
      VALE lets you interconnect virtual machines.
      netmap and VALE are implemented as a non-intrusive kernel module,
      support NICs from multiple vendors, are part of standard FreeBSD
      distributions and available in source format for Linux too.
      
      To compile QEMU with netmap support, use the following configure
      options:
          ./configure [...] --enable-netmap --extra-cflags=-I/path/to/netmap/sys
      where "/path/to/netmap" contains the netmap source code, available at
          http://info.iet.unipi.it/~luigi/netmap/
      
      The same webpage contains more information about the netmap project
      (together with papers and presentations).
      Signed-off-by: NVincenzo Maffione <v.maffione@gmail.com>
      Signed-off-by: NStefan Hajnoczi <stefanha@redhat.com>
      58952137
  20. 29 11月, 2013 1 次提交
  21. 14 11月, 2013 1 次提交
  22. 13 11月, 2013 1 次提交
  23. 07 11月, 2013 1 次提交
  24. 31 10月, 2013 2 次提交
  25. 26 10月, 2013 1 次提交
  26. 11 10月, 2013 1 次提交