search for: msg_gen_function

Displaying 2 results from an estimated 2 matches for "msg_gen_function".

2009 Aug 03
1
use gnulib, and begin to pass its "make syntax-check" tests
...s/.*\.c- *//'|perl -pe 's/ ?\(.*//'|sort -u \ +# |grep -vE '^(qsort|if|close|assert|fputc|free|N_|vir.*GetName|.*Unlock|virNodeListDevices|virHashRemoveEntry|freeaddrinfo|.*[fF]ree|xdrmem_create|xmlXPathFreeObject|virUUIDFormat|openvzSetProgramSentinal|polkit_action_unref)$' + +msg_gen_function = +msg_gen_function += DEBUG0 +msg_gen_function += DISABLE_fprintf +msg_gen_function += ERROR +msg_gen_function += ERROR0 +msg_gen_function += REMOTE_DEBUG +msg_gen_function += ReportError +msg_gen_function += VIR_FREE +msg_gen_function += VIR_INFO +msg_gen_function += VIR_USE_CPU +msg_gen_function...
2011 May 05
0
Release of libvirt-0.9.1
...the more flexible APIs (KAMEZAWA Hiroyuki) - Add support for s390(x) cpu options parsing (Michal Privoznik) - PHYP: Adding reboot domain function (Eduardo Otubo) - nwfilter: no support for direct type of interface (Stefan Berger) - Add cputune support to libxl driver (Markus Gro?) - Update and sort msg_gen_function list and mark unmarked messages (Matthias Bolte) - Write error check conditionals in more compact form for dispatcher (Daniel P. Berrange) - Merge all returns paths from dispatcher into single path (Daniel P. Berrange) - Experimental libvirtd upstart job (Alan Pevec) - enhance processWatchdogEvent(...