1. 12 6月, 2008 2 次提交
  2. 11 6月, 2008 3 次提交
  3. 10 6月, 2008 5 次提交
  4. 09 6月, 2008 1 次提交
  5. 06 6月, 2008 3 次提交
  6. 05 6月, 2008 2 次提交
    • R
      virDomainBlockPeek call · 8354895e
      Richard W.M. Jones 提交于
      	* configure.in: Document AC_SYS_LARGEFILE.
      	* docs/hvsupport.html.in: Document HV support for virDomainBlockPeek.
      	* include/libvirt/libvirt.h.in, src/driver.h, src/libvirt.c,
      	src/libvirt_sym.version: Add virDomainBlockPeek infrastructure.
      	* src/qemu_driver.c, src/test.c: Null versions of this call.
      	* src/xen_unified.c, src/xend_internal.c, src/xend_internal.h,
      	src/xm_internal.c, src/xm_internal.h: Xen implementation.
      	* tests/sexpr2xmldata/sexpr2xml-curmem.xml,
      	tests/sexpr2xmldata/sexpr2xml-no-source-cdrom.xml: XML output
      	has been reordered slightly in the Xen driver, but should be
      	functionally the same.
      8354895e
    • D
      Fix a few issues related to restart of libvirtd with containers running. · 0bd57cdb
      David L. Leskovec 提交于
      Mon May 12 23:32:21 PST 2008 David L. Leskovec <dlesko@linux.vnet.ibm.com>
      
      	* src/lxc_driver.c: Add sanity of tty pid before kill()
      	Ignore ECHILD errors during VM cleanup
      	Call functions to store tty pid and cleanup tty pid file
      	* src/lxc_conf.h: Add function to verify container process exists
      	Add facilities to manage storing the tty forward process pid
      	* src/lxc_conf.c: Add function to verify container process exists
      	Call function to verify container process during config load
      	Add facilities to manage storing the tty forward process pid
      	Call function to load tty pid during load config
      0bd57cdb
  7. 03 6月, 2008 1 次提交
  8. 02 6月, 2008 1 次提交
  9. 30 5月, 2008 9 次提交
  10. 29 5月, 2008 7 次提交
  11. 27 5月, 2008 3 次提交
  12. 23 5月, 2008 3 次提交
    • R
      Deprecate the conn, dom and net fields in the _virError structure. · f60dc0bc
      Richard W.M. Jones 提交于
      	* include/libvirt/libvirt.h.in: Add VIR_DEPRECATED macro.
      	* src/internal.h: Internal code is allowed to use deprecated
      	features, so override VIR_DEPRECATED here.
      	* include/libvirt/virterror.h: Deprecate the conn, dom and net
      	fields in the _virError structure.
      f60dc0bc
    • R
      Standardize use of header files, making internal.h primary. · 1d8d4f86
      Richard W.M. Jones 提交于
      	* qemud/internal.h, qemud/qemud.h: Rename this file so it
      	doesn't conflict with src/internal.h.
      	* HACKING: Document how header files should be used.
      	* qemud/Makefile.am: Add src/ directory to includes.
      	* qemud/event.c, qemud/mdns.c, qemud/qemud.c, qemud/remote.c,
      	qemud/remote_protocol.c, qemud/remote_protocol.h,
      	qemud/remote_protocol.x, src/buf.c, src/libvirt.c,
      	src/nodeinfo.c, src/qemu_conf.c, src/qemu_driver.c,
      	src/stats_linux.c, src/storage_backend.c, src/storage_backend_fs.c,
      	src/storage_backend_iscsi.c, src/storage_backend_logical.c,
      	src/storage_conf.c, src/storage_driver.c, src/util.c,
      	src/util.h, src/virsh.c, src/virterror.c, src/xend_internal.c,
      	src/xml.c, tests/reconnect.c, tests/xmlrpctest.c,
      	tests/qparamtest.c: Standardize	use of header files.
      	* docs/*, po/*: Rebuild docs.
      1d8d4f86
    • R
      Fix type-punning warning in remote code. · c132e0f7
      Richard W.M. Jones 提交于
      	* qemud/rpcgen_fix.pl: Case-insensitive string match on identifiers.
      	* qemud/remote_protocol.c: Update this generated file.
      c132e0f7