1. 16 1月, 2009 6 次提交
  2. 15 1月, 2009 6 次提交
  3. 13 1月, 2009 1 次提交
    • J
      diagnose "libvirtd --config=no-such-file" · 6954d44e
      Jim Meyering 提交于
      * qemud/qemud.c (remoteReadConfigFile): Don't return 0 (success)
      when the config file is unreadable or nonexistent
      Return -1, not 0, upon virConfReadFile failure.
      (main): If remote_config_file is not specified via --config(-f),
      use the default config file only if it exists.  Otherwise,
      use /dev/null.
      * src/conf.c (virConfReadFile): Don't diagnose virFileReadAll
      failure, since it already does that.
      6954d44e
  4. 11 1月, 2009 2 次提交
  5. 10 1月, 2009 1 次提交
  6. 09 1月, 2009 1 次提交
  7. 08 1月, 2009 1 次提交
  8. 07 1月, 2009 6 次提交
  9. 06 1月, 2009 3 次提交
  10. 05 1月, 2009 8 次提交
    • J
      Remove storage backend symbols from version script · 34ac4c1f
      Jim Meyering 提交于
      * src/libvirt_private.syms: Remove virStorageBackend* symbol names.
      They're linked into qemud, not libvirt.
      Author: John Levon
      34ac4c1f
    • J
      migrate linux-specific symbol names into their own sym file · b0119de8
      Jim Meyering 提交于
      * configure.in (WITH_LINUX): New automake conditional.
      * src/Makefile.am (PRIVSYMFILES) [WITH_LINUX]: Append libvirt_linux.syms.
      * src/libvirt_private.syms: Move two symbol names into...
      * src/libvirt_linux.syms: ...this new file.
      Author: John Levon
      b0119de8
    • J
      Move bridge symbols into a separate syms file · 83dfc25c
      Jim Meyering 提交于
      * configure.in: Provide a new --with-bridge option.
      * src/Makefile.am (PRIVSYMFILES) [WITH_BRIDGE]: Append libvirt_bridge.syms.
      * src/bridge.c: Test WITH_BRIDGE rather than particular drivers.
      * src/libvirt_private.syms: Move bridge-related symbols into...
      * src/libvirt_bridge.syms: ...this new file.
      Author: John Levon
      83dfc25c
    • J
      Move --with-driver-modules symbols into a separate sym file · ea5775bf
      Jim Meyering 提交于
      * src/Makefile.am (PRIVSYMFILES): Append libvirt_driver_modules.syms.
      * src/libvirt_private.syms: Move virDriverLoadModule into...
      * src/libvirt_driver_modules.syms: ... this new file.
      Author: John Levon
      ea5775bf
    • J
      split version script into multiple files · ad17ffa0
      Jim Meyering 提交于
      * src/Makefile.am (PRIVSYMFILES): Define.
      (EXTRA_DIST): Append $(PRIVSYMFILES).
      (libvirt.syms): New rule.
      Reflect renaming: s/libvirt_sym.version/libvirt.syms/.
      (BUILT_SOURCES): Depend on libvirt.syms.
      * configure.in: Define ENABLE_DEBUG as an automake conditional.
      (AC_OUTPUT): Remove src/libvirt_sym.version.
      * src/.cvsignore: s/libvirt_sym.version/libvirt.syms/.
      * src/.gitignore: Regenerate.
      * src/libvirt_public.syms: Renamed from src/libvirt_sym.version.in.
      * src/libvirt_debug.syms: New file.
      * src/libvirt_private.syms: New file.
      Author: John Levon
      ad17ffa0
    • J
      avoid bogus descriptions due to use of gettext with the empty string · 8f06d6b1
      Jim Meyering 提交于
      * src/virsh.c: Use `""', not `gettext_noop("")', in numerous
      vshCmdInfo definitions.  The latter provokes a warning from gettext.
      8f06d6b1
    • D
      Fix numa build on F9, 32-bit · ca34b4d7
      Daniel P. Berrange 提交于
      ca34b4d7
    • J
      mark a few diagnostics for translation · cb48d5d7
      Jim Meyering 提交于
      * src/xen_inotify.c (xenInotifyXendDomainsDirLookup): Mark a diagnostic.
      (xenInotifyXendDomainsDirRemoveEntry, xenInotifyOpen): Likewise.
      cb48d5d7
  11. 23 12月, 2008 3 次提交
  12. 22 12月, 2008 2 次提交