1. 12 3月, 2015 1 次提交
  2. 10 3月, 2015 3 次提交
  3. 06 2月, 2015 1 次提交
  4. 05 2月, 2015 1 次提交
  5. 26 1月, 2015 1 次提交
  6. 13 1月, 2015 2 次提交
  7. 12 1月, 2015 1 次提交
  8. 30 12月, 2014 1 次提交
  9. 20 12月, 2014 1 次提交
  10. 16 12月, 2014 5 次提交
  11. 11 11月, 2014 3 次提交
  12. 03 11月, 2014 1 次提交
  13. 24 10月, 2014 2 次提交
  14. 23 10月, 2014 10 次提交
  15. 21 10月, 2014 1 次提交
  16. 08 9月, 2014 1 次提交
  17. 03 9月, 2014 1 次提交
  18. 01 9月, 2014 1 次提交
  19. 29 8月, 2014 1 次提交
  20. 15 8月, 2014 1 次提交
    • C
      block: Support Archipelago as a QEMU block backend · c9a12e75
      Chrysostomos Nanakos 提交于
      VM Image on Archipelago volume is specified like this:
      
      file.driver=archipelago,file.volume=<volumename>[,file.mport=<mapperd_port>[,
      file.vport=<vlmcd_port>][,file.segment=<segment_name>]]
      
      'archipelago' is the protocol.
      
      'mport' is the port number on which mapperd is listening. This is optional
      and if not specified, QEMU will make Archipelago to use the default port.
      
      'vport' is the port number on which vlmcd is listening. This is optional
      and if not specified, QEMU will make Archipelago to use the default port.
      
      'segment' is the name of the shared memory segment Archipelago stack is using.
      This is optional and if not specified, QEMU will make Archipelago to use the
      default value, 'archipelago'.
      
      Examples:
      
      file.driver=archipelago,file.volume=my_vm_volume
      file.driver=archipelago,file.volume=my_vm_volume,file.mport=123
      file.driver=archipelago,file.volume=my_vm_volume,file.mport=123,
      file.vport=1234
      file.driver=archipelago,file.volume=my_vm_volume,file.mport=123,
      file.vport=1234,file.segment=my_segment
      Signed-off-by: NChrysostomos Nanakos <cnanakos@grnet.gr>
      Reviewed-by: NStefan Hajnoczi <stefanha@redhat.com>
      Signed-off-by: NKevin Wolf <kwolf@redhat.com>
      c9a12e75
  21. 07 7月, 2014 1 次提交