1. 05 11月, 2008 2 次提交
  2. 04 11月, 2008 1 次提交
  3. 03 11月, 2008 3 次提交
  4. 31 10月, 2008 2 次提交
  5. 29 10月, 2008 11 次提交
  6. 24 10月, 2008 6 次提交
  7. 23 10月, 2008 4 次提交
    • C
      Brown paper bag bug. I didn't preserve the · c4027243
      Chris Lalancette 提交于
      <sources> tags properly, and I didn't put the <source> tag into the
      proper place, so I totally changed the output of the discovery XML.
      Fix this up to do the right thing.
      Signed-off-by: NChris Lalancette <clalance@redhat.com>
      c4027243
    • 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
    • C
      An updated patch for adding <device> tags to logical · e3b792d6
      Chris Lalancette 提交于
      findPoolSources.  Given danpb's last feedback, I completely removed the XML
      parsing and did it all with structures.  The result should (hopefully) be a lot
      easier on the eyes, and is a little more generic.
      Signed-off-by: NChris Lalancette <clalance@redhat.com>
      e3b792d6
    • C
      As suggested by danpb, to fix up the regression caused by last week's VIR_ENUM · c0c0fb8e
      Chris Lalancette 提交于
      cleanup patch, add a ".defaultFormat" member to .poolOptions.  In
      storage_conf.c, if virXPathString(/pool/source/format/@type) returns NULL, then
      set the pool type to .defaultFormat; otherwise, lookup the type via
      formatFromString.
      Signed-off-by: NChris Lalancette <clalance@redhat.com>
      c0c0fb8e
  8. 22 10月, 2008 4 次提交
  9. 21 10月, 2008 1 次提交
  10. 17 10月, 2008 5 次提交
  11. 16 10月, 2008 1 次提交
    • C
      Add support for detecting the partition table type when scanning · eeff3cdc
      Chris Lalancette 提交于
      iSCSI volumes.  This is implemented in the
      virStorageBackendUpdateVolInfoFD function, so all future callers will
      automatically benefit.  This is a somewhat large patch because the
      conversion of the virStorageBackendPartTableTypeToString necessitated
      a change to the formatToString and formatFromString function pointers,
      which caused fallout in other places in the storage stuff.  The good
      news is that most of these callers are now converted over to the
      VIR_ENUM_IMPL, which means a lot of redundant code is now gone.
      Signed-off-by: NChris Lalancette <clalance@redhat.com>
      eeff3cdc