]> xenbits.xensource.com Git - libvirt.git/commit
Introduce OOM reporting to virAsprintf
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 7 Jun 2013 15:10:28 +0000 (17:10 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 10 Jul 2013 09:07:31 +0000 (11:07 +0200)
commitdc6f2dadace3fcbe184b163dfca4f663e2a468d3
treebd7bd73400167333b724dea7aaa5f6e4189b7a21
parent8290cbbc389c339b5a5ee603ed79d4c7389922ed
Introduce OOM reporting to virAsprintf

Actually, I'm turning this function into a macro as filename,
function name and line number needs to be passed. The new
function virAsprintfInternal is introduced with the extended set
of arguments.
30 files changed:
cfg.mk
src/conf/domain_audit.c
src/driver.c
src/libvirt_private.syms
src/util/virerror.c
src/util/virlog.c
src/util/virstring.c
src/util/virstring.h
tests/domainsnapshotxml2xmltest.c
tests/fchosttest.c
tests/interfacexml2xmltest.c
tests/lxcxml2xmltest.c
tests/networkxml2xmltest.c
tests/nodedevxml2xmltest.c
tests/nodeinfotest.c
tests/nwfilterxml2xmltest.c
tests/qemuargv2xmltest.c
tests/qemuhelptest.c
tests/qemuxml2xmltest.c
tests/sexpr2xmltest.c
tests/storagepoolxml2xmltest.c
tests/storagevolxml2argvtest.c
tests/storagevolxml2xmltest.c
tests/sysinfotest.c
tests/virbuftest.c
tests/virhashtest.c
tests/virshtest.c
tests/xencapstest.c
tests/xml2sexprtest.c
tools/virt-host-validate-common.c