libvirt/src/hyperv
Ján Tomko 92a8e72f9d Use virBufferCheckError everywhere we report OOM error
Replace:
if (virBufferError(&buf)) {
    virBufferFreeAndReset(&buf);
    virReportOOMError();
    ...
}

with:
if (virBufferCheckError(&buf) < 0)
    ...

This should not be a functional change (unless some callers
misused the virBuffer APIs - a different error would be reported
then)
2014-07-03 10:48:14 +02:00
..
hyperv_device_monitor.c Add virLogSource variables to all source files 2014-03-18 14:29:22 +00:00
hyperv_device_monitor.h Don't leave empty first line in C source files 2014-03-18 12:17:12 +01:00
hyperv_driver.c Indent top-level labels by one space in the rest of src/ 2014-03-25 14:58:40 +01:00
hyperv_driver.h Don't leave empty first line in C source files 2014-03-18 12:17:12 +01:00
hyperv_interface_driver.c Add virLogSource variables to all source files 2014-03-18 14:29:22 +00:00
hyperv_interface_driver.h Don't leave empty first line in C source files 2014-03-18 12:17:12 +01:00
hyperv_network_driver.c Add virLogSource variables to all source files 2014-03-18 14:29:22 +00:00
hyperv_network_driver.h Don't leave empty first line in C source files 2014-03-18 12:17:12 +01:00
hyperv_nwfilter_driver.c Add virLogSource variables to all source files 2014-03-18 14:29:22 +00:00
hyperv_nwfilter_driver.h Don't leave empty first line in C source files 2014-03-18 12:17:12 +01:00
hyperv_private.h Don't leave empty first line in C source files 2014-03-18 12:17:12 +01:00
hyperv_secret_driver.c Add virLogSource variables to all source files 2014-03-18 14:29:22 +00:00
hyperv_secret_driver.h Don't leave empty first line in C source files 2014-03-18 12:17:12 +01:00
hyperv_storage_driver.c Add virLogSource variables to all source files 2014-03-18 14:29:22 +00:00
hyperv_storage_driver.h Don't leave empty first line in C source files 2014-03-18 12:17:12 +01:00
hyperv_util.c Indent top-level labels by one space in the rest of src/ 2014-03-25 14:58:40 +01:00
hyperv_util.h Don't leave empty first line in C source files 2014-03-18 12:17:12 +01:00
hyperv_wmi_classes.c Don't leave empty first line in C source files 2014-03-18 12:17:12 +01:00
hyperv_wmi_classes.h Don't leave empty first line in C source files 2014-03-18 12:17:12 +01:00
hyperv_wmi_generator.input hyperv: Add OpenWSMAN based client for the Hyper-V WMI API 2011-08-26 17:52:55 +02:00
hyperv_wmi_generator.py src: Align make output 2013-12-04 09:41:33 +01:00
hyperv_wmi.c Use virBufferCheckError everywhere we report OOM error 2014-07-03 10:48:14 +02:00
hyperv_wmi.h Don't leave empty first line in C source files 2014-03-18 12:17:12 +01:00
openwsman.h Don't leave empty first line in C source files 2014-03-18 12:17:12 +01:00