1. 17 2月, 2010 1 次提交
  2. 20 1月, 2010 1 次提交
  3. 18 1月, 2010 1 次提交
  4. 21 12月, 2009 1 次提交
  5. 11 12月, 2009 1 次提交
    • P
      add virsh --suspend arg to migrate command · edc9e78b
      Paolo Bonzini 提交于
      This adds a new flag, VIR_MIGRATE_PAUSED, that mandates pausing
      the migrated VM before starting it.
      
      * include/libvirt/libvirt.h.in (virDomainMigrateFlags): Add VIR_MIGRATE_PAUSED.
      * src/qemu/qemu_driver.c (qemudDomainMigrateFinish2): Handle VIR_MIGRATE_PAUSED.
      * tools/virsh.c (opts_migrate): Add --suspend. (cmdMigrate): Handle it.
      * tools/virsh.pod (migrate): Document it.
      edc9e78b
  6. 20 11月, 2009 1 次提交
  7. 21 9月, 2009 1 次提交
    • D
      Move virsh into tools/ directory · 7ff256ec
      Daniel P. Berrange 提交于
      Move the virsh tool and its man page into the tools directory
      
      * Makefile.am: Remove rules for virsh.1 man page
      * virsh.1: Remove auto-generated file
      * docs/Makefile.am: Remove rules for virsh.pod man page
      * docs/virsh.pod: Move to tools/ directory
      * src/Makefile.am, src/.gitignore: Remove rules for virsh
      * src/console.c, src/console.h, src/*.ico, src/virsh_win_icon.rc,
        src/virsh.c: Move into tools/ directory
      * tools/Makefile.am: Add rules for building virsh
      * tools/.gitignore: Ignore virsh built files
      * tests/virshtest.c, tests/int-overflow: Update for new
        virsh location
      7ff256ec
  8. 11 9月, 2009 1 次提交
  9. 11 8月, 2009 1 次提交
  10. 16 7月, 2009 1 次提交
    • P
      add cd and pwd commands to virsh · c4951f11
      Paolo Bonzini 提交于
      * src/virsh.c: adds cd and pwd commands to virsh useful for save and
        restore commands
      * docs/virsh.pod virsh.1: update the documentation
      * AUTHORS: add Paolo Bonzini
      c4951f11
  11. 20 4月, 2009 1 次提交
  12. 19 4月, 2009 1 次提交
  13. 14 2月, 2009 1 次提交
  14. 18 12月, 2008 1 次提交
  15. 09 10月, 2008 1 次提交
  16. 25 9月, 2008 1 次提交
  17. 01 8月, 2008 1 次提交
    • R
      'virsh edit' and related commands · 969fa847
      Richard W.M. Jones 提交于
      	* src/virsh.c: Implement 'virsh edit', 'virsh net-edit' and
      	  'virsh pool-edit' commands.  These edit the XML for domains,
      	  networks and storage pools respectively, and are the
      	  equivalent of doing 'virsh dumpxml; vi foo.xml; virsh define'
      	* src/Makefile.am, src/.cvsignore: Auto-generate the net-edit
      	  and pool-edit commands.
      	* docs/virsh.pod: Updated the documentation.
      969fa847
  18. 15 5月, 2008 1 次提交
  19. 18 4月, 2008 1 次提交
  20. 15 4月, 2008 1 次提交
  21. 17 3月, 2008 1 次提交
  22. 14 3月, 2008 1 次提交
  23. 06 2月, 2008 1 次提交
  24. 30 1月, 2008 1 次提交
  25. 25 1月, 2008 1 次提交
  26. 28 9月, 2007 1 次提交
    • D
      * include/libvirt/libvirt.h[.in] src/driver.h src/openvz_driver.c · 4bf3bc9e
      Daniel Veillard 提交于
        src/qemu_driver.c src/remote_internal.c src/test.c
        src/xen_internal.[ch] src/xen_unified.c src/xend_internal.[ch]
        src/libvirt.c src/libvirt_sym.version: adding NUMA support patches
        from Beth Kon adding new virNodeGetCellsFreeMemory entry point
        and extending the virConnectGetCapabilities one. Fix a couple of
        issues in the patch and add to exported symbols from shared lib.
      * docs/virsh.pod docs/virsh.1 src/virsh.c: added new command
        freecell to get the available memory on the node or in a NUMA cell.
      * docs/*: updated and regenerated the documentation
      Daniel
      4bf3bc9e
  27. 14 8月, 2007 1 次提交
  28. 26 7月, 2007 1 次提交
  29. 23 7月, 2007 1 次提交
  30. 21 6月, 2007 4 次提交