Jim Meyering
|
bc18a91f91
|
error-reporting calls using VIR_ERR_NO_MEMORY: use virReportOOMError instead
* src/uml_conf.c (VIR_FROM_THIS): Define to VIR_FROM_UML.
* src/xs_internal.c (VIR_FROM_THIS): Define to VIR_FROM_XEN.
* src/xml.c (VIR_FROM_THIS): Define to VIR_FROM_XML.
* src/stats_linux.c (VIR_FROM_THIS): Define to VIR_FROM_STATS_LINUX.
* src/datatypes.c (VIR_FROM_THIS): Define to VIR_FROM_NONE.
* src/lxc_conf.c (VIR_FROM_THIS): Define to VIR_FROM_LXC.
* src/libvirt.c (VIR_FROM_THIS): Define to VIR_FROM_NONE.
* src/node_device_conf.c (VIR_FROM_THIS): Define to VIR_FROM_NODEDEV.
* src/openvz_conf.c (VIR_FROM_THIS): Define to VIR_FROM_OPENVZ.
* src/openvz_driver.c (VIR_FROM_THIS): Define to VIR_FROM_OPENVZ.
* src/conf.c (VIR_FROM_THIS): Define to VIR_FROM_CONF.
Note: this loses config_filename:config_lineno diagnostics,
but that's ok.
* src/node_device.c (VIR_FROM_THIS): Define to VIR_FROM_NODEDEV.
* src/sexpr.c (VIR_FROM_THIS): Define to VIR_FROM_SEXPR.
* po/POTFILES.in: remove src/sexpr.c and src/lxc_conf.c
|
2009-01-29 12:10:32 +00:00 |
|
Daniel P. Berrange
|
ead04dcbe8
|
Thread local error reporting
|
2009-01-20 12:01:45 +00:00 |
|
Daniel P. Berrange
|
4dac0a1105
|
Generic internal threads API
|
2009-01-15 19:56:05 +00:00 |
|
Daniel P. Berrange
|
e8a4ea75a3
|
Merge all return paths from node device driver APIs
|
2008-12-04 21:46:34 +00:00 |
|
Daniel P. Berrange
|
0793e73c02
|
Public API for node device enumeration (David Lively)
|
2008-11-21 12:19:22 +00:00 |
|
Daniel P. Berrange
|
618276de19
|
Push URI probing logic down into individual drivers
|
2008-11-17 11:44:51 +00:00 |
|
Daniel P. Berrange
|
25047e7cf8
|
Use a versioned linker script
|
2008-11-17 11:03:25 +00:00 |
|
Daniel Veillard
|
df93e1ee24
|
add new logging module, and move existing definitions there
* 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
|
2008-11-06 16:36:07 +00:00 |
|
Daniel P. Berrange
|
6ace5a39c3
|
Move some API declarations out of internal.h & hash.c into dedicated files
|
2008-11-04 23:22:06 +00:00 |
|