1. 07 1月, 2009 1 次提交
  2. 23 12月, 2008 1 次提交
  3. 20 12月, 2008 1 次提交
  4. 19 12月, 2008 1 次提交
  5. 18 12月, 2008 3 次提交
  6. 17 12月, 2008 1 次提交
  7. 10 12月, 2008 1 次提交
  8. 08 12月, 2008 1 次提交
  9. 05 12月, 2008 4 次提交
  10. 04 12月, 2008 2 次提交
  11. 28 11月, 2008 2 次提交
  12. 21 11月, 2008 2 次提交
  13. 20 11月, 2008 2 次提交
  14. 19 11月, 2008 1 次提交
  15. 18 11月, 2008 2 次提交
  16. 17 11月, 2008 1 次提交
  17. 14 11月, 2008 2 次提交
    • J
      avoid format string warnings · 94359e16
      Jim Meyering 提交于
      * src/openvz_driver.c (ADD_ARG_LIT): Add "%s" arg before _(...).
      * src/qemu_driver.c (PCI_ATTACH_OK_MSG): Likewise.
      * src/util.c (virExec, virRun): Likewise.
      94359e16
    • D
      KVM/QEmu migration support · df285bdd
      Daniel Veillard 提交于
      * qemud/remote.c qemud/remote_dispatch_localvars.h
        qemud/remote_dispatch_proc_switch.h qemud/remote_dispatch_prototypes.h
        qemud/remote_protocol.c qemud/remote_protocol.h
        qemud/remote_protocol.x src/driver.h src/libvirt.c
        src/libvirt_internal.h src/libvirt_sym.version src/lxc_driver.c
        src/openvz_driver.c src/qemu_conf.h src/qemu_driver.c
        src/remote_internal.c src/test.c src/virsh.c: large patch to
        add migration support for KVM/QEmu, based on the work of Rich Jones
        and Chris Lalancette. This introduce a new version of the prepare
        and finish steps of the migration, so changes the driver API and
        a lot of code.
      Daniel
      df285bdd
  18. 07 11月, 2008 1 次提交
    • D
      add new logging module, and move existing definitions there · df93e1ee
      Daniel Veillard 提交于
      * src/logging.c src/logging.h proxy/Makefile.am proxy/libvirt_proxy.c
        src/Makefile.am src/cgroup.c src/datatypes.c src/domain_event.c
        src/internal.h src/libvirt.c src/lxc_container.c src/lxc_controller.c
        src/lxc_driver.c src/proxy_internal.c src/qemu_driver.c
        src/remote_internal.c src/storage_backend_disk.c src/util.c
        src/veth.c src/xen_internal.c src/xen_unified.c src/xend_internal.c:
        add new logging module, and move existing definitions there
      Daniel
      df93e1ee
  19. 05 11月, 2008 4 次提交
  20. 03 11月, 2008 1 次提交
  21. 29 10月, 2008 1 次提交
  22. 24 10月, 2008 1 次提交
  23. 23 10月, 2008 1 次提交
    • D
      Massive patch adding event APIs by Ben Guthro · 1509b802
      Daniel Veillard 提交于
      * include/libvirt/libvirt.h include/libvirt/libvirt.h.in
        src/libvirt.c src/libvirt_sym.version: new libvirt event entry
        points, big patch provided by Ben Guthro
      * Makefile.am configure.in src/driver.h src/event.c src/event.h
        src/internal.h src/libvirt.c src/libvirt_sym.version src/lxc_driver.c
        src/openvz_driver.c src/qemu_conf.h src/qemu_driver.c
        src/remote_internal.c src/storage_backend_fs.c src/test.c
        qemud/event.c qemud/event.h qemud/mdns.c qemud/qemud.c
        qemud/qemud.h qemud/remote.c qemud/remote_dispatch_localvars.h
        qemud/remote_dispatch_proc_switch.h qemud/remote_dispatch_prototypes.h
        qemud/remote_protocol.c qemud/remote_protocol.h
        qemud/remote_protocol.x proxy/Makefile.am python/generator.py:
        Not much is left untouched by the patch adding the events support
      * docs/libvirt-api.xml docs/libvirt-refs.xml
        docs/html/libvirt-libvirt.html: regenerated the docs
      * examples/domain-events/events-c/Makefile.am
        examples/domain-events/events-c/event-test.c: a test example
      * AUTHORS: added Ben Guthro
      daniel
      1509b802
  24. 22 10月, 2008 1 次提交
    • C
      While doing on this patch series, I mistakenly added a bogus piece of · c83c3e9e
      Chris Lalancette 提交于
      storage XML to libvirtd, which was saved in /etc/libvirt/storage.  On subsequent
      stop/start of libvirtd, because of another bug , an
      error wasn't being set properly in an error path, so libvirtd was SEGV'ing in
      storage_conf.c:virStoragePoolObjLoad when trying to dereference the NULL err
      returned from virGetLastError().  Make this more robust against errors by always
      doing "err ? err->message : NULL" in the printf.  I looked around the tree and
      found a couple of other places that weren't guarded, so this patch fixes them as
      well.
      Signed-off-by: NChris Lalancette <clalance@redhat.com>
      c83c3e9e
  25. 21 10月, 2008 1 次提交
  26. 17 10月, 2008 1 次提交