tests: Use the new DO_TEST_CAPS_*() macros
[libvirt/ericb.git] / docs / news-2010.html.in
blob8d9ee1dea4df81f01bcbaaee0313f9f5b188d754
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE html>
3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6 </head>
7 <body>
8 <h1>Releases (2010)</h1>
9 <p>Here is the list of official releases made during the year 2010.
10 A similar list for <a href="news-2009.html">2009</a> is also available.
11 </p>
12 <p>It is also possible to just use
13 the <a href="downloads.html">GIT version or snapshot</a>,
14 contact the mailing list and check
15 the <a href="https://libvirt.org/git/?p=libvirt.git;a=log">GIT log</a>
16 to gauge progress.
17 </p>
19 <h3>0.8.6: Nov 30 2010</h3>
20 <ul>
21 <li>Features:<br/>
22 new API virDomainIsUpdated (Osier Yang),<br/>
23 Add support for iSCSI target auto-discovery (Daniel P. Berrange),<br/>
24 QED: Basic support for QED images (Adam Litke),<br/>
25 Introduce a virDomainOpenConsole API (Daniel P. Berrange),<br/>
26 Support for SPICE graphics (Daniel P. Berrange),<br/>
27 Add a sysinfo and SMBIOS support (Daniel Veillard),<br/>
28 Implement virsh qemu-monitor-command. (Chris Lalancette)<br/>
29 </li>
31 <li>Documentation:<br/>
32 updated c# bindings with arnauds latest changes (Justin Clift),<br/>
33 Fix spelling of virBufferAsprintf (Jiri Denemark),<br/>
34 Fix broken XML entity for '&gt;' (Philipp Hahn),<br/>
35 removed outdated reference to virt-mem (Justin Clift),<br/>
36 Add doc for missed options of migrate (Osier Yang),<br/>
37 add doc for missed parameters of attach-disk (Osier Yang),<br/>
38 update virsh manual (Osier Yang),<br/>
39 updated virsh command reference with libvirt.org links (Justin Clift),<br/>
40 Generate HACKING from docs/hacking.html.in (Matthias Bolte),<br/>
41 Prepare hacking.html.in to generate HACKING from it (Matthias Bolte),<br/>
42 updated csharp pages with latest info (Justin Clift),<br/>
43 trivial typo fix (Justin Clift),<br/>
44 added virsh command reference page. (Justin Clift),<br/>
45 rpm: Fix summary wording (Cole Robinson),<br/>
46 Augment bug reporting documentation (Daniel Veillard),<br/>
47 virsh: fix incorrect help text mentioning non-existent network 'id' (Justin Clift),<br/>
48 Fix off-by-1 in todo page generator (Daniel P. Berrange),<br/>
49 Fix comment for video tag in domain RNG schema (Daniel P. Berrange),<br/>
50 fix typo (Eric Blake)<br/>
51 </li>
53 <li>Portability:<br/>
54 remote: Fix TLS transport on Windows (Matthias Bolte),<br/>
55 Rename 'remove' param to 'toremove' to avoid clash with stdio.h (Daniel P. Berrange),<br/>
56 virt-aa-helper: Fix several compile errors (Matthias Bolte),<br/>
57 maint: improve i18n on non-Linux (Eric Blake),<br/>
58 nwfilter: use /bin/sh rather than requiring bash (Eric Blake),<br/>
59 Use python discovered through env instead of hardcoding a path (Matthias Bolte),<br/>
60 esx: Avoid warnings about breaking strict-aliasing rules on FreeBSD (Matthias Bolte),<br/>
61 Make sure struct sockaddr_in is defined on FreeBSD (Matthias Bolte),<br/>
62 configure: Disable FS storage driver if mntent.h is not available (Matthias Bolte),<br/>
63 daemon: Include stdlib.h in dispatch.c (Matthias Bolte),<br/>
64 xen: work with xen 4.0.1 headers (Eric Blake),<br/>
65 Fix build with polkit 0 (Jim Fehlig),<br/>
66 xen: work with ia64 MAX_VIRT_CPUS of 64 (Eric Blake),<br/>
67 build: cleanup declaration of xen tests. (Diego Elio Pettenò),<br/>
68 qemu: check compression program availability of virsh save and dump (KAMEZAWA Hiroyuki)<br/>
69 </li>
71 <li>Bug Fixes:<br/>
72 correct the arguments of migrate_speed (Wen Congyang),<br/>
73 Fix memory leaks in audit &amp; VirtualBox code (Daniel P. Berrange),<br/>
74 Fix host CPU counting on unusual NUMA topologies (Jiri Denemark),<br/>
75 security, storage: plug memory leaks for security_context_t (Eric Blake),<br/>
76 network: plug memory leak (Eric Blake),<br/>
77 qemu: plug memory leak (Eric Blake),<br/>
78 Always close drivers when a virConnectPtr is released (Matthias Bolte),<br/>
79 libvirtd: fix bug when shrinking number of clients (Eric Blake),<br/>
80 Fix 32-bit int truncation in QED header check (Daniel P. Berrange),<br/>
81 Fix error handling in virsh when listing storage volumes (Daniel P. Berrange),<br/>
82 Fix parsing of port attribute in storage XML configuration (Daniel P. Berrange),<br/>
83 Don't catch SIGCHLD in libvirtd (Daniel P. Berrange),<br/>
84 Ensure logfile isn't truncated by shutdown message. (Daniel P. Berrange),<br/>
85 xend: Escape reserved sexpr characters (Cole Robinson),<br/>
86 xend: urlencode: Properly escape '&amp;' (Cole Robinson),<br/>
87 conf: Fix parsing python style triple quotes (Cole Robinson),<br/>
88 nwfilter: re-order lock grabbed by IP addr. learn thread (Stefan Berger),<br/>
89 virExec: fix bug in setting up child stderr/out with /dev/null (Daniel P. Berrange),<br/>
90 Fix a failure to restore SELinux label for character devices (Daniel Veillard),<br/>
91 nwfilter: also purge ip(6)tables rules before detecting IP address (Stefan Berger),<br/>
92 Fix ipv4-addr definition in interface.rng (Laine Stump),<br/>
93 remote_driver.c: fix non-literal format strings w/o args (Laine Stump),<br/>
94 ignore SELinuxSetFilecon error in SELinuxSetSecurityFileLabel if on nfs (Laine Stump),<br/>
95 Fix reference counting bug in virsh console (Daniel P. Berrange),<br/>
96 Fix busy-wait loop on closed file descriptor (Daniel P. Berrange),<br/>
97 Fix LXC container console device setup (Daniel P. Berrange),<br/>
98 rpm: fix /var/lib/libvirt permissions (Eric Blake),<br/>
99 xencapstest: Don't fail when Xen is installed (Matthias Bolte),<br/>
100 virsh: fix non-literal string format (Laine Stump),<br/>
101 Fix syntax-check error in domain.rng (Matthias Bolte),<br/>
102 qemu: Fix non-literal format string (Jiri Denemark),<br/>
103 macvtap: libvirtd forgot macvtap dev name when restarted (Stefan Berger),<br/>
104 tests: fix daemon-conf testing failure (Osier Yang),<br/>
105 Fix virPipeReadUntilEOF on more than 1024 bytes of data (Daniel Veillard),<br/>
106 Misc error handling fixes in text mode monitor commands (Daniel P. Berrange),<br/>
107 Ignore open failures when relabelling disk images (Daniel P. Berrange),<br/>
108 Treat failure to relabel stdin_path as non-fatal on NFS (Daniel P. Berrange),<br/>
109 qemu: add the USB devices to the cgroup whitelist (Diego Elio Pettenò),<br/>
110 802.1Qbg: use pre-associate state at beginning of inc. migr (Stefan Berger)<br/>
111 </li>
113 <li>Improvements:<br/>
114 Log client errors in libvirtd at debug priority,<br/>
115 maint: prohibit most uses of xmlGetProp (Eric Blake),<br/>
116 maint: ensure syntax check exceptions are distributed (Eric Blake),<br/>
117 Implementations of virDomainIsUpdated for drivers except qemu (Osier Yang),<br/>
118 implement callback function for qemu driver (Osier Yang),<br/>
119 implement the remote protocol (Osier Yang),<br/>
120 implement public API virDomainIsUpdated (Osier Yang),<br/>
121 define internal driver API (Osier Yang),<br/>
122 tests: Fix dispatching internal error reports (Cole Robinson),<br/>
123 Improve SCSI volume name generation (Daniel P. Berrange),<br/>
124 Fix error codes returned when a storage pool is inactive (Daniel P. Berrange),<br/>
125 Check whether pools are already active upon libvirtd startup (Daniel P. Berrange),<br/>
126 Allow iSCSI IQN to be set with find-storage-pool-sources-as command (Daniel P. Berrange),<br/>
127 Switch the virsh XML generation to use virBuffer instead of virAsprintf (Daniel P. Berrange),<br/>
128 Stop iSCSI targets automatically logging back in after logout (Daniel P. Berrange),<br/>
129 Refactor iSCSI driver code to facilitate future changes (Daniel P. Berrange),<br/>
130 Ensure virExec preserves logging environment (Daniel P. Berrange),<br/>
131 Include a thread identifier in log messages (Daniel P. Berrange),<br/>
132 qemu: setvcpus: Save config changes to disk (Cole Robinson),<br/>
133 qemu: setvcpus: Simplify altering the persistent config (Cole Robinson),<br/>
134 qemu: setvcpus: Fix maxvcpus check (Cole Robinson),<br/>
135 conf: domain: Improve vcpus validation reporting (Cole Robinson),<br/>
136 Make state driver device hotplug/update actually transient (Cole Robinson),<br/>
137 domain_conf: Add virDomainObjSetDefTransient (Cole Robinson),<br/>
138 buf: Simplify virBufferEscapeString (Cole Robinson),<br/>
139 conf: Convert ParseString to use STRPREFIX (Cole Robinson),<br/>
140 schemas: domain: Add more valid file path chars (Cole Robinson),<br/>
141 qed: Minor updates to QED support patches (Adam Litke),<br/>
142 Support for probing qed image metadata (Adam Litke),<br/>
143 storage_file: Add a new flag to mark backing files that are safe to probe (Adam Litke),<br/>
144 Allow probing of image formats without version information (Adam Litke),<br/>
145 maint: tighten strncmp syntax check (Eric Blake),<br/>
146 capabilities, cpu: use new array API (Eric Blake),<br/>
147 memory: make it easier to avoid quadratic scaling of arrays (Eric Blake),<br/>
148 memory: make it safer to expand arrays (Eric Blake),<br/>
149 build: fix autobuild failures on gcov upgrade (Eric Blake),<br/>
150 virt-aa-helper: translate error messages (Eric Blake),<br/>
151 maint: update to latest gnulib (Eric Blake),<br/>
152 deprecate fclose() and introduce VIR_{FORCE_}FCLOSE() (Stefan Berger),<br/>
153 qemu: record timestamp in qemu domain log (Osier Yang),<br/>
154 virsh: add net-info command (Osier Yang),<br/>
155 interface.rng: Make miimon and arpmon optional for bond interfaces (Laine Stump),<br/>
156 macvtap: convert send / recv function to use libnl (Stefan Berger),<br/>
157 configure: Remove bashism and replace 'test ==' with 'test =' (Matthias Bolte),<br/>
158 virsh: Fix compile error in VPATH build (Matthias Bolte),<br/>
159 qemu: Remove unnecessary quoting from the process name argument (John Morrissey),<br/>
160 phyp: Don't do a flags check in the storage driver (Matthias Bolte),<br/>
161 qemu: Add qemu-system-s390x to the emulators list (Matthias Bolte),<br/>
162 macvtap: convert nl msg construction to use libnl (Stefan Berger),<br/>
163 Do a better job of validating IP and MAC addresses in network.rng (Laine Stump),<br/>
164 virt-aa-helper should require uuid in XML (Jamie Strandboge),<br/>
165 esx: Support SMBIOS host mode (Matthias Bolte),<br/>
166 Wire up virDomainOpenConsole for LXC, Xen and UML (Daniel P. Berrange),<br/>
167 Re-write virsh console to use streams (Daniel P. Berrange),<br/>
168 Convert daemon/events.c to use virMutex and virThread (Daniel P. Berrange),<br/>
169 Introduce portability APIs for creating threads (Daniel P. Berrange),<br/>
170 Support virDomainOpenConsole with QEMU (Daniel P. Berrange),<br/>
171 Add a generic internal API for handling any FD based stream (Daniel P. Berrange),<br/>
172 Lower logging level in remote driver streams (Daniel P. Berrange),<br/>
173 Remote driver client and server for virDomainOpenConsole (Daniel P. Berrange),<br/>
174 Support callbacks on virStream APIs in remote driver client (Daniel P. Berrange),<br/>
175 virsh: supply long option for -V (Eric Blake),<br/>
176 qemu: Add flag to force a CDROM eject (Cole Robinson),<br/>
177 Allow non-file disk backingStores (Adam Litke),<br/>
178 bye to close(), welcome to VIR_(FORCE_)CLOSE() (Stefan Berger),<br/>
179 esx: Add support for memtune/min_guarantee (Matthias Bolte),<br/>
180 schema: Move timer element inside clock (Jiri Denemark),<br/>
181 Misc test case fixes for SPICE (Daniel P. Berrange),<br/>
182 virsh: Add .xml suffix to tmp files used in *edit commands (Jiri Denemark),<br/>
183 Support SPICE channel security options (Daniel P. Berrange),<br/>
184 Support multiple QXL video cards (Daniel P. Berrange),<br/>
185 Define XML syntax for password expiry (Daniel P. Berrange),<br/>
186 Add SPICE support for QEMU driver configuration file (Daniel P. Berrange),<br/>
187 Support automatic port number allocation for SPICE (Daniel P. Berrange),<br/>
188 Implement QEMU/KVM QXL video card support in QEMU driver (Daniel P. Berrange),<br/>
189 Add a graphics type for SPICE protocol (Daniel P. Berrange),<br/>
190 Add a QXL graphics card type to domain XML schema (Daniel P. Berrange),<br/>
191 Show compiled in options in virsh -V (Daniel Veillard),<br/>
192 lxc: Exit on first error in lxcDomainGetMemoryParameters (Matthias Bolte),<br/>
193 Allow virDomainGetMemoryParameters on read-only connections (Matthias Bolte),<br/>
194 Add a new test for sysinfo and smbios handling (Daniel Veillard),<br/>
195 Add sysinfo/smbios support to the QEmu driver (Daniel Veillard),<br/>
196 Read the host sysinfo for the QEmu driver (Daniel Veillard),<br/>
197 Add smbios element to schema and configuration to HVM os (Daniel Veillard),<br/>
198 Sysinfo parsing and saving to/from configuration files (Daniel Veillard),<br/>
199 Sysinfo extension to relax-ng schemas (Daniel Veillard),<br/>
200 Change calling conventions in remote driver client internals (Daniel P. Berrange),<br/>
201 util: Add helper function to build timestamp string (Osier Yang),<br/>
202 misc: encode the Emacs suggstions from HACKING into a .dir-locals.el file (Diego Elio Pettenò),<br/>
203 add compression support for "virsh dump" (KAMEZAWA Hiroyuki),<br/>
204 qemu_driver: add virCgroupMounted (Lai Jiangshan),<br/>
205 OpenVZ: Fix some overwritten error codes (Guido Günther),<br/>
206 OpenVZ: take veid from vmdef-name when defining new domains (Guido Günther)<br/>
207 </li>
209 <li>Cleanups:<br/>
210 tests: Fix detection of expected errors (Jiri Denemark),<br/>
211 Remove bogus check for Xen in example program (Daniel P. Berrange),<br/>
212 build: enforce files.h usage (Eric Blake),<br/>
213 maint: sort exports (Eric Blake),<br/>
214 Remove bogus port handling code in virsh (Daniel P. Berrange),<br/>
215 Remove trailing ':' from timestamp (Daniel P. Berrange),<br/>
216 Log all errors at level INFO to stop polluting syslog (Daniel P. Berrange),<br/>
217 daemon: use safer memory growth macros (Eric Blake),<br/>
218 maint: avoid remaining sprintf uses (Eric Blake),<br/>
219 maint: use gnulib configmake rather than open-coding things (Eric Blake),<br/>
220 replace last instances of close() (Stefan Berger),<br/>
221 daemon: fix indention problem in daemon/libvirt.c (Osier Yang),<br/>
222 qemu: fix typos in qemu_monitor_text.c (Osier Yang),<br/>
223 re-indent network.rng following structural change (Laine Stump),<br/>
224 Put network.rng contents inside grammar for uniformity with other RNGs (Laine Stump),<br/>
225 maint: Commit .gitignore sorting done by bootstrap (Jiri Denemark),<br/>
226 xen-proxy: Remove it entirely and use libvirtd instead (Matthias Bolte),<br/>
227 qemu: Remove redundant slash in save directory path (Matthias Bolte),<br/>
228 virterror: supply missing spaces (Eric Blake),<br/>
229 Fix several warnings about a non-literal format string (Jiri Denemark),<br/>
230 build: avoid compiler warning in xen code (Eric Blake)<br/>
231 </li>
232 </ul>
234 <h3>0.8.5: Oct 29 2010</h3>
235 <ul>
236 <li>Features:<br/>
237 Enable JSON and netdev features in QEMU &gt; 0.13 (Daniel P. Berrange),<br/>
238 framework for auditing integration (Daniel P. Berrange),<br/>
239 framework for DTrace/SystemTap integration (Daniel P. Berrange),<br/>
240 Setting the number of vcpu at boot (Eric Blake),<br/>
241 Enable support for nested SVM (Daniel P. Berrange),<br/>
242 Virtio plan9fs filesystem QEMU (Daniel P. Berrange),<br/>
243 Memory parameter controls (Nikunj A. Dadhania),<br/>
244 portability to OS-X (Justin Clift)<br/>
245 </li>
247 <li>Documentation:<br/>
248 virsh: improve the help description for managedsave and start (Justin Clift),<br/>
249 updated the C# bindings page with arnauds latest changes (Justin Clift),<br/>
250 update ruby bindings maintainer to chris lalancette (Justin Clift),<br/>
251 reworded and reordered the bindings page, plus minor tweaks (Justin Clift),<br/>
252 Fix xen API documentation (Philipp Hahn),<br/>
253 added a table of contents to the first 11 docs files (Justin Clift),<br/>
254 reformated the bindings page html markup to match other pages (Justin Clift),<br/>
255 revamp api_extension example, using vcpu patch series (Eric Blake),<br/>
256 install the generated html files when make install is run (Justin Clift),<br/>
257 Fix documentation for virEventAddTimeout() (Philipp Hahn),<br/>
258 esx: Add documentation about certificates and connection problems (Matthias Bolte),<br/>
259 added a table of contents to the new c sharp bindings page (Justin Clift),<br/>
260 removed old changelog file, as it is no longer relevant (Justin Clift),<br/>
261 Update comments for the memory tunables macros (Nikunj A. Dadhania),<br/>
262 added initial page for c# binding, with links to it (Justin Clift),<br/>
263 virsh: consolidate memtune docs (Eric Blake),<br/>
264 Update docs for memory parameters and memtune command (Nikunj A. Dadhania),<br/>
265 document how to disable memballoon (Eric Blake),<br/>
266 Update todo list file to point at bugzilla/website (Daniel P. Berrange),<br/>
267 virsh: update comment about parsing (Eric Blake),<br/>
268 virsh: document options in man page (Eric Blake),<br/>
269 Fixes for documentation extraction (Daniel Veillard),<br/>
270 Add automatic generation of a todo item page (Daniel P. Berrange),<br/>
271 nwfilter: Add 2nd example to the html docs (Stefan Berger),<br/>
272 nwfilter: Extend docs with info about the state attribute (Stefan Berger),<br/>
273 vcpu: improve cpuset attribute (Eric Blake),<br/>
274 nwfilter: Extend docs with information about comment attr. (Stefan Berger),<br/>
275 grammar cleanups on logging examples (Eric Blake),<br/>
276 Fix spelling of Xen in comments (Philipp Hahn),<br/>
277 reworked the policykit patch submitted by Patrick Dignan (Justin Clift),<br/>
278 fix the xml validity errors regarding name and id (Justin Clift),<br/>
279 improve wording for the dev guide (Justin Clift),<br/>
280 add the app dev guide (Justin Clift)<br/>
281 </li>
283 <li>Portability:<br/>
284 mingw: Add body for virFork and remove double virDriverLoadModule export (Matthias Bolte),<br/>
285 daemon: exclude requirement for probes.h on systems without systemtap (Justin Clift),<br/>
286 build: skip xenapi driver when building for RHEL (Eric Blake),<br/>
287 build: fix mingw build (Eric Blake),<br/>
288 build: require pkg-config for bootstrap (Eric Blake),<br/>
289 configure: disable network and storage-fs drivers on mac os x (Justin Clift),<br/>
290 build: fix example build on MacOS X (Eric Blake),<br/>
291 mpath: disable devmapper-multipath checking on non-linux (Justin Clift),<br/>
292 mac os x: use awk selected by build system rather than first in path (Justin Clift),<br/>
293 virtualbox: fix a typo in the expected location on mac os x (Justin Clift),<br/>
294 nwfilter: Don't compile nwfilter driver on other systems than Linux (Stefan Berger),<br/>
295 nwfilter: add a missing define, so libvirtd builds on macos x (Justin Clift),<br/>
296 build: avoid non-portable IPv6 struct member, for MacOS X (Eric Blake),<br/>
297 virsh: change wexitstatus order to allow compilation on mac osx (Justin Clift),<br/>
298 build: use portable sed expressions (Eric Blake)<br/>
299 </li>
301 <li>Bug Fixes:<br/>
302 eliminate possibility of a double-closed file descriptor (Stefan Berger),<br/>
303 qemu: check for vm after starting a job (Eric Blake),<br/>
304 Only attempt removal of the rule allowing tftp if it was added (Laine Stump),<br/>
305 qemu: don't use %.3d format for bus/addr of USB devices (Diego Elio Pettenò),<br/>
306 virsh: fix range of memtune command (Eric Blake),<br/>
307 qemu: work around dash 0.5.5 bug in managed save (Eric Blake),<br/>
308 Avoid squashing errors during network startup cleanup path (Daniel P. Berrange),<br/>
309 xen: Fix domain dump (Jiri Denemark),<br/>
310 dnsmasq: avoid potential crash (Eric Blake),<br/>
311 Fix netmask checks for IPv6 in virSocketCheckNetmask (Daniel P. Berrange),<br/>
312 Don't fail lxc domain start when memory controller support is missing (Guido Günther),<br/>
313 root_squash: virFileOperation may fail with EPERM too (Dan Kenigsberg),<br/>
314 qemu: let qemu group look below /var/lib/libvirt/qemu/ (Dan Kenigsberg),<br/>
315 qemu: Prohibit migration of guests with host devices (Jiri Denemark),<br/>
316 cpu: Use vendor in baseline CPU only if all hosts use it (Jiri Denemark),<br/>
317 cpu: Fix vendor for recent CPU models (Jiri Denemark),<br/>
318 Fix Xen SEXPR generation to properly quote strings containing () (Daniel P. Berrange),<br/>
319 nwfilter: resolve deadlock between VM ops and filter update (Stefan Berger),<br/>
320 Don't fail on missing D-Bus (Guido Günther),<br/>
321 cpu: Remove redundant features (Jiri Denemark),<br/>
322 xen: Fix virDomain{At,De}tachDevice (Jiri Denemark),<br/>
323 xen: xenXMDomain*DeviceFlags should obey all flags (Jiri Denemark),<br/>
324 nwfilter: fix memory leaks (Stefan Berger),<br/>
325 phyp: Checking for NULL values when building new guest (Eduardo Otubo),<br/>
326 libvirt-guests: start late and stop early (Jiri Denemark),<br/>
327 nwfilter bug appearing on big endian machines (Stefan Berger),<br/>
328 Rebuild network filter for UML guests on updates (Soren Hansen)<br/>
329 </li>
331 <li>Improvements:<br/>
332 vbox: Stop hardcoding a single path for VBoxXPCOMC.so (Matthias Bolte),<br/>
333 Add disk/net resource auditing to QEMU driver (Daniel P. Berrange),<br/>
334 Add auditing of security label in QEMU driver (Daniel P. Berrange),<br/>
335 Add auditing of start/stop events to the QEMU driver (Daniel P. Berrange),<br/>
336 Add printf format attribute annotation to virAuditSend method (Daniel P. Berrange),<br/>
337 Add audit helper for escaping log message strings (Daniel P. Berrange),<br/>
338 virsh: use - not _ in memtune option names (Eric Blake),<br/>
339 build: fix shell detection bug (Eric Blake),<br/>
340 virsh: improve help text where integers are expected (Eric Blake),<br/>
341 docs: make the location of the xml catalog file a configure option (Justin Clift),<br/>
342 Fix build for SystemTap 1.0 (Matthias Bolte),<br/>
343 Fix formatting of network address in iptables helpers (Daniel P. Berrange),<br/>
344 virsh: Add option 'model' for attach-interface (Osier Yang),<br/>
345 qemu: Fix detection of drive readonly option (Jiri Denemark),<br/>
346 vbox: Fix compile errors due to the virSocketAddr series (Matthias Bolte),<br/>
347 Don't try to parse a NULL ip address for boot server (Daniel P. Berrange),<br/>
348 Convert virNetwork to use virSocketAddr everywhere (Daniel P. Berrange),<br/>
349 Include socket address in client probe data (Daniel P. Berrange),<br/>
350 Add dtrace static probes in libvirtd (Daniel P. Berrange),<br/>
351 Add test suite for virSocket APIs (Daniel P. Berrange),<br/>
352 Ban use of all inet_* functions (Daniel P. Berrange),<br/>
353 Fix error reporting for virSocketParse (Daniel P. Berrange),<br/>
354 Expand virSocketFormat to be more flexible (Daniel P. Berrange),<br/>
355 Fix passing of address family to virSocketParseAddr (Daniel P. Berrange),<br/>
356 Include length with virSocketAddr data (Daniel P. Berrange),<br/>
357 audit: simplify declaration (Eric Blake),<br/>
358 qemu: Exit on first error in qemuDomainGetMemoryParameters (Matthias Bolte),<br/>
359 virsh: Don't read nparams when virDomainGetMemoryParameters fails (Matthias Bolte),<br/>
360 Fix formatting of the memtune XML element (Matthias Bolte),<br/>
361 Add process= support for 'qemu-kvm -name' (John Morrissey),<br/>
362 nwfilter: avoid dir. enforcement for certain types of rules (Stefan Berger),<br/>
363 Audit SELinux label assignment. (Miloslav Trmač),<br/>
364 Audit VM start/stop/suspend/resume (Miloslav Trmač),<br/>
365 vcpu: remove dead xen code (Eric Blake),<br/>
366 vcpu: improve support for setting xen vcpu counts (Eric Blake),<br/>
367 vcpu: improve support for getting xen vcpu counts (Eric Blake),<br/>
368 vcpu: improve vcpu support in xen command line (Eric Blake),<br/>
369 vcpu: complete vcpu support in qemu driver (Eric Blake),<br/>
370 vcpu: improve vcpu support in qemu command line (Eric Blake),<br/>
371 vcpu: support all flags in test driver (Eric Blake),<br/>
372 vcpu: add virsh support (Eric Blake),<br/>
373 vcpu: support maxvcpu in domain_conf (Eric Blake),<br/>
374 vcpu: make old API trivially wrap to new API (Eric Blake),<br/>
375 vcpu: implement the remote protocol (Eric Blake),<br/>
376 vcpu: implement the public APIs (Eric Blake),<br/>
377 vcpu: define internal driver API (Eric Blake),<br/>
378 vcpu: add new public API (Eric Blake),<br/>
379 nwfilter: changes to rules in VM-&gt;host table (Stefan Berger),<br/>
380 esx: Handle non-UTF-8 encoded VMX files (Matthias Bolte),<br/>
381 Run initgroups() in qemudOpenAsUID() (Dan Kenigsberg),<br/>
382 memtune: Add min_guarantee to the virsh memtune command (Nikunj A. Dadhania),<br/>
383 esx: Fix check in esxDomainGetInfo's perf metric handling (Matthias Bolte),<br/>
384 virsh: add tests for recent cli improvements (Eric Blake),<br/>
385 virsh: new echo command (Eric Blake),<br/>
386 virsh: add support for accepting arbitrary argv (Eric Blake),<br/>
387 esx: Explicitly declare VMX file content as UTF-8 (Matthias Bolte),<br/>
388 esx: Handle name escaping properly (Matthias Bolte),<br/>
389 nwfilter: prevent filters with different name but same UUID (Stefan Berger),<br/>
390 new attribute accessmode to filesystem element (Harsh Prateek Bora),<br/>
391 nwfilter: cut off connections after changing filters (Stefan Berger),<br/>
392 build: provide URL in 'configure --help' (Eric Blake),<br/>
393 tests: Honor LIBVIRT_{DEBUG,LOG_*} variables (Jiri Denemark),<br/>
394 tests: Do not override LIBVIRT_DEBUG variable (Jiri Denemark),<br/>
395 Improve error reporting in test suites (Daniel P. Berrange),<br/>
396 virsh: move code into topological order (Eric Blake),<br/>
397 virsh: simplify top-level option parsing (Eric Blake),<br/>
398 virsh: add -- support (Lai Jiangshan),<br/>
399 virsh: support single quote (Lai Jiangshan),<br/>
400 virsh: add escaper \ for command string parsing (Lai Jiangshan),<br/>
401 virsh: rework command parsing (Lai Jiangshan),<br/>
402 virsh: add vshCommandParser abstraction (Lai Jiangshan),<br/>
403 virsh: better handling the boolean option (Lai Jiangshan),<br/>
404 virsh: allow zero length arguments (Lai Jiangshan),<br/>
405 virsh: better support double quote (Lai Jiangshan),<br/>
406 Add todo.pl and config example to EXTRA_DIST (Daniel P. Berrange),<br/>
407 Fix several minor problems introduced by the memtune series (Matthias Bolte),<br/>
408 Remote protocol implementation of virDomainSet/GetMemoryParameters (Nikunj A. Dadhania),<br/>
409 Adding memtune command to virsh tool (Nikunj A. Dadhania),<br/>
410 Implement domainGetMemoryParamters for LXC (Nikunj A. Dadhania),<br/>
411 Implement domainSetMemoryParamters for LXC (Nikunj A. Dadhania),<br/>
412 Adding memtunables to libvirt-lxc command (Nikunj A. Dadhania),<br/>
413 Adding memtunables to qemuSetupCgroup (Nikunj A. Dadhania),<br/>
414 Implement domainGetMemoryParamters for QEmu (Nikunj A. Dadhania),<br/>
415 Implement domainSetMemoryParamters for QEmu (Nikunj A. Dadhania),<br/>
416 Implement cgroup memory controller tunables (Nikunj A. Dadhania),<br/>
417 XML parsing for memory tunables (Nikunj A. Dadhania),<br/>
418 Adds xml entries for memory tunables in domain schema (Nikunj A. Dadhania),<br/>
419 Adding structure and defines for virDomainSet/GetMemoryParameters (Nikunj A. Dadhania),<br/>
420 Set sensible defaults for cpu match and feature policy (Daniel P. Berrange),<br/>
421 xen: Fix logic bug in xenDaemon*DeviceFlags (Jiri Denemark),<br/>
422 xen: Make xenDaemon*DeviceFlags errors less confusing (Jiri Denemark),<br/>
423 Return a suitable error message if we can't find a matching emulator (Guido Günther),<br/>
424 Pass -n to ip(6)tables (Guido Günther),<br/>
425 nwfilter: Extend schema to accept state attribute (Stefan Berger),<br/>
426 nwfilter: Add test case for testing the state attribute (Stefan Berger),<br/>
427 nwfilter: Instantiate state match in ip(6)tables rules (Stefan Berger),<br/>
428 nwfilter: Extend XML parser and gen. to support state attr. (Stefan Berger),<br/>
429 xen: Fix bogus error when attaching a device (Jiri Denemark),<br/>
430 esx: Add support for virtual serial device network backing (Matthias Bolte),<br/>
431 phyp: Verify that domain XML contains at least one disk element (Matthias Bolte),<br/>
432 implement usb and pci hot attach in AppArmor driver (Jamie Strandboge),<br/>
433 nwfilter: Add a test case for testing the comment attribute (Stefan Berger),<br/>
434 nwfilter: Extend nwfilter schema to accept comment attrib. (Stefan Berger),<br/>
435 nwfilter: Instantiate comments in ip(6)tables rules (Stefan Berger),<br/>
436 nwfilter: Extend XML parser and generator w/ comment attribute (Stefan Berger),<br/>
437 configure: tweak logic flow of virtport check (Justin Clift),<br/>
438 Rework configure logic for virtualport support (Stefan Berger),<br/>
439 nwfilter: report if ip(6)tables rules would not be active (Stefan Berger),<br/>
440 app-armor: add 'rw' for appropriate devices (Jamie Strandboge),<br/>
441 add extra tests to virt-aa-helper-test for new '-p' option (Jamie Strandboge),<br/>
442 esx: Allow '-' in VMX entry names (Matthias Bolte),<br/>
443 Make SASL work over UNIX domain sockets (Daniel P. Berrange),<br/>
444 Refactor some daemon code to facilitate introduction of static probes (Daniel P. Berrange),<br/>
445 nodeinfo: work when hot-plugging is disabled (Eric Blake),<br/>
446 libvirtd: improve the error message displayed on tls client auth failure (Justin Clift),<br/>
447 virsh: Use virBuffer for generating XML (Jiri Denemark)<br/>
448 </li>
450 <li>Cleanups:<br/>
451 audit: printf warning fix (KAMEZAWA Hiroyuki),<br/>
452 build: use shorter file names for 'make dist' (Eric Blake),<br/>
453 maint: fix syntax-check failure of previous patch (Eric Blake),<br/>
454 maint: ignore new test executable (Eric Blake),<br/>
455 tests: Silence qemuxml2argv test (Jiri Denemark),<br/>
456 Remove all use of inet_pton and inet_ntop (Daniel P. Berrange),<br/>
457 Remove both addrToString methods (Daniel P. Berrange),<br/>
458 Remove pointless nwIPAddress struct &amp; void *casts (Daniel P. Berrange),<br/>
459 Remove useless code in error path of getnameinfo() (Daniel P. Berrange),<br/>
460 maint: sort private sym lists (Eric Blake),<br/>
461 Rename VIR_DOMAIN_SWAP_HARD_LIMIT to VIR_DOMAIN_MEMORY_SWAP_HARD_LIMIT (Matthias Bolte),<br/>
462 Fix make check on RHEL-5 (Jiri Denemark),<br/>
463 Don't let daemon-conf test fail when auditing is disabled (Matthias Bolte),<br/>
464 Fix compile errors in remote.c and newly added audit code (Matthias Bolte),<br/>
465 Fix symbol exports &amp; remove duplicated libvirt_util.la linkage (Daniel P. Berrange),<br/>
466 Fix statstest when driver modules are enabled (Daniel P. Berrange),<br/>
467 build: avoid false positive syntax-check failure (Eric Blake),<br/>
468 proxy: Fix undefined reference to virClose (Matthias Bolte),<br/>
469 Introduce VIR_CLOSE to be used rather than close() (Stefan Berger),<br/>
470 Fix warning about a non-literal format string in qemu_driver.c (Laine Stump),<br/>
471 test: silence nwfilter test (Stefan Berger),<br/>
472 tests: fix spurious test failure (Eric Blake),<br/>
473 memory: fix remote protocol compilation (Eric Blake),<br/>
474 virsh: poison raw allocation routines (Eric Blake),<br/>
475 Avoid checking against strncpy in virsh.c (Daniel Veillard),<br/>
476 Cleanup some tabs issues (Daniel Veillard),<br/>
477 util: add missing export (Eric Blake),<br/>
478 virt-aa-helper-test cleanups (Jamie Strandboge),<br/>
479 python: drop unnecessary conn assignment (Dan Kenigsberg),<br/>
480 pciFindStubDriver should return NULL on error (Chris Wright),<br/>
481 tests: silence qemuargv2xmltest noise (Eric Blake),<br/>
482 tests: clean up qemuargv2xmltest (Eric Blake),<br/>
483 maint: silence warning from libtool (Eric Blake),<br/>
484 tests: Fix preprocessor indentation (Jiri Denemark)<br/>
485 </li>
486 </ul>
488 <h3>0.8.4: Sep 10 2010</h3>
489 <ul>
490 <li>Features:<br/>
491 various improvements to UML driver (Soren Hansen)<br/>
492 </li>
494 <li>Documentation:<br/>
495 docs: fix lxc examples (Serge Hallyn),<br/>
496 docs: mention domain clock improvements (Eric Blake),<br/>
497 docs: fix an incorrect keyword in updated hooks page (Justin Clift),<br/>
498 docs: significant expansion of custom hook script information (Justin Clift)<br/>
499 </li>
501 <li>Portability:<br/>
502 cygwin: build fix (Stefan Berger),<br/>
503 build: allow mingw VPATH build (Eric Blake),<br/>
504 Generate libvirt_qemu.def from libvirt_qemu.syms for MinGW builds (Matthias Bolte),<br/>
505 Only require XDR when building libvirtd or the remote driver (Matthias Bolte),<br/>
506 build-sys: fix build when daemon is disabled by not installing libvirtd.8 (Diego Elio Pettenò)<br/>
507 </li>
509 <li>Bug Fixes:<br/>
510 Fix block statistics with newer versions of Xen (Guido Günther),<br/>
511 Fix off-by-1 in QEMU boot arg array handling (Daniel P. Berrange),<br/>
512 bridge: Fix static-only DHCP configuration (Jiri Denemark),<br/>
513 qemu: qemuMonitorJSONEjectMedia(): Fix arguments' type (Luiz Capitulino),<br/>
514 qemu: qemuMonitorJSONMigrate(): Fix arguments' type (Luiz Capitulino),<br/>
515 test: Don't overwrite storage volume target path and key (Matthias Bolte),<br/>
516 build: Fix permissions of sysconfig files (Jiri Denemark),<br/>
517 virsh: remove driver check from attach-disk command (Ryan Harper),<br/>
518 phyp: Bad comparison when checking for existing domain name (Eduardo Otubo),<br/>
519 esx: Fix esxVI_BuildSelectSet's invalid argument check (Matthias Bolte),<br/>
520 spec: Fix undefined with_libnl (Jiri Denemark),<br/>
521 Fix handling of sparse NUMA topologies (Daniel P. Berrange),<br/>
522 qemu: Check for errors when converting PCI address to string (Jiri Denemark),<br/>
523 qemu: Fix JSON migrate_set_downtime command (Jiri Denemark),<br/>
524 uml: fix logic bug in checking reply length (Eric Blake),<br/>
525 xen: Fix scheduler setting problems (Daniel Veillard),<br/>
526 nodedev: Free the right pointers when getting WWNs fails (Jiri Denemark),<br/>
527 nodedev: Fix sysfs paths for vport operations (Dave Allan),<br/>
528 xen: Fix device count on detach (Daniel Berrange),<br/>
529 remote: Fix incorrect use of private data field (Daniel Berrange),<br/>
530 esx: Fix memory leak when looking up an non-existing domain by name (Matthias Bolte),<br/>
531 Fix up qemu domain save/managed save locking. (Chris Lalancette),<br/>
532 qemu: Release PCI slot when detaching disk and net devices (Jiri Denemark),<br/>
533 qemu: Re-reserve all PCI addresses on libvirtd restart (Jiri Denemark),<br/>
534 Close fd's of persistent tap devices (Soren Hansen),<br/>
535 Fix tunnelled migration with qemu running as qemu:qemu. (Chris Lalancette),<br/>
536 Fix valgrind complaints when using kill -SIGHUP on libvirtd (Stefan Berger),<br/>
537 bridge: Fix potential segfault when preparing dnsmasq arguments (Jiri Denemark),<br/>
538 Fix return value usage (Doug Goldstein),<br/>
539 nodeinfo: skip offline CPUs (Eric Blake),<br/>
540 Do not use boot=on on IDE device (Daniel Veillard)<br/>
541 </li>
543 <li>Improvements:<br/>
544 virsh: Option for overriding disk type in attach-disk (Jiri Denemark),<br/>
545 Explicitly pass uml_dir argument to user-mode-linux (Soren Hansen),<br/>
546 Fix dependancies for remote generated files (Daniel P. Berrange),<br/>
547 Ensure remote daemon unions are always non-zero length (Daniel P. Berrange),<br/>
548 Add nwfilter support to UML driver (Soren Hansen),<br/>
549 esx: Use SessionIsActive when available (Matthias Bolte),<br/>
550 esx: Fall back to path as key when QueryVirtualDiskUuid isn't available (Matthias Bolte),<br/>
551 mingw: match recent changes in spec file (Eric Blake),<br/>
552 Update of localization files (Daniel Veillard),<br/>
553 esx: Use the VirtualDisk UUID as storage volume key (Matthias Bolte),<br/>
554 esx: Add .vmdk storage volume creation (Matthias Bolte),<br/>
555 OpenVZ: add ethernet interface type support (Jean-Baptiste Rouault),<br/>
556 esx: Rework datastore path parsing and handling (Matthias Bolte),<br/>
557 esx: Fix generator for string return values (Matthias Bolte),<br/>
558 build: add some modules (Eric Blake),<br/>
559 Use global directory as UML's monitorDir for privileged connections (Soren Hansen),<br/>
560 maint: track moved file (Eric Blake),<br/>
561 Add tests for Xen's blktap2 implementation (Jim Fehlig),<br/>
562 Add blktap2 support to xend driver (Jim Fehlig),<br/>
563 esx: Map the .vmx annotation to the domain XML description (Matthias Bolte),<br/>
564 esx: Add read-only storage volume access (Matthias Bolte),<br/>
565 Move libvirt-guests init script and config to tools (Jiri Denemark),<br/>
566 Support virDomainAttachDevice and virDomainDetachDevice for disks in UML (Soren Hansen),<br/>
567 Log return value for virConnectGetCapabilities (Daniel P. Berrange),<br/>
568 Try harder to send RPC error message back to client (Daniel P. Berrange),<br/>
569 Add explicit warning messages when failing to serialize to XDR (Daniel P. Berrange),<br/>
570 Allow chardev of type 'file' for UML domains. (Soren Hansen),<br/>
571 esx: Improve object-by-type lookup performance (Matthias Bolte),<br/>
572 xen tests: Fix PV-VFB tests with RHEL-5 API (Jiri Denemark),<br/>
573 xen tests: Fix missing "type ioemu" with rhel5-api (Jiri Denemark),<br/>
574 nodeinfotest: Print libvirt error on failure (Jiri Denemark),<br/>
575 xenapi: support xenapi 5.6.0 headers (Eric Blake),<br/>
576 Add support for -enable-kqemu flag (Daniel P. Berrange),<br/>
577 esx: Use MD5 sum of mount path as storage pool UUID (Matthias Bolte),<br/>
578 esx: Make sure dumpxml outputs proper ID for active domains (Matthias Bolte),<br/>
579 Add actions to virDomainLifecycle enum (Jim Fehlig),<br/>
580 vbox: add location used in rpmfusion release (Eric Blake),<br/>
581 storage: add support for Vendor and Model in XML (Patrick Dignan),<br/>
582 qemu: Fix copy and paste error in warning message (Jiri Denemark),<br/>
583 nwfilter: extend nwfilter reload support (Stefan Berger),<br/>
584 esx: Explicitly disable unused floppy devices (Matthias Bolte),<br/>
585 phyp: Add rudimentary network driver (Eduardo Otubo),<br/>
586 Make umlConnectTapDevice ask brAddTap for a persistent tap device. (Soren Hansen),<br/>
587 Make sure all command line arguments get passed to UML (Soren Hansen),<br/>
588 nwfilter: Discard class D,E IP addresses when sniffing pkts (Stefan Berger),<br/>
589 nwfilter: serialize execution of scripts with ebtables cmds (Stefan Berger),<br/>
590 Move the tunnelled migration unix socket to /var/lib/libvirt/qemu (Chris Lalancette),<br/>
591 qemu: avoid calling the balloon info command if disabled (Daniel Veillard),<br/>
592 bridge: Add --dhcp-no-override option to dnsmasq (Jiri Denemark),<br/>
593 esx: Improve VMX file name parsing and formatting (Matthias Bolte),<br/>
594 esx: Split VMX code into a general and an ESX specific part (Matthias Bolte),<br/>
595 allow memballoon type of none to desactivate it (Daniel Veillard),<br/>
596 Add a detailed message when tap device add fails (Doug Goldstein),<br/>
597 qemu: Hack around asynchronous device_del (Jiri Denemark),<br/>
598 build-sys: only build the test programs during the check phase. (Diego Elio Pettenò),<br/>
599 Add "ubd" to the list of disk prefixes (Soren Hansen),<br/>
600 Extend virSocketParseAddr() to allow a NULL result pointer (Daniel Veillard),<br/>
601 bootloader_args is named bootargs in xen-xm (Philipp Hahn),<br/>
602 Fix return value usage (Doug Goldstein),<br/>
603 qemu: improve error if tun device is missing (Doug Goldstein),<br/>
604 build: rerun bootstrap if po/Makevars got nuked (Eric Blake)<br/>
605 </li>
607 <li>Cleanups:<br/>
608 Remove hack to get static binaries in DV environment (Daniel Veillard),<br/>
609 build: avoid uninitialized variable warning (Eric Blake),<br/>
610 vbox: factor a large function (Eric Blake),<br/>
611 lxc: avoid large stacks with veth creation (Eric Blake),<br/>
612 openvz: use virAsprintf to avoid large stacks (Eric Blake),<br/>
613 openvz: formatting cleanups (Eric Blake),<br/>
614 network: use virAsprintf when appropriate (Eric Blake),<br/>
615 Move hextobin as virHexToBin to util.c (Matthias Bolte),<br/>
616 Rename qemudShrinkDisks to virDomainDiskRemove and move to domain_conf.c (Soren Hansen),<br/>
617 xml2sexprtest: Remove graphics from unrelated tests (Jiri Denemark),<br/>
618 xenapi: Fix compile error in previous commit (Matthias Bolte),<br/>
619 qemu: Remove code duplication (Jiri Denemark),<br/>
620 vbox: factor a large function (Eric Blake),<br/>
621 xenapi: avoid sprintf (Eric Blake),<br/>
622 storage: avoid s[n]printf (Eric Blake),<br/>
623 maint: whitespace cleanups (Eric Blake),<br/>
624 build: delete dead comments (Eric Blake),<br/>
625 nwfilter: use consistent OOM reporting (Eric Blake),<br/>
626 build: fix compiler warning (Eric Blake),<br/>
627 build: fix AppArmor compilation (Jamie Strandboge),<br/>
628 Avoid unnecessary bootstrap runs in VPATH builds (Jiri Denemark),<br/>
629 maint: update an email address preference (Eric Blake),<br/>
630 phyp: refactor phypListDomainsGeneric to eliminate buffer overflow (Eduardo Otubo)<br/>
631 </li>
632 </ul>
634 <h3>0.8.3: Aug 04 2010</h3>
635 <ul>
636 <li>Features:<br/>
637 esx: Support vSphere 4.1 (Matthias Bolte),<br/>
638 Qemu arbitrary monitor commands. (Chris Lalancette),<br/>
639 Qemu Monitor API entry point. (Chris Lalancette)<br/>
640 </li>
642 <li>Documentation:<br/>
643 docs: Link wiki FAQ to main page (Cole Robinson),<br/>
644 Document the memory balloon device (Daniel P. Berrange),<br/>
645 man pages: update authors and copyright notice for libvirtd and virsh (Justin Clift),<br/>
646 Add openauth example to demonstrate a custom auth callback (Matthias Bolte),<br/>
647 docs: fix so generated .html files are removed with make clean (Justin Clift),<br/>
648 virsh: Fix man page syntax (Jiri Denemark),<br/>
649 html docs: added firewall explanation page by daniel berrange (Justin Clift),<br/>
650 libvirtd: add man page for libvirtd (Justin Clift)<br/>
651 </li>
653 <li>Portability:<br/>
654 Fix compile on i686. (Chris Lalancette),<br/>
655 daemon: dispatch.c should include stdio.h (and stdarg.h) (Ryota Ozaki)<br/>
656 </li>
658 <li>Bug Fixes:<br/>
659 qemu: Fix PCI address allocation (Jiri Denemark),<br/>
660 Don't leak delay string when freeing virInterfaceBridgeDefs (Laine Stump),<br/>
661 qemu: don't lose error on setting monitor capabilities (Eric Blake),<br/>
662 Add iptables rule to fixup DHCP response checksum. (Laine Stump),<br/>
663 Fix the ACS checking in the PCI code. (Chris Lalancette),<br/>
664 Free up memballoon def. (Chris Lalancette),<br/>
665 Fix a bogus warning when parsing &lt;hostdev&gt; (Chris Lalancette),<br/>
666 Update ID after stopping a domain (Matthias Bolte),<br/>
667 openvzDomainCreateWithFlags: set domain id to the correct value (Jean-Baptiste Rouault),<br/>
668 xenapi: Update ID after starting a domain (Matthias Bolte),<br/>
669 esx: Update ID after starting a domain (Matthias Bolte),<br/>
670 Fix DMI uuid parsing. (Chris Lalancette),<br/>
671 Do not activate boot=on on devices when not using KVM (Daniel Veillard),<br/>
672 Fix a memory leak in the qemudBuildCommandLine. (Chris Lalancette),<br/>
673 esx: Fix freeing of heterogeneous lists (Matthias Bolte),<br/>
674 xen: fix logic bug (Eric Blake),<br/>
675 Eliminate memory leak in xenUnifiedDomainInfoListFree (Laine Stump),<br/>
676 lxc: Fix 'autostart' doesn't take effect actually (Ryota Ozaki),<br/>
677 Fix --with-xen-proxy related compile error (Matthias Bolte),<br/>
678 Fix a potential race in pciInitDevice. (Chris Lalancette),<br/>
679 Invert logic for checking for QEMU disk cache options (Daniel P. Berrange),<br/>
680 libvirt-guests: Don't throw errors if libvirtd is not installed (Jiri Denemark),<br/>
681 pciResetDevice: use inactive devices to determine safe reset (Chris Wright),<br/>
682 secaatest: Fix compilation (Matthias Bolte),<br/>
683 virt-aa-helper-test: Fix failure due to the new disk format probing option (Matthias Bolte),<br/>
684 virt-aa-helper: Make getopt accept the p option (Matthias Bolte),<br/>
685 virt-aa-helper: Fix return value of add_file_path (Matthias Bolte),<br/>
686 Fix SEGV on exit after domainEventDeregister() (Philipp Hahn),<br/>
687 pciSharesBusWithActive fails to find multiple devices on bus (Chris Wright),<br/>
688 Fix incorrect use of private data in remote driver (Daniel P. Berrange),<br/>
689 Set a stable &amp; high MAC addr for guest TAP devices on host (Daniel P. Berrange),<br/>
690 Fix PCI address assignment if no IDE controller is present (Daniel P. Berrange),<br/>
691 lxc: force kill of init process by sending SIGKILL if needed (Ryota Ozaki),<br/>
692 Fix a NULL dereference in the case that the arg in question didn't exist. (Chris Lalancette),<br/>
693 Remove bogus free of static strings (Daniel P. Berrange),<br/>
694 Fix a deadlock in bi-directional p2p concurrent migration. (Chris Lalancette),<br/>
695 Make virsh setmaxmem balloon only when successful. (Chris Lalancette),<br/>
696 fsync new storage volumes even if new volume was copied. (Laine Stump),<br/>
697 Don't skip zero'ing end of volume file when inputvol is shorter than newvol (Laine Stump),<br/>
698 Always clear out the last_error in virshReportError. (Chris Lalancette),<br/>
699 CVE-2010-2242 Apply a source port mapping to virtual network masquerading (Daniel P. Berrange),<br/>
700 uml_driver: correct logic error in umlMonitorCommand (Jim Meyering),<br/>
701 qemuConnectMonitor: fix a bug that would have masked SELinux failure (Jim Meyering),<br/>
702 python: Fix IOErrorReasonCallback bindings (Cole Robinson),<br/>
703 cpuCompare: Fix crash on unexpected CPU XML (Jiri Denemark),<br/>
704 cpu: Fail when CPU type cannot be detected from XML (Jiri Denemark),<br/>
705 cpuCompare: Fix comparison of two host CPUs (Jiri Denemark),<br/>
706 Fix potential crash in QEMU monitor JSON impl (Daniel P. Berrange)<br/>
707 </li>
709 <li>Improvements:<br/>
710 OpenVZ: implement suspend/resume driver APIs (Jean-Baptiste Rouault),<br/>
711 esx: Set storage pool target path to host.mountInfo.path (Matthias Bolte),<br/>
712 esx: Make storage pool lookup by name and UUID more robust (Matthias Bolte),<br/>
713 esx: Restrict vpx:// to handle a single host in a vCenter (Matthias Bolte),<br/>
714 esx: Map some managed object types (Matthias Bolte),<br/>
715 esx: Parse the path of the URI (Matthias Bolte),<br/>
716 Make virsh -d check its input (Daniel Veillard),<br/>
717 esx: Switch from name to number checks in the subdrivers (Matthias Bolte),<br/>
718 esx: Improve blocked task detection and fix race condition (Matthias Bolte),<br/>
719 build: distribute libvirt_qemu.syms (Eric Blake),<br/>
720 build: restore operation of bit-rotted 'make cov' (Eric Blake),<br/>
721 qemu: virtio console support (Cole Robinson),<br/>
722 domain conf: Track &lt;console&gt; target type (Cole Robinson),<br/>
723 domain conf: char: Add an explicit targetType field (Cole Robinson),<br/>
724 domain conf: Rename character prop targetType -&gt; deviceType (Cole Robinson),<br/>
725 docs: domain: Document virtio &lt;channel&gt; (Cole Robinson),<br/>
726 tests: Test qemuxml2xml when expected xml changes (Cole Robinson),<br/>
727 fix handling of PORT_PROFILE_RESPONSE_INPROGRESS netlink message (Gerhard Stenzel),<br/>
728 maint: turn on gcc logical-op checking (Eric Blake),<br/>
729 libvirt-guests: add reload, condrestart (Eric Blake),<br/>
730 libvirt-guests: enhance status (Eric Blake),<br/>
731 libvirt-guests: detect invalid arguments (Eric Blake),<br/>
732 qemu: Allow setting boot menu on/off (Cole Robinson),<br/>
733 qemu: Error on unsupported graphics config (Cole Robinson),<br/>
734 Force FLR on for buggy SR-IOV devices. (Chris Lalancette),<br/>
735 qemudDomainAttachHostPciDevice refactor to use new helpers (Chris Wright),<br/>
736 Add helpers qemuPrepareHostdevPCIDevice and qemuDomainReAttachHostdevDevices (Chris Wright),<br/>
737 qemuGetPciHostDeviceList take hostdev list directly (Chris Wright),<br/>
738 esx: Add vpx:// scheme to allow direct connection to a vCenter (Matthias Bolte),<br/>
739 esx: Don't ignore the vcenter query parameter (Matthias Bolte),<br/>
740 esx: Add autodetection for the SCSI controller model (Matthias Bolte),<br/>
741 esx: Allow 'vmpvscsi' as SCSI controller model (Matthias Bolte),<br/>
742 Add tests for the new Qemu namespace XML. (Chris Lalancette),<br/>
743 Qemu remote protocol. (Chris Lalancette),<br/>
744 Handle arbitrary qemu command-lines in qemuParseCommandLine. (Chris Lalancette),<br/>
745 Qemu arbitrary command-line arguments. (Chris Lalancette),<br/>
746 Add namespace callback hooks to domain_conf. (Chris Lalancette),<br/>
747 Remove erroneous setting of return value to errno. (Laine Stump),<br/>
748 Change virDirCreate to return -errno on failure. (Laine Stump),<br/>
749 Make virStorageBackendCopyToFD return -errno. (Laine Stump),<br/>
750 Change virFileOperation to return -errno (ie &lt; 0) on error. (Laine Stump),<br/>
751 Re-arrange PCI device address assignment to match QEMU's default (Daniel P. Berrange),<br/>
752 Explicitly represent balloon device in XML and handle PCI address (Daniel P. Berrange),<br/>
753 Rearrange VGA/IDE controller address reservation (Daniel P. Berrange),<br/>
754 Use unsigned long in cmdSetmem. (Chris Lalancette),<br/>
755 Fix up inconsistent virsh option error reporting. (Chris Lalancette),<br/>
756 Use the extract backing store format in storage volume lookup (Daniel P. Berrange),<br/>
757 Rewrite qemu-img backing store format handling (Daniel P. Berrange),<br/>
758 Add ability to set a default driver name/type when parsing disks (Daniel P. Berrange),<br/>
759 Disable all disk probing in QEMU driver &amp; add config option to re-enable (Daniel P. Berrange),<br/>
760 Pass security driver object into all security driver callbacks (Daniel P. Berrange),<br/>
761 Convert all disk backing store loops to shared helper API (Daniel P. Berrange),<br/>
762 Add an API for iterating over disk paths (Daniel P. Berrange),<br/>
763 Require format to be passed into virStorageFileGetMetadata (Daniel P. Berrange),<br/>
764 Refactor virStorageFileGetMetadataFromFD to separate functionality (Daniel P. Berrange),<br/>
765 Remove 'type' field from FileTypeInfo struct (Daniel P. Berrange),<br/>
766 Extract the backing store format as well as name, if available (Daniel P. Berrange),<br/>
767 RFC: Canonicalize block device paths (David Allan),<br/>
768 .gitignore: Ignore generated libvirtd docs (Cole Robinson),<br/>
769 esx: Make esxVI_*_Deserialize dynamically dispatched (Matthias Bolte),<br/>
770 qemu: Use -nodefconfig when probing for CPU models (Jiri Denemark),<br/>
771 Ensure we return the callback ID in python events binding (Daniel P. Berrange),<br/>
772 virsh: add new --details option to vol-list (Justin Clift),<br/>
773 Implement virsh managedsave-remove command. (Chris Lalancette),<br/>
774 cpu: Add new models from qemu's target-x86_64.conf (Jiri Denemark),<br/>
775 cpu: Add support for CPU vendor (Jiri Denemark),<br/>
776 cpuBaseline: Detect empty set of common features (Jiri Denemark),<br/>
777 cpuBaseline: Don't mess with the CPU returned by arch driver (Jiri Denemark),<br/>
778 Make html docs in non-srcdir build (Jiri Denemark)<br/>
779 </li>
781 <li>Cleanups:<br/>
782 Fix build error in virsh.c (Laine Stump)<br/>
783 Fix virsh error message when -d arg is not numeric (Eric Blake)<br/>
784 Fix a couple of typo in iSCSI backend (Aurelien ROUGEMONT)<br/>
785 Don't put a semicolon on the end of a VIR_ENUM_IMPL. (Chris Lalancette)<br/>
786 Remove duplicate &lt;p&gt; from downloads.html.in (Matthias Bolte)<br/>
787 storage: kill dead stores (Eric Blake)<br/>
788 qemu: kill some dead stores (Eric Blake)<br/>
789 network: kill dead store (Eric Blake)<br/>
790 esx: silence spurious compiler warning (Eric Blake)<br/>
791 build: fix 'make syntax-check' failure (Eric Blake)<br/>
792 lxc: Fix return values of veth.c functions (Ryota Ozaki)<br/>
793 maint: fix comment typos (Eric Blake)<br/>
794 Fix up confusing indentation in qemudDomainAttachHostPciDevice. (Chris Lalancette)<br/>
795 build: fix VPATH builds (Eric Blake)<br/>
796 virt-aa-helper: Ignore open errors again (Matthias Bolte)<br/>
797 qemu-api: avoid build failure (Eric Blake)<br/>
798 Fix .mailmap after accidental wrong committer address (Daniel P. Berrange)<br/>
799 Remove inappropriate use of VIR_ERR_NO_SUPPORT (Daniel P. Berrange)<br/>
800 Remove unused and bitrotting vshCommandOptStringList (Chris Lalancette)<br/>
801 Remove error checking after using vshMalloc. (Chris Lalancette)<br/>
802 Remove the "showerror" parameter from vshConnectionUsability. (Chris Lalancette)<br/>
803 Eliminate compiler warning due to gettext string with no format args (Laine Stump)<br/>
804 Fix build by removing unknown pod2man flag (Daniel P. Berrange)<br/>
805 </li>
806 </ul>
808 <h3>0.8.2: Jul 05 2010</h3>
809 <ul>
810 <li>Features:<br/>
811 phyp: adding support for IVM (Eduardo Otubo),<br/>
812 libvirt: introduce domainCreateWithFlags API (Eric Blake),<br/>
813 add 802.1Qbh and 802.1Qbg switches handling (Stefan Berger),<br/>
814 Support for VirtualBox version 3.2 (Jean-Baptiste Rouault),<br/>
815 Init script for handling guests on shutdown/boot (Jiri Denemark),<br/>
816 qemu: live migration with non-shared storage for kvm (Kenneth Nagin)<br/>
817 </li>
819 <li>Documentation:<br/>
820 html docs: add link to PHP bindings by Radek Hladik (Justin Clift),<br/>
821 virsh: document attach-disk better (Eric Blake),<br/>
822 bridge_driver.c: fix file description (Alan Pevec),<br/>
823 nwfilter: extensions of docs with (Stefan Berger),<br/>
824 Fix description of virStorageVolGetInfo() (Philipp Hahn),<br/>
825 virsh: improve help text for vol query commands (Justin Clift),<br/>
826 virsh: fixed trivial comment and debug message in vshCommandOptVolBy function (Justin Clift),<br/>
827 virsh: remove xen reference in header comment (Justin Clift),<br/>
828 virsh: add the volume commands to the virsh man page (Justin Clift),<br/>
829 virsh: fix minor virsh man page typos and formatting problems (Justin Clift),<br/>
830 Trivial virsh.pod additions --all for "list" command and similar (Justin Clift),<br/>
831 Add docs on drive &lt;serial&gt; element (Марк Коренберг),<br/>
832 daemon: sysconf: Update comment about VNC audio (Cole Robinson),<br/>
833 nwfilter: documentation (Stefan Berger),<br/>
834 docs: distribute more coding convention documentation (Eric Blake),<br/>
835 note a typo: VIR_MIGRATE_TUNNELLED should be VIR_MIGRATE_TUNNELED, (Jim Meyering),<br/>
836 datatypes: fix comment typo (Eric Blake),<br/>
837 Fix a typo in docs (Ersek Laszlo),<br/>
838 docs: hacking: explain why using curly braces well is important (Jim Meyering)<br/>
839 </li>
841 <li>Portability:<br/>
842 cgroup: Fix compilation broken on MinGW due to dirent-&gt;d_type (Ryota Ozaki),<br/>
843 parthelper: fix compilation without optimization (Eric Blake),<br/>
844 build: fix some mingw issues (Eric Blake),<br/>
845 build: avoid pthreads-win32 on mingw (Eric Blake),<br/>
846 build: fix cygwin build, correctly this time (Eric Blake),<br/>
847 build: fix up some compiler flags (Eric Blake),<br/>
848 build: avoid compile failure on linux kernels older than 2.6.19 (Jim Meyering),<br/>
849 libvirt_proxy: link with -lpthread if needed (Eric Blake),<br/>
850 build: allow older gettext (Eric Blake),<br/>
851 mingw32-libvirt.spec: bring up to date (Eric Blake),<br/>
852 avoid link error in tests using libvirt_util; due to pthread_sigmask (Jim Meyering),<br/>
853 configure.ac: Avoid uname, which breaks cross-compilation (Matthias Bolte),<br/>
854 mingw: Fix two undefined symbols (Matthias Bolte),<br/>
855 build: avoid compiler warning (Eric Blake),<br/>
856 build: prefer WIN32 over __MINGW32__ checks (Eric Blake),<br/>
857 dnsmasqReload: avoid mingw link failure (Eric Blake),<br/>
858 mingw: Fix symbol export (Matthias Bolte)<br/>
859 </li>
861 <li>Bug Fixes:<br/>
862 Avoid invoking the qemu monitor destroy callback if the constructor fails (Daniel P. Berrange),<br/>
863 cgroup: Add missing errno == ENOENT check in virCgroupRemoveRecursively (Ryota Ozaki),<br/>
864 Fix crash when detaching devices from qemu domains. (Chris Lalancette),<br/>
865 virFileResolveLink: guarantee an absolute path (Eric Blake),<br/>
866 phyp: don't steal storage management from other drivers (Eric Blake),<br/>
867 Avoid calling virStorageFileIsSharedFS with NULL (Laine Stump),<br/>
868 lxc: Fix virsh console doesn't work after restarting libvirtd (Ryota Ozaki),<br/>
869 lxc: Fix error handlings in lxcContainerRenameAndEnableInterfaces (Ryota Ozaki),<br/>
870 Set proper selinux label on image file during qemu domain restore (Laine Stump),<br/>
871 build: fix regression with libvirt-api.xml generation (Eric Blake),<br/>
872 Fix a reference leak for node devices. (Chris Lalancette),<br/>
873 Don't squash file permissions when migration fails (Daniel P. Berrange),<br/>
874 Fix migration in text mode and shared storage migration in json mode (Daniel P. Berrange),<br/>
875 Add missing parameter in python Disk IO error callback (Daniel P. Berrange),<br/>
876 Check for presence of qemu -nodefconfig option before using it (Laine Stump),<br/>
877 cgroup: Change virCgroupRemove to remove all descendant groups at first (Ryota Ozaki),<br/>
878 Fix reference handling leak on qemuMonitor (Daniel P. Berrange),<br/>
879 Don't leak open fd to virsh in libvirt-guests init script (Jiri Denemark),<br/>
880 nwfilter: fix loadable module support (Stefan Berger),<br/>
881 Do not free static buffer with UUID (Jiri Denemark),<br/>
882 qemu: Fix crash on failed VM startup (Cole Robinson),<br/>
883 Add several missing vir*Free calls in libvirtd's remote code (Matthias Bolte),<br/>
884 Fix enumeration of partitions in disks with a trailing digit in path (Daniel P. Berrange),<br/>
885 vbox: check getenv("DISPLAY") for NULL in vboxDomainDumpXML (Matthias Bolte),<br/>
886 Check getenv("PATH") for NULL in virFindFileInPath (Matthias Bolte),<br/>
887 Fix cgroup setup code to cope with root squashing NFS (Daniel P. Berrange),<br/>
888 Fix leaks in udev device add/remove v3 (David Allan),<br/>
889 Ensure that PCI device is reattached to host if hotadd fails (Daniel P. Berrange),<br/>
890 Don't raise errors in the selinux restore code (Daniel P. Berrange),<br/>
891 Fix check for errors in device_add command in QEMU text monitor (Daniel P. Berrange),<br/>
892 Network duplicate UUID/name checking (Daniel P. Berrange),<br/>
893 Storage pool duplicate UUID/name checking (Daniel P. Berrange),<br/>
894 Fix auto-adding of virtio serial controllers (Daniel P. Berrange),<br/>
895 Ensure UNIX domain sockets are removed on daemon shutdown (Daniel P. Berrange),<br/>
896 Fix AppArmor save/restore.Add stdin_path to qemudStartVMDaemon() args. (Jamie Strandboge),<br/>
897 Adjust block size used by dd to speed QEMU domain save operations. (Laine Stump),<br/>
898 Fix dereference of potentially freed pointer in qemudDomainSaveFlags (Laine Stump),<br/>
899 Update nodedev scsi_host data before use (David Allan),<br/>
900 Fix device destroy return value (David Allan),<br/>
901 storage: Check for invalid storage mode before opening (Cole Robinson),<br/>
902 Improve nodedev parent/child relationships (David Allan),<br/>
903 network: bridge: Don't start network if it collides with host routing (Cole Robinson),<br/>
904 Fix integer overflow in hotplug methods (Daniel P. Berrange),<br/>
905 Fix failing virGetHostname. (Chris Lalancette),<br/>
906 storage: Sanitize pool target paths (Cole Robinson),<br/>
907 Fix handling of disk backing stores with cgroups (Daniel P. Berrange),<br/>
908 Fix up basic migration. (Chris Lalancette),<br/>
909 qemu: Release bus address on PCI host device remove (Alex Williamson),<br/>
910 qemu: avoid corrupting guest info struct on host device PCI hot add (Alex Williamson),<br/>
911 Query block allocation extent from QEMU monitor (Daniel P. Berrange),<br/>
912 Don't overwrite virDomainAssignDef errors. (Chris Lalancette),<br/>
913 Fix race in finding available vnc port (Jim Fehlig),<br/>
914 qemu driver: fix version check typos (Chris Wright),<br/>
915 daemon: A few initscript corrections (Cole Robinson),<br/>
916 qemu: Properly cleanup in security startup error path (Cole Robinson),<br/>
917 qemudDomainMigrateFinish2: handle a case of virDomainSaveStatus failure (Jim Meyering),<br/>
918 Fix potential NULL dereference in remoteDomainMigratePrepare2 (Jiri Denemark),<br/>
919 qemudDomainRestore: handle a case of virDomainSaveStatus failure (Jim Meyering),<br/>
920 python: don't ignore virInitialize failure in module initialization (Jim Meyering),<br/>
921 tests: do not ignore virInitialize failure (Jim Meyering),<br/>
922 qemuMonitorTextMigrate: avoid leak on OOM-error path (Jim Meyering),<br/>
923 virNWFilterDefParseXML: avoid leak on error paths (Jim Meyering),<br/>
924 virDomainNetDefParseXML: avoid leak upon multiple "filterref" (Jim Meyering),<br/>
925 ebiptablesWriteToTempFile: don't close a negative file descriptor (Jim Meyering),<br/>
926 Protect against NULL pointer flaws in monitor usage (Daniel P. Berrange),<br/>
927 Fix multiple potential NULL pointer references in monitor usage (Daniel P. Berrange),<br/>
928 umlAutostartDomain: avoid NULL-deref upon virGetLastError failure (Jim Meyering),<br/>
929 x86ModelHasFeature: avoid NULL-dereference for unmatched CPU "feature" (Jim Meyering),<br/>
930 qemudDomainSetVcpus: avoid NULL-deref (Jim Meyering),<br/>
931 nwfilter: Add missing driver lock in qemu driver (Stefan Berger),<br/>
932 Fix a misuse of virAsprintf in qemudDomainMemoryPeek (Ryota Ozaki),<br/>
933 Don't reset user/group/security label on shared filesystems during migrate (Daniel P. Berrange),<br/>
934 Fix handling of disk backing stores with cgroups (Daniel P. Berrange),<br/>
935 Fix possible crash in handling IO Error event (Daniel P. Berrange),<br/>
936 Fix monitor ref counting when adding event handle (Jiri Denemark),<br/>
937 Remove watches before calling REMOTE_PROC_CLOSE (Jiri Denemark),<br/>
938 node_device: udev: Fix PCI product/vendor swappage (Cole Robinson),<br/>
939 virsh: schedinfo --set invalid=value would simply ignore the option (Jim Meyering),<br/>
940 Remove unused nwfilter field from struct remote_error (Matthew Booth),<br/>
941 util: fix va_start usage bug (Eric Blake),<br/>
942 Don't wipe generated iface target in active domains (Jiri Denemark),<br/>
943 Various fixes for the spec file (Daniel Veillard),<br/>
944 lxc: Check domain is active/inactive as required by operation (Jiri Denemark),<br/>
945 lxc: Make SetMemory work for active domains only (Jiri Denemark),<br/>
946 cgroup: Fix possible memory leak in virCgroupMakeGroup (Ryota Ozaki),<br/>
947 Fix memory leaks in cmdInterfaceEdit and cmdNWFilterEdit. (Laine Stump),<br/>
948 lxc: Fix failure on starting a domain with multiple interfaces (Ryota Ozaki)<br/>
949 </li>
951 <li>Improvements:<br/>
952 vbox: Let configure detect/set the XPCOMC directory (Matthias Bolte),<br/>
953 udev: Parse PCI devices even if libpciaccess fails (Cole Robinson),<br/>
954 qemu: Improve some qemu.conf error reporting (Cole Robinson),<br/>
955 util: virExec: Dispatch all errors raised after fork (Cole Robinson),<br/>
956 virsh: tweak help output for VSH_OT_DATA (Eric Blake),<br/>
957 Check for active PCI devices when doing nodedevice operations. (Chris Lalancette),<br/>
958 virsh: add new --details option to pool-list (Justin Clift),<br/>
959 Selectively ignore domainSetSecurityAllLabel failure in domain restore (Laine Stump),<br/>
960 use virStorageFileIsSharedFS utility function in qemudDomainSaveFlag (Laine Stump),<br/>
961 Enhance virStorageFileIsSharedFS (Laine Stump),<br/>
962 phyp: optimize use of sed (Eric Blake),<br/>
963 phyp: add storage management driver (Eduardo Otubo),<br/>
964 phyp: add rudimentary storage driver (Eduardo Otubo),<br/>
965 maint: add gnulib gettimeofday module (Eric Blake),<br/>
966 Avoid blocking all APIs during incoming migration (Daniel P. Berrange),<br/>
967 Set labelling for character devices in security drivers (Daniel P. Berrange),<br/>
968 Add API for iterating over all character devices (Daniel P. Berrange),<br/>
969 Adding Storage Management driver (style and indentation) (Eduardo Otubo),<br/>
970 esx: Add support for the controller element (Matthias Bolte),<br/>
971 Add optional model attribute to the controller element (Matthias Bolte),<br/>
972 Add wide SCSI bus disk address generation support (Matthias Bolte),<br/>
973 cgroup: Enable memory.use_hierarchy of cgroup for domain (Ryota Ozaki),<br/>
974 network: allow tftp port if tftp is defined (Alan Pevec),<br/>
975 Add '-nodefconfig' command line arg to QEMU (Daniel P. Berrange),<br/>
976 Make checks for inactive QEMU guest more robust (Daniel P. Berrange),<br/>
977 Improve some error messages about unsupported APIs/URIs (Daniel P. Berrange),<br/>
978 Index hashes by UUID instead of name (Jiri Denemark),<br/>
979 Allow one-or-more &lt;boot dev="..."/&gt; entries (Philipp Hahn),<br/>
980 virsh: add --uuid option to vol-pool (Justin Clift),<br/>
981 nwfilter: add XML attribute to control iptables state match (Stefan Berger),<br/>
982 virsh: ensure persistence and autostart are shown for dominfo and pool-info (Justin Clift),<br/>
983 nwfilter: use match target on incoming traffic (Stefan Berger),<br/>
984 macvtap: work-around for 2.6.32 and older kernels (Stefan Berger),<br/>
985 virsh: add pool support to vol-key command (Justin Clift),<br/>
986 esx: Update case insensitive .vmx tests (Matthias Bolte),<br/>
987 esx: Accept 'disk' as harddisk device type in .vmx files (Matthias Bolte),<br/>
988 virsh: mark autostart answers for translation (Justin Clift),<br/>
989 virsh: add start --paused support (Eric Blake),<br/>
990 qemu: support starting persistent domain paused (Eric Blake),<br/>
991 drivers: add virDomainCreateWithFlags if virDomainCreate exists (Eric Blake),<br/>
992 remote: protocol implementation for virDomainCreateWithFlags (Eric Blake),<br/>
993 uml: sanity check external data before using it (Eric Blake),<br/>
994 Improve error message for disabled client-side drivers (Matthias Bolte),<br/>
995 virsh: add snapshot backing store support to vol-create-as (Justin Clift),<br/>
996 esx: Add proxy query parameter (Matthias Bolte),<br/>
997 esx: Refactor esxUtil_ParseQuery's parameter handling (Matthias Bolte),<br/>
998 virsh: add new vol-pool command (Justin Clift),<br/>
999 virsh: add --paused option to create (Eric Blake),<br/>
1000 qemu: allow creation of a paused domain (Eric Blake),<br/>
1001 virDomainCreateXML: support new flag (Eric Blake),<br/>
1002 Add multiIQN tests (David Allan),<br/>
1003 Add multiiqn XML dump (David Allan),<br/>
1004 Fix test breakage from virtio serial changes (Daniel P. Berrange),<br/>
1005 Enable probing of VPC disk format type (Daniel P. Berrange),<br/>
1006 Prefer UDEV to HAL drivers if both a compiled (Daniel P. Berrange),<br/>
1007 Add support for setting socket MLS level in SELinux driver (Daniel J Walsh),<br/>
1008 Fix error codes for missing storage pools (Daniel P. Berrange),<br/>
1009 Include port number with virtio serial devices (Daniel P. Berrange),<br/>
1010 Disable use of 'reason' field in block IO event in QEMU (Daniel P. Berrange),<br/>
1011 Add stdin_path to qemudStartVMDaemon() args. (Jamie Strandboge),<br/>
1012 Allocate buffer to hold xend response (Jim Fehlig),<br/>
1013 phyp: Strict check when listing domains (Eduardo Otubo),<br/>
1014 hostusb: Properly handle 'usbX' sysfs files (Cole Robinson),<br/>
1015 Add --source-format argument to virsh pool-define-as and pool-create-as (Justin Clift),<br/>
1016 Add --source-format argument to virsh pool-define-as and pool-create-as (Justin Clift),<br/>
1017 build: fix VPATH 'make syntax-check' (Eric Blake),<br/>
1018 qemu: Add a qemu.conf option for clearing capabilities (Cole Robinson),<br/>
1019 macvtap: cannot support target device name (Stefan Berger),<br/>
1020 Fix libvirt-guests init script (Jiri Denemark),<br/>
1021 maint: new syntax-check rule to ensure that AUTHORS stays in sync (Jim Meyering),<br/>
1022 maint: update AUTHORS with recent contributors (Eric Blake),<br/>
1023 xen: Fix chardev listen sexpr formatting (Cole Robinson),<br/>
1024 v2 of Cole's wlan support (David Allan),<br/>
1025 Install, distribute and package domainsnapshot.rng (Matthias Bolte),<br/>
1026 build: support 'make check' in pristine tree (Eric Blake),<br/>
1027 esx: Expose host UUID in the capabilities XML (Matthias Bolte),<br/>
1028 Pass pre-opened PCI device sysfs config file to QEMU (Alex Williamson),<br/>
1029 xen-proxy build broken (Matthias Bolte),<br/>
1030 esx: Add read-only storage pool access (Matthias Bolte),<br/>
1031 libvirtd: diagnose invalid host UUID (Jim Meyering),<br/>
1032 vepa: parsing for 802.1Qb{g|h} XML (Stefan Berger),<br/>
1033 vepa+vsi: Introduce dependency on libnl (Stefan Berger),<br/>
1034 Expose a host UUID in the capabilities XML (Daniel P. Berrange),<br/>
1035 qemu: Allow using regular audio backends with VNC (Cole Robinson),<br/>
1036 lxcSetSchedulerParameters: reverse order of tests; diagnose a failure (Jim Meyering),<br/>
1037 libvirtd: start each diagnostic with "argv0: " (Jim Meyering),<br/>
1038 libvirtd: mark strings for translation, including --help output (Jim Meyering),<br/>
1039 build: force init scripts to rebuild on changed --prefix (Eric Blake),<br/>
1040 build: Distribute the whole tests/qemuhelpdata directory (Matthias Bolte),<br/>
1041 Add defines for QEMU_VNC_PORT_{MIN,MAX} and use them (Jim Fehlig),<br/>
1042 Add simple bitmap operations to utils (Jim Fehlig),<br/>
1043 daemon: Export SDL audio environment variables (Cole Robinson),<br/>
1044 Autostart domains using virDomainObjStart (Jiri Denemark),<br/>
1045 maint: update po/POTFILES.in (Jim Meyering),<br/>
1046 maint: enforce policy wrt VIR_DEBUG and VIR_DEBUG0 (Jim Meyering),<br/>
1047 maint: enforce policy wrt VIR_ERROR and VIR_ERROR0 (Jim Meyering),<br/>
1048 maint: change empty string in err message to localized 'unknown error' (Jim Meyering),<br/>
1049 qemu: Use ShutdownVMDaemon for all startup cleanup paths (Cole Robinson),<br/>
1050 Domain snapshot RNG and tests. (Chris Lalancette),<br/>
1051 Fix up the python bindings for snapshotting. (Chris Lalancette),<br/>
1052 qemu_conf.c: also recognize new first line of qemu -help output (Jim Meyering),<br/>
1053 lxc_controller.c: don't ignore failed "accept" (Jim Meyering),<br/>
1054 qemu: Don't deny ShutdownVMDaemon for non-running VMs (Cole Robinson),<br/>
1055 libvirtd: don't ignore virInitialize failure (Jim Meyering),<br/>
1056 maint: prohibit newline at end of diagnostic (Jim Meyering),<br/>
1057 maint: remove unwanted newline at end of diagnostic (Jim Meyering),<br/>
1058 build: distribute missing file (Eric Blake),<br/>
1059 esx: Make esxVI_*_CastFromAnyType dynamically dispatched (Matthias Bolte),<br/>
1060 esx: Allow esxVI_X_DynamicCast to be called successfully on X objects (Matthias Bolte),<br/>
1061 tests: the remote_protocol check also accommodates older pdwtags (Jim Meyering),<br/>
1062 maint: enforce no-markup policy wrt VIR_WARN-like macros (Jim Meyering),<br/>
1063 Add support for SSE4.1 and SSE4.2 CPU features (Jiri Denemark),<br/>
1064 maint: add more free-like functions to the list and deal with fallout (Jim Meyering),<br/>
1065 maint: add virCgroupFree to the list of free-like functions (Jim Meyering),<br/>
1066 qemudDomainSetVcpus: avoid NULL-deref on failed uuid look-up (Jim Meyering),<br/>
1067 Add CIFS to the list of network file systems (Matthias Bolte),<br/>
1068 Add VIR_STORAGE_POOL_INACCESSIBLE to denote inaccessible storage pools (Matthias Bolte),<br/>
1069 qemu_conf: fix flag value (Eric Blake),<br/>
1070 qemu: Clarify a couple error messages (Cole Robinson),<br/>
1071 virFileResolveLink: fix return value (Eric Blake),<br/>
1072 tests: Skip daemon-conf test if dir exceeds UNIX_PATH_MAX (Cole Robinson),<br/>
1073 pci: Give an explicit error if device not found (Cole Robinson),<br/>
1074 qemu: Report cmdline output if VM dies early (Cole Robinson),<br/>
1075 qemu_driver: avoid NULL dereference (Jim Meyering),<br/>
1076 Make domain save work when dynamic_ownership=0 (Daniel P. Berrange),<br/>
1077 Add support for NIC hotplug using netdev_add in QEMU (Daniel P. Berrange),<br/>
1078 build: update gnulib (Eric Blake),<br/>
1079 tests: correct PATH in new test, for when running manually (Jim Meyering),<br/>
1080 Add env variable for debugging gnutls usage (Daniel P. Berrange),<br/>
1081 maint: allow VPATH use of remote_protocol-structs (Eric Blake),<br/>
1082 help avoid accidental remote_protocol.x changes (Jim Meyering),<br/>
1083 build: use LIBADD, not LDFLAGS, for adding libraries (Eric Blake),<br/>
1084 Implement SCSI disk unplugging (Wolfgang Mauerer),<br/>
1085 qemu: use better types (Eric Blake),<br/>
1086 Refactor disk unplugging (Wolfgang Mauerer),<br/>
1087 build: simplify checks for sched.h (Eric Blake),<br/>
1088 build: use gnulib's sys/wait.h (Eric Blake),<br/>
1089 build: use gnulib's uname (Eric Blake),<br/>
1090 build: rely on gnulib's pthread module (Eric Blake),<br/>
1091 rpmbuild: add ebtables &amp; ip(6)tables dependency for rpm (Stefan Berger),<br/>
1092 lxc: Use virDomainFindByUUID for domain lookup (Jiri Denemark),<br/>
1093 nwfilter: skip some interfaces on filter update (Stefan Berger),<br/>
1094 pass info where request stems from to have rules applied (Stefan Berger),<br/>
1095 dnsmasq.c: Fix OOM error reporting (Matthias Bolte),<br/>
1096 autobuild.sh: provide default prefix (Eric Blake)<br/>
1097 </li>
1099 <li>Cleanups:<br/>
1100 lxc: Change VIR_ERROR to VIR_DEBUG for just a debugging message (Ryota Ozaki),<br/>
1101 phyp: reduce scope of driver functions (Eric Blake),<br/>
1102 Fix test case failure due to missing -nodefconfig (Daniel P. Berrange),<br/>
1103 esx: Use bool instead of int where appropriated (Matthias Bolte),<br/>
1104 Cleanup some LIBADD and CFLAGS (Matthias Bolte),<br/>
1105 virsh: remove a doubled up include for errno.h (Justin Clift),<br/>
1106 Misc cleanups (Jiri Denemark),<br/>
1107 Remove unnecessary check for non-NULL uuid (Jiri Denemark),<br/>
1108 qemu: reduce file padding requirements (Eric Blake),<br/>
1109 virsh: change printf() calls to vshPrint() (Justin Clift),<br/>
1110 phyp: sed cleanups (Eric Blake),<br/>
1111 maint: simplify some ignore files (Eric Blake),<br/>
1112 avoid syntax-check failure (Jim Meyering),<br/>
1113 autobuild.sh: avoid bashism (Eric Blake),<br/>
1114 bitmap: reject zero-size bitmap (Eric Blake),<br/>
1115 build: depend on correct file (Eric Blake),<br/>
1116 build: make cpp indentation conform (Jim Meyering),<br/>
1117 hooks: fix typo (Paolo Smiraglia),<br/>
1118 build: silence cppi warning, clarify vbox headers (Eric Blake),<br/>
1119 xen: Remove unused function (Cole Robinson),<br/>
1120 esx: Simplify goto usage (Matthias Bolte),<br/>
1121 Use printf instead of echo -e in libvirt.spec.in (Matthias Bolte),<br/>
1122 build: fix HTML errors in nwfilter docs (Eric Blake),<br/>
1123 build: fix compilation without macvtap (Eric Blake),<br/>
1124 tests: avoid new failure of the daemon-conf test (Jim Meyering),<br/>
1125 storage: mpath: Fix incorrect VIR_ERROR use (Cole Robinson),<br/>
1126 Allow nwfilter functions to be compiled with C++ (Chris Lalancette),<br/>
1127 storage: Combine some duplicate code (Cole Robinson),<br/>
1128 storage: mpath: Clean up some error handling (Cole Robinson),<br/>
1129 Remove dead code after refactoring qemudDomainStart (Jiri Denemark),<br/>
1130 build: fix cppi warnings (Eric Blake),<br/>
1131 Remove isValidIfname. (Chris Lalancette),<br/>
1132 Refactor qemudDomainStart (Jiri Denemark),<br/>
1133 Factor out def assignment to existing domain from virDomainAssignDef (Jiri Denemark),<br/>
1134 Refactor qemudDomainRestore (Jiri Denemark),<br/>
1135 maint: don't mark VIR_DEBUG or VIR_DEBUG0 diagnostics for translation (Jim Meyering),<br/>
1136 maint: more of same, but manual: convert VIR_ERROR("%s" to VIR_ERROR0( (Jim Meyering),<br/>
1137 maint: VIR_ERROR/VIR_ERROR0: mark up the remaining ones manually (Jim Meyering),<br/>
1138 maint: mark translatable string args of VIR_ERROR (Jim Meyering),<br/>
1139 maint: mark translatable string args of VIR_ERROR0 (Jim Meyering),<br/>
1140 maint: use VIR_ERROR0 rather than VIR_ERROR with a bare "%s" (Jim Meyering),<br/>
1141 qemu: Remove explicit VNC XML cleanup (Cole Robinson),<br/>
1142 Rename qemuBuildCommandLine tapfds -&gt; vmfds. (Alex Williamson),<br/>
1143 initialize "meta" in virStorageFileGetMetadata, not in each caller (Jim Meyering),<br/>
1144 (qemu*DiskCgroup): avoid dead code (Jim Meyering),<br/>
1145 maint: more VIR_WARN corrections: now manually (Jim Meyering),<br/>
1146 maint: use VIR_WARN0("...") rather than VIR_WARN("%s", "...") (Jim Meyering),<br/>
1147 maint: remove _(...) from VIR_WARN arg manually (Jim Meyering),<br/>
1148 maint: don't mark VIR_WARN or VIR_WARN0 diagnostics for translation (Jim Meyering),<br/>
1149 do not ignore qemuMonitorAddDrive failure; make uses identical (Jim Meyering),<br/>
1150 ebtablesAddRemoveRule, iptablesAddRemoveRule: don't skip va_end (Jim Meyering),<br/>
1151 linuxNodeInfoCPUPopulate: avoid used-uninitialized via a test (Jim Meyering),<br/>
1152 lxcFreezeContainer: avoid test-after-deref of never-NULL pointer (Jim Meyering),<br/>
1153 Remove debugging fprintf() calls (Daniel P. Berrange),<br/>
1154 tests: use GPLv2+, not GPLv3 (Jim Meyering),<br/>
1155 tests: adjust copyrights on scripts: s/FSF/Red Hat/ (Jim Meyering),<br/>
1156 virsh: fix a typo in a diagnostic (Jim Meyering),<br/>
1157 delMacvtap: typo fix (Eric Blake),<br/>
1158 docs/Makefile.am: remove unnecessary subshells (Eric Blake),<br/>
1159 maint: avoid spurious output if program not present (Eric Blake),<br/>
1160 storage_encryption: silence clang warning (Eric Blake),<br/>
1161 maint: whitespace cleanups (Eric Blake),<br/>
1162 qemu: Fix warning about a non-literal format string (Matthias Bolte),<br/>
1163 build: drop more redundant configure checks (Eric Blake),<br/>
1164 build: silence a clang false positive (Eric Blake)<br/>
1165 </li>
1166 </ul>
1168 <h3>0.8.1: Apr 30 2010</h3>
1169 <ul>
1170 <li>Features:<br/>
1171 Add virDomainGetBlockInfo API to query disk sizing (Daniel P. Berrange),<br/>
1172 Starts dnsmasq from libvirtd with --dhcp-hostsfile option (Satoru SATOH)<br/>
1173 </li>
1175 <li>Documentation:<br/>
1176 cleanup the download section of the documentation (Daniel Veillard),<br/>
1177 Fix messsage as message. (Chris Lalancette),<br/>
1178 Fix up a debug typo. (Chris Lalancette),<br/>
1179 add nwfilter functions to virsh man page (Stefan Berger)<br/>
1180 </li>
1182 <li>Portability:<br/>
1183 Fix build on Ubuntu. (Chris Lalancette),<br/>
1184 cygwin/mingw: Fix version script handling (Matthias Bolte),<br/>
1185 build: fix autogen rule for VPATH build (Eric Blake),<br/>
1186 Fix build with DEBUG_RAW_IO=1 (Jiri Denemark),<br/>
1187 Don't try to build qemu and lxc on non-Linux platforms (Daniel Veillard),<br/>
1188 cygwin: Handle differences in the XDR implementation (Matthias Bolte),<br/>
1189 Cygwin's GCC doesn't like this .sa_handler initialization for some reason (Matthias Bolte),<br/>
1190 linux/if.h header is not available on non-Linux platforms (Matthias Bolte),<br/>
1191 cygwin: Check explicitly for getmntent_r (Matthias Bolte),<br/>
1192 Disable stateful OpenNebula driver if libvirtd is disabled (Matthias Bolte),<br/>
1193 build: don't include winsock2.h on cygwin (Eric Blake),<br/>
1194 portability fixes to tools/virt-pki-validate.in (Dustin Kirkland),<br/>
1195 virt-aa-helper-test: avoid non-portable echo -n (Eric Blake),<br/>
1196 schematestutils.sh: improve shell portability: avoid "echo -e" (Jim Meyering),<br/>
1197 Fix build of openvz on RHEL-5. (Chris Lalancette),<br/>
1198 Fix spec file for builds without lxc (Daniel Berteaud)<br/>
1199 </li>
1201 <li>Bug Fixes:<br/>
1202 domain: Fix PCI address decimal parsing regression (Cole Robinson),<br/>
1203 Fix virt-pki-validate's determination of CN (Dustin Kirkland),<br/>
1204 Fix detection of disk in IO events (Daniel P. Berrange),<br/>
1205 Fix a virsh edit memory leak (Chris Lalancette),<br/>
1206 Fix a qemuDomainPCIAddressSetFree memory leak (Chris Lalancette),<br/>
1207 Fix a memory leak in the node_device_udev code (Chris Lalancette),<br/>
1208 qemuDomainSnapshotCreateXML: avoid NULL dereferences (Jim Meyering),<br/>
1209 qemudDomainCreate: correct a slightly misdirected goto (Jim Meyering),<br/>
1210 Fix handling of security driver restore failures in QEMU domain save (Daniel P. Berrange),<br/>
1211 Fix QEMU domain save to block devices with cgroups enabled (Daniel P. Berrange),<br/>
1212 Fix QEMU save/restore with block devices (Daniel P. Berrange),<br/>
1213 Fix crash when cleaning up from failed save attempt (Daniel P. Berrange),<br/>
1214 The base used for conversion of USB values should be 16 not 10. (Klaus Ethgen),<br/>
1215 Fix up the locking in the snapshot code. (Chris Lalancette),<br/>
1216 Ignore qemu STOP event when stopping CPUs (Jiri Denemark),<br/>
1217 Fix memory leak in virsh snapshot-list. (Chris Lalancette),<br/>
1218 Fix virDomainSnapshotObjFree memory leak. (Chris Lalancette),<br/>
1219 Fix a memory leak in the snapshot code in libvirtd. (Chris Lalancette),<br/>
1220 QEmu JSON drop timestamp from command object (Luiz Capitulino),<br/>
1221 Fix crash in nwfilter driver check (Daniel P. Berrange),<br/>
1222 qemu: fix security context references in DAC code (Spencer Shimko),<br/>
1223 Properly indent encryption tags (David Allan),<br/>
1224 Fix locking in qemudDomainCoreDump (Jiri Denemark),<br/>
1225 Poll for migration end every 50ms instead of 50us (Jiri Denemark),<br/>
1226 configure.ac SELinux fixes (Spencer Shimko),<br/>
1227 Fix QEMU text monitor command error checking (Daniel P. Berrange),<br/>
1228 Fix CPU hotplug command names (Daniel P. Berrange),<br/>
1229 Fix printing of event detail in python events demo program (Daniel P. Berrange),<br/>
1230 Fix initial VCPU pinning in qemu driver (Jiri Denemark),<br/>
1231 Make avahi startup more robust. (Chris Lalancette),<br/>
1232 esx: Don't treat an empty root snapshot list as error (Chris Wong),<br/>
1233 esx: Fix FindByIp response handling (Matthias Bolte),<br/>
1234 esx: Fix virtualHW.version generation (Matthias Bolte),<br/>
1235 Fix device_del in JSON mode for QEMU (Daniel P. Berrange),<br/>
1236 nwfilter: Free nwfilter hash of virConnectPtr (Matthias Bolte),<br/>
1237 remote: react to failures on wakeupFD (Eric Blake),<br/>
1238 Fix CDROM media change for QEMU when using -device syntax (Daniel P. Berrange),<br/>
1239 Fix QEMU memory stats JSON mode (Daniel P. Berrange),<br/>
1240 Trivial fix: Add braces to for statement to avoid crashes (Stefan Berger),<br/>
1241 qemudDomainAttachSCSIDisk: avoid FP NULL-ptr-deref from clang (Jim Meyering),<br/>
1242 qemudDomainAttachSCSIDisk: avoid FP NULL-ptr-deref from clang (Jim Meyering),<br/>
1243 virGetHostnameLocalhost: avoid FP NULL-ptr-deref from clang (Jim Meyering),<br/>
1244 nwfilter_ebiptables_driver.c: avoid NULL dereference (Jim Meyering),<br/>
1245 esxVMX_GatherSCSIControllers: avoid NULL dereference (Jim Meyering),<br/>
1246 Fix nodeinfotest on NUMA machines (Daniel P. Berrange)<br/>
1247 </li>
1249 <li>Improvements:<br/>
1250 Add support for another explicit IO error event (Daniel P. Berrange),<br/>
1251 Report all errors in SELinuxRestoreSecurityFileLabel (Jiri Denemark),<br/>
1252 Prevent updates while IP address learn thread is running (Stefan Berger),<br/>
1253 Syncronize the teardown of rules with the thread (Stefan Berger),<br/>
1254 Clean all tables before applying 'basic' rules (Stefan Berger),<br/>
1255 Make virFileHasSuffix case insensitive (Paul Dorman),<br/>
1256 nwfilter: Also pick IP address from a DHCP ACK message (Stefan Berger),<br/>
1257 Implement python binding for virDomainGetBlockInfo (Daniel P. Berrange),<br/>
1258 Add new domblkinfo command to virsh (Daniel P. Berrange),<br/>
1259 Implement virDomainGetBlockInfo in QEMU driver (Daniel P. Berrange),<br/>
1260 Remote protocol impl for virDomainGetBlockInfo (Daniel P. Berrange),<br/>
1261 Internal driver API infrastructure for virDomainGetBlockInfo (Daniel P. Berrange),<br/>
1262 Report better error if qemuSnapshotIsAllowed failed. (Chris Lalancette),<br/>
1263 nwfilter: python bindings for nwfilter (Stefan Berger),<br/>
1264 Move dnsmasq host file to a separate directory (Daniel Veillard),<br/>
1265 nwfilter: allow to mix filterrefs and rules in the schema (Stefan Berger),<br/>
1266 Avoid create/unlink with block devs used for QEMU save (Daniel P. Berrange),<br/>
1267 nwfilter: let qemu's after-migration packet pass (Stefan Berger),<br/>
1268 Fix up the error message if we can't parse the snapshot XML. (Chris Lalancette),<br/>
1269 nwfilter: add support for RAPR protocol (Stefan Berger),<br/>
1270 nwfilter: enable hex number inputs in filter XML (Stefan Berger),<br/>
1271 Add build support for dnsmasq module (Satoru SATOH),<br/>
1272 Add dnsmasq module files (Satoru SATOH),<br/>
1273 Fix make dist missing ESX generated files (Daniel Veillard),<br/>
1274 Fix printing of pathnames on error in qemuDomainSnapshotLoad. (Chris Lalancette),<br/>
1275 Improve configure error message about missing Linux headers (Matthias Bolte),<br/>
1276 nwfilter: extend schema + add testcase w/ connlimit-above (Stefan Berger),<br/>
1277 addrToString: give better error message (Eric Blake),<br/>
1278 Fake host CPU for qemu tests (Jiri Denemark),<br/>
1279 Use configured CPU model if possible (Jiri Denemark),<br/>
1280 Support removing features when converting data to CPU (Jiri Denemark),<br/>
1281 Move MIN macro to util.h so that others can use it (Jiri Denemark),<br/>
1282 Deal with CPU models in [] (Jiri Denemark),<br/>
1283 Ignore empty type attribute in driver element of virtual disks (Guido Günther),<br/>
1284 esx: Gather some XML generation macros in esx_vi.h (Matthias Bolte),<br/>
1285 nwfilter: add support for connlimit match (Stefan Berger),<br/>
1286 Extend fwall-drv interface and call functions via interface (Stefan Berger),<br/>
1287 esx: Add support for the VMXNET 2 (Enhanced) NIC model (Matthias Bolte),<br/>
1288 Install nwfilter xml files from source directory. (Philipp Hahn),<br/>
1289 Fixup python binding for virDomainSnapshot APIs (Daniel P. Berrange),<br/>
1290 Fix network hotplug to use device_add in QEMU (Daniel P. Berrange),<br/>
1291 Fix error reporting for getfd + host_net_add in QEMU (Daniel P. Berrange),<br/>
1292 Replace printf with logging macros (Matthias Bolte),<br/>
1293 Mark internal.h for translation (Jiri Denemark),<br/>
1294 Use virCheckFlags for APIs added in 0.8.0 (Jiri Denemark),<br/>
1295 Introduce virCheckFlags for consistent flags checking (Jiri Denemark),<br/>
1296 nwfilter: Clear all state tracking from a drop rule (Stefan Berger),<br/>
1297 Update to latest gnulib to get strtok_r relaxed to LGPLv2+ (Matthias Bolte),<br/>
1298 esx: Add nwfilter driver stub (Matthias Bolte),<br/>
1299 util: ensure safe{read,write,zero} return is checked (Eric Blake),<br/>
1300 Update QEMU device_add command in JSON mode (Daniel P. Berrange),<br/>
1301 Rename parameter in qemuMonitorDeviceDel (Daniel P. Berrange),<br/>
1302 Run test suite as part of RPM build process (Daniel P. Berrange),<br/>
1303 Fix QEMU command building errors to reflect unsupported configuration (Daniel P. Berrange),<br/>
1304 nwfilter: fix tear down order and consolidate functions (Stefan Berger),<br/>
1305 Fix close_used_without_including_unistd_h error (Matthias Bolte),<br/>
1306 Implement variable length structure allocator (David Allan),<br/>
1307 build: set STATIC_ANALYSIS when running via clang or coverity (Jim Meyering),<br/>
1308 sa_assert: assert-like macro, enabled only for use with static analyzers (Jim Meyering),<br/>
1309 Implement forgotten backend of virInterfaceIsActive() (Laine Stump),<br/>
1310 nwfilter: use virFindFileInPath for needed CLI tools (Stefan Berger),<br/>
1311 esx: Extend esx_vi_generator.py to cover methods too (Matthias Bolte),<br/>
1312 Consolidate interface related functions in interface.c (Stefan Berger),<br/>
1313 build: include usleep gnulib module (Eric Blake)<br/>
1314 </li>
1316 <li>Cleanups:<br/>
1317 qemudDomainSaveFlag: remove dead store (Jim Meyering),<br/>
1318 Remove unused goto label from qemudDomainCreate (Daniel P. Berrange),<br/>
1319 Fix indentation for storage conf XML (David Allan),<br/>
1320 Make virDomainSnapshotObjListDeinit static. (Chris Lalancette),<br/>
1321 Some NWFilter symbols are conditional and have to be exported conditional (Matthias Bolte),<br/>
1322 xen: Fix inside_daemon being unused when libvirtd is disabled (Matthias Bolte),<br/>
1323 maint: update AUTHORS (Marco Bozzolan),<br/>
1324 maint: update AUTHORS with recent contributors (Eric Blake),<br/>
1325 maint: enforce whitespace on shell scripts (Eric Blake),<br/>
1326 testutilsqemu: avoid uninitialized variable (Eric Blake),<br/>
1327 maint: ignore 'make syntax-check' failure files (Eric Blake),<br/>
1328 build: fix preprocessor indentation (Eric Blake),<br/>
1329 build: avoid compiler warning (Eric Blake),<br/>
1330 Explicitly set virStoragePoolTypeInfo FS and NETFS defaults (Matthias Bolte),<br/>
1331 Mark in_open parameter of remoteAuthenticate as unused when it's unused (Matthias Bolte),<br/>
1332 Don't ship generated python/libvirt.? files. (Philipp Hahn),<br/>
1333 esx: Replace scanf with STRSKIP and strtok_r (Matthias Bolte),<br/>
1334 maint: another preprocessor fix (Eric Blake),<br/>
1335 Remove code from JSON monitor for commands that won't be ported (Daniel P. Berrange),<br/>
1336 Fix apibuild.py warnings about missing ':' (Matthias Bolte),<br/>
1337 xend_internal.c: assure clang that we do not dereference NULL (Jim Meyering),<br/>
1338 build: fix recent 'make syntax-check' failure (Eric Blake),<br/>
1339 virStorageBackendFileSystemMount: prefer strdup over virAsprintf (Jim Meyering),<br/>
1340 virStorageBackendFileSystemMount: placate clang (Jim Meyering),<br/>
1341 openvzGetProcessInfo: address clang-detected low-probability flaw (Jim Meyering),<br/>
1342 vshCommandRun: avoid used-uninitialized timing-related report from clang (Jim Meyering),<br/>
1343 Fix up formatting of remote protocol stuff. (Chris Lalancette),<br/>
1344 Remove some debugging leftovers. (Chris Lalancette),<br/>
1345 build: fix syntax-check problems (Eric Blake)<br/>
1346 </li>
1347 </ul>
1349 <h3>0.8.0: Apr 12 2010</h3>
1350 <ul>
1351 <li>Features:<br/>
1352 esx: Add domain snapshot support (Matthias Bolte),<br/>
1353 Snapshot API framework. (Chris Lalancette),<br/>
1354 Add managed save API entry points (Daniel Veillard),<br/>
1355 Implement XML parser/formatter for "timer" subelement of domain clock (Laine Stump),<br/>
1356 Add hook utilities (Daniel Veillard),<br/>
1357 cpuUpdate() for updating guest CPU according to host CPU (Jiri Denemark),<br/>
1358 Network filtering API (Stefan Berger),<br/>
1359 Introduce a new virDomainUpdateDeviceFlags public API (Daniel P. Berrange),<br/>
1360 Introduce a new public API for domain events (Daniel P. Berrange),<br/>
1361 Public virDomainMigrateSetMaxDowntime API (Jiri Denemark),<br/>
1362 Add public API for volume wiping (David Allan),<br/>
1363 xenapi: Initial commit of the new driver (Sharadha Prabhakar)<br/>
1364 </li>
1366 <li>Documentation:<br/>
1367 Add documentation for synchronous hooks (Daniel Veillard),<br/>
1368 Small fixes to virsh man page (Luiz Capitulino),<br/>
1369 Avoid using multicast addresses for Ethernet MAC examples (redshift),<br/>
1370 Fix unterminated B&lt;...&gt; in virsh man page (Jiri Denemark),<br/>
1371 Document all options of virsh dumpxml (Jiri Denemark),<br/>
1372 virsh: improve documentation (Eric Blake),<br/>
1373 Document snapshot virsh commands in the man page. (Chris Lalancette),<br/>
1374 Website documentation for the snapshot XML. (Chris Lalancette),<br/>
1375 website: Add archive link for libvirt-users list (Matthias Bolte),<br/>
1376 virsh: improve man page (Eric Blake),<br/>
1377 Mention direct device support since 0.7.7 in docs (Stefan Berger),<br/>
1378 esx: Improve documentation about remote URIs (Matthias Bolte),<br/>
1379 doc: fix typos in hacking.html.in; mark HACKING as read-only (Jim Meyering),<br/>
1380 doc: fix more typos in HACKING (Jim Meyering),<br/>
1381 hacking: add a section on preprocessor conventions (Eric Blake),<br/>
1382 hacking: fix typos (Eric Blake),<br/>
1383 Update hacking.html.in (David Allan)<br/>
1384 </li>
1386 <li>Portability:<br/>
1387 Fix Win32 portability problems (Daniel P. Berrange),<br/>
1388 This patch fixes some compilation issues for the RHEL5 build (Stefan Berger),<br/>
1389 util: Add stubs for some functions on Windows (Matthias Bolte),<br/>
1390 Add HAVE_PTHREAD_H guard for pthread_sigmask (Matthias Bolte),<br/>
1391 bootstrap: Enable copy-mode for MinGW builds (Matthias Bolte),<br/>
1392 util: Handle lack of (f)chmod and (f)chown on Windows (Matthias Bolte),<br/>
1393 bootstrap: Remove rsync from buildreq list (Matthias Bolte),<br/>
1394 Make sure virtTestCaptureProgramOutput has a body on Windows (Matthias Bolte),<br/>
1395 Fix export of virConnectAuthPtrDefault for MinGW builds (Matthias Bolte),<br/>
1396 Make sure uid_t and gid_t are available (Matthias Bolte)<br/>
1397 </li>
1399 <li>Bug Fixes:<br/>
1400 nwfilter: Fix memory leak on daemon init and shutdown (Stefan Berger),<br/>
1401 More event callback fixes (Daniel P. Berrange),<br/>
1402 Fix error in nwfilter test driver (Stefan Berger),<br/>
1403 qemu: catch cdrom change error (Ryan Harper),<br/>
1404 nwfilter: fix for directionality of ICMP traffic (Stefan Berger),<br/>
1405 Fix CPU comparison for x86 arch (Jiri Denemark),<br/>
1406 Don't ignore guest CPU selection when unsupported by HV (Jiri Denemark),<br/>
1407 domain_event.c: don't deref NULL on an OOM error path (Jim Meyering),<br/>
1408 nwfiler: fix due to non-symmetric src mac address match in iptables (Stefan Berger),<br/>
1409 qemu_driver.c: don't close an arbitrary file descriptor (Jim Meyering),<br/>
1410 Add VIR_DOMAIN_XML_INACTIVE flag when parsing domain XML (Jamie Strandboge),<br/>
1411 virt-aa-helper should not fail if profile was removed (Jamie Strandboge),<br/>
1412 Do nor clear caps when invoking virt-aa-helper (Jamie Strandboge),<br/>
1413 virterror.c: avoid erroneous case "fall-through" (Jim Meyering),<br/>
1414 Increase the number of available VNC ports. (Chris Lalancette),<br/>
1415 Only assign newDef when we have a new def. (Chris Lalancette),<br/>
1416 nwfilter: Fix random index in virNWFilterRuleDefDetailsFormat (Matthias Bolte),<br/>
1417 xenapi: Fix uninitialized variable warning (Matthias Bolte),<br/>
1418 Add a missing break statement to nwfilter errors. (Chris Lalancette),<br/>
1419 VBox: Fix use of uninitialized value (Jiri Denemark),<br/>
1420 Allow domain disk images on root-squash NFS to coexist with security driver. (Laine Stump),<br/>
1421 Don't use virFileReadLimFD in qemuDomainRestore. (Chris Lalancette),<br/>
1422 nwfilter's XML parser bug fixes (Stefan Berger),<br/>
1423 ESX test case needs '/' in interface name (Stefan Berger),<br/>
1424 Fix linker errors in proxy (Matthias Bolte),<br/>
1425 virConnectGetLibVersion: Avoid error message on success. (Paolo Smiraglia),<br/>
1426 Fix daemon hook script initialization (Daniel Veillard),<br/>
1427 Fix QEMU cpu affinity at startup to include all threads (Daniel P. Berrange),<br/>
1428 Fix "make check" run requesting authentication (Stefan Berger),<br/>
1429 Don't replace persistent domain config with migrated config (Jiri Denemark),<br/>
1430 Fix build break (David Allan),<br/>
1431 esx: Make the conf parser compare names case insensitive in VMX mode (Matthias Bolte),<br/>
1432 vbox: Fix segfault on empty device source (Matthias Bolte),<br/>
1433 python example: poll(-0.001) does not sleep forever (Philipp Hahn),<br/>
1434 Fix error reporting when parsing CPU XML strings (Jiri Denemark),<br/>
1435 virDiskNameToIndex: ignore trailing digits (Jim Meyering),<br/>
1436 esx: Fix potential memory leak in esxVI_BuildFullTraversalSpecItem (Matthias Bolte),<br/>
1437 Avoid libvirtd crash when cgroups is not configured on host (Jim Fehlig),<br/>
1438 security: selinux: Fix crash when releasing non-existent label (Cole Robinson),<br/>
1439 Don't crash without a security driver (Guido Günther),<br/>
1440 qemu: Fix FD leak in qemudStartVMDaemon (Matthias Bolte),<br/>
1441 util: ensure virMutexInit is not recursive (Eric Blake),<br/>
1442 Fix logroate rpm build breakage (Daniel Veillard),<br/>
1443 Fix LSB compliance of init script (Daniel Veillard),<br/>
1444 python: Fix networkLookupByUUID (Philip Hahn),<br/>
1445 Fix make dist with XenAPI changes (Cole Robinson),<br/>
1446 xenapi: Don't leak url and caps in case of error (Matthias Bolte),<br/>
1447 xenapi: Check for NULL before accessing the scheme (Matthias Bolte),<br/>
1448 xenapi: Request a username if there is non in the URI (Matthias Bolte),<br/>
1449 xenapi: Check for valid private data in xenapiSessionErrorHandle (Matthias Bolte),<br/>
1450 Use fsync() at the end of file allocation instead of O_DSYNC (Jiri Denemark),<br/>
1451 security: Set permissions for kernel/initrd (Cole Robinson),<br/>
1452 qemu: Fix USB by product with security enabled (Cole Robinson),<br/>
1453 Make nodeGetInfo report the correct number of NUMA nodes. (Chris Lalancette),<br/>
1454 Fix crash in virsh after bogus command (Chris Lalancette),<br/>
1455 Fix virsh command 'cd' (Chris Lalancette),<br/>
1456 Fix hang in qemudDomainCoreDump. (Chris Lalancette),<br/>
1457 Make sure qemudDomainSetVcpus doesn't hang. (Chris Lalancette),<br/>
1458 Fix a JSON CPU information bug. (Chris Lalancette),<br/>
1459 Free resources on error in udev startup (David Allan),<br/>
1460 Fix up nodeinfo parsing code. (Chris Lalancette),<br/>
1461 Wipe nodeinfo structure before filling it (Jiri Denemark),<br/>
1462 macvtap build detection fix (Stefan Berger),<br/>
1463 Fix virDomainGetXMLDesc cache settings output (Soren Hansen),<br/>
1464 Fix locking in qemudDomainMemoryStats (Adam Litke),<br/>
1465 qemu restore: don't let corrupt input provoke unwarranted OOM (Jim Meyering),<br/>
1466 virFileReadLimFD: diagnose maxlen &lt;= 0, rather than passing it on... (Jim Meyering),<br/>
1467 xen: don't let bogus packets trigger over-allocation and segfault (Jim Meyering)<br/>
1468 </li>
1470 <li>Improvements:<br/>
1471 Rename virsh "revert-to-snapshot" to "snapshot-revert" (Chris Lalancette),<br/>
1472 nwfilter: Process DHCP option to determine whether packet is a DHCP_OFFER (Stefan Berger),<br/>
1473 Add enospace option to qemu disk error policy (David Allan),<br/>
1474 nwfilter: More XML parser test cases (Stefan Berger),<br/>
1475 remote: Replace some virRaiseError with remoteError (Matthias Bolte),<br/>
1476 Generate libvirt.def from libvirt.syms (Matthias Bolte),<br/>
1477 Fix up python bindings for new event callbacks (Daniel P. Berrange),<br/>
1478 esx: Allow 'lsisas1068' as SCSI controller type (Matthias Bolte),<br/>
1479 esx: Report an error for invalid arguments in esxList(Defined)Domains (Matthias Bolte),<br/>
1480 nwfilter: Support for learning a VM's IP address (Stefan Berger),<br/>
1481 Properly advertise cpuselection guest capability (Jiri Denemark),<br/>
1482 Update of the apparmor regression tests (Jamie Strandboge),<br/>
1483 Improve the apparmor example (Jamie Strandboge),<br/>
1484 Improve virt-aa-helper to handle SDL graphics and cleanups (Jamie Strandboge),<br/>
1485 Adjust virt-aa-helper to handle pci devices (Jamie Strandboge),<br/>
1486 Add backingstore support to apparmor (Jamie Strandboge),<br/>
1487 build: avoid autogen on 'make clean' (Eric Blake),<br/>
1488 Add filter schema for nwfilter XML, extend domain XML schema (Stefan Berger),<br/>
1489 Add filter schema for nwfilter XML, extend domain XML schema (Stefan Berger),<br/>
1490 nwfilter: Fix instantiated layer 2 rules for 'inout' direction (Stefan Berger),<br/>
1491 Better error reporting in virsh. (Chris Lalancette),<br/>
1492 Snapshot virsh implementation. (Chris Lalancette),<br/>
1493 Snapshots for VBox (Jiri Denemark),<br/>
1494 Snapshot QEMU driver. (Chris Lalancette),<br/>
1495 Snapshot internal methods. (Chris Lalancette),<br/>
1496 xenapi: Add managedsave entries to the driver struct (Matthias Bolte),<br/>
1497 Add a managedsave command to virsh (Daniel Veillard),<br/>
1498 Implement managed save operations for qemu driver (Daniel Veillard),<br/>
1499 Implement remote protocol for managed save (Daniel Veillard),<br/>
1500 build: improve check for out-of-date .gnulib submodule (Eric Blake),<br/>
1501 optimizes the validation of the name of an interface (Stefan Berger),<br/>
1502 adds a couple of test cases for the XML parsing test suite (Stefan Berger),<br/>
1503 build: import latest gnulib (Eric Blake),<br/>
1504 Changes to clock timer XML to match final design. (Laine Stump),<br/>
1505 Keep build quiet for generated file (Daniel P. Berrange),<br/>
1506 Keep track of guest paused state after disk IO / watchdog events (Daniel P. Berrange),<br/>
1507 virsh: add 'exit' as an alias for 'quit' (Eric Blake),<br/>
1508 maint: mark xenapiSessionErrorHandler messages for translation (Jim Meyering),<br/>
1509 Blank out invalid interface names with escaped letters etc. (Stefan Berger),<br/>
1510 esx: Generate most SOAP mapping and improve inheritance handling (Matthias Bolte),<br/>
1511 Distribute nwfilter xml files and add them to rpm (Daniel Veillard),<br/>
1512 Make sure nwfilter headers are part of distribution (Daniel Veillard),<br/>
1513 maint: show which compiler warning triggered (Eric Blake),<br/>
1514 build: automate the rerun of autogen.sh (Eric Blake),<br/>
1515 makes the entries in the int-2-string maps more readable (Stefan Berger),<br/>
1516 Add ip6tables support for IPv6 filtering (Stefan Berger),<br/>
1517 Add support for so-far missing protocols for iptables filtering (Stefan Berger),<br/>
1518 Implement the qemu-kvm backend of clock timer elements (Laine Stump),<br/>
1519 Add flags to indicate presence of timekeeping-related qemu options (Laine Stump),<br/>
1520 Add timer element to domain schema (Laine Stump),<br/>
1521 virsh: support VISUAL, and allow metacharacters in EDITOR (Eric Blake),<br/>
1522 Add dummy nwfilter driver to test driver (Stefan Berger),<br/>
1523 Add script hook support to the LXC driver (Daniel Veillard),<br/>
1524 Add script hook support to the QEmu driver (Daniel Veillard),<br/>
1525 Add the script hook support to the libvirt daemon (Daniel Veillard),<br/>
1526 Add an error module and message for the hooks subsystem (Daniel Veillard),<br/>
1527 Export virPipeReadUntilEOF internally (Daniel Veillard),<br/>
1528 Introduce UPDATE_CPU flag for virDomainGetXMLDesc (Jiri Denemark),<br/>
1529 Helper function for making a copy of virCPUDefPtr (Jiri Denemark),<br/>
1530 filter new files through cppi, so syntax-check passes once again (Jim Meyering),<br/>
1531 Add disk error policy to domain XML (David Allan),<br/>
1532 build: don't lose prior configure args on autogen.sh (Eric Blake),<br/>
1533 build: update gnulib (Eric Blake),<br/>
1534 Add some examples filters (Stefan Berger),<br/>
1535 Extensions for iptables rules (Stefan Berger),<br/>
1536 Add IPv6 support for the ebtables layer (Stefan Berger),<br/>
1537 Add qemu support (Stefan Berger),<br/>
1538 Core driver implementation with ebtables support (Stefan Berger),<br/>
1539 Add XML parser extensions for network filtering (Stefan Berger),<br/>
1540 Add virsh support for new CLI commands (Stefan Berger),<br/>
1541 Definition of the wire format, RPC client &amp; server (Stefan Berger),<br/>
1542 Add Network filtering internal API (Stefan Berger),<br/>
1543 Add Network filtering public API (Stefan Berger),<br/>
1544 Add recursive locks (Stefan Berger),<br/>
1545 Implement VNC password change in QEMU (Daniel P. Berrange),<br/>
1546 Allow parsing &lt;graphics&gt; in device XML (Daniel P. Berrange),<br/>
1547 Introduce a update-device command in virsh (Daniel P. Berrange),<br/>
1548 Implement virDomainUpdateDeviceFlags API in all drivers with media change (Daniel P. Berrange),<br/>
1549 Remote protocol impl for virDomainUpdateDeviceFlags (Daniel P. Berrange),<br/>
1550 Add domain events for graphics network clients (Daniel P. Berrange),<br/>
1551 Add support for an explicit IO error event (Daniel P. Berrange),<br/>
1552 Add support for an explicit watchdog event (Daniel P. Berrange),<br/>
1553 Add support for an explicit RTC change event (Daniel P. Berrange),<br/>
1554 Add support for an explicit guest reboot event (Daniel P. Berrange),<br/>
1555 Rename domain lifecycle event message (Daniel P. Berrange),<br/>
1556 Convert domain events example to new API (Daniel P. Berrange),<br/>
1557 Remote driver &amp; daemon impl of new event API (Daniel P. Berrange),<br/>
1558 Support new event register/deregister APis in all drivers except remote (Daniel P. Berrange),<br/>
1559 Add new internal domain events APIs for handling other event types (Daniel P. Berrange),<br/>
1560 Refactor domain events to handle multiple event types (Daniel P. Berrange),<br/>
1561 Make internal domain events struct definitions private (Daniel P. Berrange),<br/>
1562 tests: teach syntax-check that virDomainDefFree has free-like semantics (Jim Meyering),<br/>
1563 Add entry point logging for cpu functions (Jiri Denemark),<br/>
1564 build: suppress distracting build output (Jim Meyering),<br/>
1565 maint: add syntax-check rule to prohibit use of test's -a operator (Jim Meyering),<br/>
1566 tests: shell script portability and clean-up (Jim Meyering),<br/>
1567 tests: Don't add extra padding if counter mod 40 is 0 (Matthias Bolte),<br/>
1568 Use common XML parsing functions (Jiri Denemark),<br/>
1569 Introduce XML parsing utility functions (Jiri Denemark),<br/>
1570 virDomainDiskDefAssignAddress: return int, not void (Jim Meyering),<br/>
1571 tests: do not use the ":disk" suffix in sample xml input (Jim Meyering),<br/>
1572 util: Make some conditional symbols unconditional (Matthias Bolte),<br/>
1573 Export conditional state driver symbols only when they are defined (Matthias Bolte),<br/>
1574 esx: Add esxVI_LookupVirtualMachineByName (Matthias Bolte),<br/>
1575 esx: Generate method mappings via macros (Matthias Bolte),<br/>
1576 Add migrate-setmaxdowntime command to virsh (Jiri Denemark),<br/>
1577 Implement virDomainMigrateSetMaxDowntime in qemu driver (Jiri Denemark),<br/>
1578 Implement virDomainMigrateSetMaxDowntime in remote driver (Jiri Denemark),<br/>
1579 Wire protocol and dispatcher for virDomainMigrateSetMaxDowntime (Jiri Denemark),<br/>
1580 Internal driver API for virDomainMigrateSetMaxDowntime (Jiri Denemark),<br/>
1581 Virsh support for vol wiping (David Allan),<br/>
1582 Simplified version of volume wiping based on feedback from the list. (David Allan),<br/>
1583 Implement remote bits for vol wiping (David Allan),<br/>
1584 Implement the public API for vol wiping (David Allan),<br/>
1585 Define the internal driver API for vol wiping (David Allan),<br/>
1586 Support vhost-net mode at qemu startup for virtio network devices (Laine Stump),<br/>
1587 maint: enforce recent N_ usage (Eric Blake),<br/>
1588 Allow suspend during live migration (Jiri Denemark),<br/>
1589 do not require two ./autogen.sh runs to permit "make" (Jim Meyering),<br/>
1590 esx: Move username and password helper functions to authhelper.c (Matthias Bolte),<br/>
1591 Use WARN_CFLAGS when compiling virsh.c (Jiri Denemark),<br/>
1592 qemu: Add some debugging at domain startup (Cole Robinson),<br/>
1593 qemu: pass the information when disks are read-only (Daniel Veillard),<br/>
1594 macvtap: Only export symbols if support is enabled (Matthias Bolte),<br/>
1595 Only use the numa functions when they are available. (Chris Lalancette),<br/>
1596 Allow devices without a parent (Ed Swierk),<br/>
1597 build: change to gnulib module list should rerun bootstrap (Eric Blake),<br/>
1598 build: enforce preprocessor indentation (Eric Blake),<br/>
1599 build: update gnulib submodule to newer (but not latest) (Jim Meyering),<br/>
1600 Make virsh reconnect when losing connection (Daniel Veillard),<br/>
1601 Change logrotate to be per-hypervisor logs (Daniel Veillard),<br/>
1602 build: consistently indent preprocessor directives (Eric Blake),<br/>
1603 virsh: use N_ rather than gettext_noop (Eric Blake),<br/>
1604 virsh: fix existing N_ uses (Eric Blake),<br/>
1605 Get thread and socket information in virsh nodeinfo. (Chris Lalancette),<br/>
1606 Eliminate large stack buffer in doTunnelSendAll (Laine Stump),<br/>
1607 build: consistently use C99 varargs macros (Eric Blake)<br/>
1608 </li>
1610 <li>Cleanups:<br/>
1611 Fix some cppi prepocessor indentation issues (Daniel Veillard),<br/>
1612 Cleanup the msg_gen_function list in cfg.mk (Matthias Bolte),<br/>
1613 remote: Remove virConnectPtr from error/errorf (Matthias Bolte),<br/>
1614 Remove undefined symbols from symbols file (Matthias Bolte),<br/>
1615 Add missing nwfilter_learnipaddr.c to POTFILES.in (Daniel P. Berrange),<br/>
1616 Avoid searching for windres when not building for Windows (Diego Elio Pettenò),<br/>
1617 Executable does not belong into repository. (Stefan Berger),<br/>
1618 xenXMDomainDefineXML: remove dead store and useless/leaky virGetDomain (Jim Meyering),<br/>
1619 createRawFileOpHook: avoid dead stores (Jim Meyering),<br/>
1620 qemudDomainGetSecurityLabel: avoid dead store to "type" (Jim Meyering),<br/>
1621 Cleanup x86Compute() (Jiri Denemark),<br/>
1622 qemuDomainSnapshotLoad: avoid dead store (Jim Meyering),<br/>
1623 maint: s/initialis/initializ/ (Eric Blake),<br/>
1624 Fix 'avialable' typo (Matthias Bolte),<br/>
1625 macvtap: Remove virConnectPtr from ReportError (Matthias Bolte),<br/>
1626 phyp: Remove virConnectPtr from PHYP_ERROR (Matthias Bolte),<br/>
1627 esx: Mark error messages for translation (Matthias Bolte),<br/>
1628 vbox: Mark all error messages for translation (Matthias Bolte),<br/>
1629 Clarify an error message in setmem. (Chris Lalancette),<br/>
1630 Fix up comments for isEncrypted, isSecure, domainIsActive, and domainIsPersistent. (Chris Lalancette),<br/>
1631 Fix compiler warning about unused conn parameter (Matthias Bolte),<br/>
1632 openvz: Remove virConnectPtr from openvzError (Matthias Bolte),<br/>
1633 one: Remove virConnectPtr from oneError (Matthias Bolte),<br/>
1634 uml: Remove virConnectPtr from umlReportError (Matthias Bolte),<br/>
1635 Remove virConnectPtr from eventReportError (Matthias Bolte),<br/>
1636 Remove virConnectPtr from virLibConnError (Matthias Bolte),<br/>
1637 xen: Remove virConnectPtr from xenUnifiedError (Matthias Bolte),<br/>
1638 Remove virConnectPtr from nodeReportError (Matthias Bolte),<br/>
1639 netcf: Remove virConnectPtr from interfaceReportError (Matthias Bolte),<br/>
1640 xen: Remove virConnectPtr from virXenInotifyError (Matthias Bolte),<br/>
1641 xen: Remove virConnectPtr from virXenStoreError (Matthias Bolte),<br/>
1642 xen: Remove virConnectPtr from virXenError/virXenErrorFunc (Matthias Bolte),<br/>
1643 xen: Remove virConnectPtr from virXMError (Matthias Bolte),<br/>
1644 xen: Remove virConnectPtr from virXendError (Matthias Bolte),<br/>
1645 proxy: Remove virConnectPtr from virProxyError (Matthias Bolte),<br/>
1646 vbox: Remove virConnectPtr from vboxError (Matthias Bolte),<br/>
1647 test: Remove virConnectPtr from testError (Matthias Bolte),<br/>
1648 Remove unnecessary trailing \n in log messages (Matthias Bolte),<br/>
1649 Fix compiler warning about non-literal format string (Matthias Bolte),<br/>
1650 removes the virConnectPtr parameter where not necessary (Stefan Berger),<br/>
1651 Clarified error message (David Allan),<br/>
1652 Eliminate compiler warning about non-const format string (Laine Stump),<br/>
1653 Get rid of the regular expressions (Stefan Berger),<br/>
1654 Use the virStrToLong_ui() function rather than virStrToLong_i() (Stefan Berger),<br/>
1655 Make virDomainLoadConfig static. (Chris Lalancette),<br/>
1656 Eliminate compile warnings in nwfilter error log calls (Laine Stump),<br/>
1657 Only parse 'CPU XML' in virCPUDefParseXML() (Jim Fehlig),<br/>
1658 Replace sscanf in PCI device address parsing (Matthias Bolte),<br/>
1659 xen: Use virStrToLong_i instead of sscanf for XenD port parsing (Matthias Bolte),<br/>
1660 xenapi: Use virStrToLong_i instead of sscanf for CPU map parsing (Matthias Bolte),<br/>
1661 openvz: Use strtok_r instead of sscanf for VPS UUID parsing (Matthias Bolte),<br/>
1662 xen: Use virParseMacAddr instead of sscanf (Matthias Bolte),<br/>
1663 vbox: Replace atoi with virStrToLong_i (Matthias Bolte),<br/>
1664 cgroup: Replace sscanf with virStrToLong_ll (Matthias Bolte),<br/>
1665 Refactor major.minor.micro version parsing into a function (Matthias Bolte),<br/>
1666 Replace sscanf in nwfilter rule parsing (Matthias Bolte),<br/>
1667 Replace sscanf in legacy device address parsing (Matthias Bolte),<br/>
1668 build: more fallout from test -a (Eric Blake),<br/>
1669 Fix apibuild.py warning about virNWFilterLookupByUUIDString (Matthias Bolte),<br/>
1670 maint: remove redundant tests after virStrToLong (Eric Blake),<br/>
1671 maint: update AUTHORS (Eric Blake),<br/>
1672 maint: fix cpp indentation syntax-check failure (Jim Meyering),<br/>
1673 Add virt-aa-helper and secaatest to .gitignore (Matthias Bolte),<br/>
1674 esx: Remove redundant semicolons (Matthias Bolte),<br/>
1675 Use libvirt's existing ipv6/ipv4 parser/printer (Stefan Berger),<br/>
1676 Remove driver dependency from nwfilter_conf.c (Stefan Berger),<br/>
1677 Fix a merge error leftover (Daniel Veillard),<br/>
1678 Use enum of virDomainNetType (Stefan Berger),<br/>
1679 Silence cppi syntax-check warning (Daniel Veillard),<br/>
1680 maint: update syntax-check rule to also catch test's -o operator (Eric Blake),<br/>
1681 build: don't use "test cond1 -o cond2": it's not portable (Eric Blake),<br/>
1682 build: don't use "test cond1 -a cond2" in configure: it's not portable (Jim Meyering),<br/>
1683 Remove interfaceRegister from libvirt_private.syms (Matthias Bolte),<br/>
1684 esx: Cleanup file header comments (Matthias Bolte),<br/>
1685 maint: enforce recent copyright style (Eric Blake),<br/>
1686 maint: make Red Hat copyright notices consistent (Eric Blake),<br/>
1687 maint: fix typo (Eric Blake),<br/>
1688 docs: &lt;pre&gt; cannot be nested in &lt;p&gt; (Matthias Bolte),<br/>
1689 .gitignore: Ignore generated daemon/libvirtd.logrotate (Cole Robinson),<br/>
1690 phyp: Use virRequestUsername and virRequestPassword (Matthias Bolte),<br/>
1691 fix two "make syntax check" failures (Jim Meyering),<br/>
1692 Fix syntax-check errors (Jiri Denemark),<br/>
1693 Fix error messages in qemu text monitor (Jiri Denemark),<br/>
1694 Fix compiler warnings in virsh.c (Laine Stump),<br/>
1695 Silence compiler complaints about non-literal format strings (Laine Stump),<br/>
1696 Remove qemudDomainSetMaxMemory. (Chris Lalancette),<br/>
1697 Fix copy&amp;paste typos in virProcessInfoGetAffinity (Jiri Denemark),<br/>
1698 AUTHORS: add recent contributors (Eric Blake),<br/>
1699 Fix format string warnings (Laine Stump),<br/>
1700 ebtablesAddRemoveRule: avoid dead store (Jim Meyering),<br/>
1701 virInterfaceDefParseBond: avoid dead stores (Jim Meyering),<br/>
1702 xenXMDomainConfigParse: avoid dead store (Jim Meyering),<br/>
1703 qemuMonitorTextGetMemoryStats: decrease risk of false positive in parsing (Jim Meyering)<br/>
1704 </li>
1705 </ul>
1707 <h3>0.7.7: Mar 05 2010</h3>
1708 <ul>
1709 <li>Features:<br/>
1710 Introduce public API for domain async job handling (Daniel P. Berrange),<br/>
1711 macvtap support (Stefan Berger),<br/>
1712 Add QEMU support for virtio channel (Matthew Booth),<br/>
1713 Add persistence of PCI addresses to QEMU (Daniel P. Berrange),<br/>
1714 Functions for computing baseline CPU from a set of host CPUs (Jiri Denemark),<br/>
1715 Public API for virDomain{Attach,Detach}DeviceFlags (Jim Fehlig)<br/>
1716 </li>
1718 <li>Documentation:<br/>
1719 web docs -- macvtap mode explanation (Stefan Berger),<br/>
1720 Expand docs about clock modes (Daniel P. Berrange),<br/>
1721 docs: Fix syntax warnings from recent changes. (Cole Robinson),<br/>
1722 docs: network: Document &lt;domain&gt; element (Cole Robinson),<br/>
1723 docs: network: Document STP and delay attributes (Cole Robinson),<br/>
1724 docs: domain: Document &lt;description&gt; element (Cole Robinson),<br/>
1725 docs: storage: Document multipath pools (Cole Robinson),<br/>
1726 docs: storage: Document SCSI pools (Cole Robinson),<br/>
1727 docs: storage: Fix backingStore &lt;format&gt; docs (Cole Robinson),<br/>
1728 docs: storage: &lt;volume&gt;&lt;key&gt; is always generated. (Cole Robinson),<br/>
1729 docs: storage: Document capacity/alloc 'unit' (Cole Robinson),<br/>
1730 docs: add 3 missing spaces (Dan Kenigsberg),<br/>
1731 Fix typo in comment (Matthew Booth),<br/>
1732 libvirt: Update docs for hotplug only commands (Cole Robinson),<br/>
1733 Fix up a misspelled comment. (Chris Lalancette),<br/>
1734 doc: restrict virDomain{Attach,Detach}Device to active domains (Jim Fehlig),<br/>
1735 docs: Refer to virReportOOMError in the HACKING file (Matthias Bolte),<br/>
1736 docs: Emphasize that devices have to be inside the &lt;devices&gt; element (Matthias Bolte)<br/>
1737 </li>
1739 <li>Portability:<br/>
1740 build: vbox: avoid build failure when linking with --no-add-needed (Diego Elio Pettenò),<br/>
1741 build: avoid dlopen-related link failure on rawhide/F13 (Diego Elio Pettenò),<br/>
1742 Add a define for NFS_SUPER_MAGIC (Chris Lalancette),<br/>
1743 Fix compliation of AppArmor related code (Matthias Bolte)<br/>
1744 </li>
1746 <li>Bug Fixes:<br/>
1747 Fix USB passthrough based on product/vendor (Daniel P. Berrange),<br/>
1748 Misc fixes for LXC cgroups setup (Daniel P. Berrange),<br/>
1749 Change default for storage uid/gid from getuid()/getgid() to -1/-1 (Laine Stump),<br/>
1750 Fix parser checking of storage pool device (Daniel P. Berrange),<br/>
1751 Add missing device type check in QEMU PCI hotunplug (Daniel P. Berrange),<br/>
1752 Make domain save work on root-squash NFS (Laine Stump),<br/>
1753 Fix domain restore for files on root-squash NFS (Laine Stump),<br/>
1754 Fix USB/PCI device address aliases in QEMU hotplug driver (Daniel P. Berrange),<br/>
1755 Fix detection of errors in QEMU device_add command (Daniel P. Berrange),<br/>
1756 uml: avoid crash on partial read (Eric Blake),<br/>
1757 Fix QEMU domain state after a save attempt fails (Daniel P. Berrange),<br/>
1758 Fix error messages when parsing USB devices in QEMU (Rolf Eike Beer),<br/>
1759 Fix USB hotplug device string in QEMU driver (Rolf Eike Beer),<br/>
1760 phypUUIDTable_Push: do not corrupt output stream upon partial write (Jim Meyering),<br/>
1761 qemu: avoid null dereference on failed migration (Eric Blake),<br/>
1762 Free the macvtap mode string (Stefan Berger),<br/>
1763 libvirtd: do not ignore failure to set group ID in privileged mode (Jim Meyering),<br/>
1764 Ignore SIGWINCH in remote client call to poll(2) (RHBZ#567931). (Richard Jones),<br/>
1765 storage: conf: Correctly calculate exabyte unit (Cole Robinson),<br/>
1766 virsh.c: avoid all leaks in OOM path in cmdCPUBaseline (Jiri Denemark),<br/>
1767 Fixed reference count in virsh pool-build command (David Allan),<br/>
1768 Fix daemon-conf invalid failures (David Allan),<br/>
1769 virBufferAsprintf: do not omit va_end(argptr) call (Jim Meyering),<br/>
1770 xend_internal.c: don't dereference NULL for unexpected input (Jim Meyering),<br/>
1771 virsh: be careful to return "FALSE" upon OOM (Jim Meyering),<br/>
1772 virBufferStrcat: do not skip va_end (Jim Meyering),<br/>
1773 qparams.c: do not skip va_end, twice (Jim Meyering),<br/>
1774 get_virtual_functions_linux: would mistakenly always return zero (Jim Meyering),<br/>
1775 network: bridge: Fix IsActive, IsPersistent (Cole Robinson),<br/>
1776 qemuMonitorTextAddUSBDisk: avoid unconditional leak (Jim Meyering),<br/>
1777 tests: avoid NULL deref upon OOM failure (Jim Meyering),<br/>
1778 qemuInitPasswords: avoid unconditional leak (Jim Meyering),<br/>
1779 qemuMonitorTextAddDevice: avoid unconditional leak (Jim Meyering),<br/>
1780 libvirt-override.c: avoid a leak upon call with invalid argument (Jim Meyering),<br/>
1781 vboxDomainDumpXML: avoid a leak on OOM error path (Jim Meyering),<br/>
1782 virNodeDevCapScsiHostParseXML: avoid an unconditional leak (Jim Meyering),<br/>
1783 uml_driver.c: avoid leak upon failure (Jim Meyering),<br/>
1784 vbox_tmpl.c: avoid an unconditional leak (Jim Meyering),<br/>
1785 openvz (openvzFreeDriver): avoid leaks (Jim Meyering),<br/>
1786 Fix crash in LXC driver open method when URI has no path (Daniel P. Berrange),<br/>
1787 Fix USB device path formatting mixup (Daniel P. Berrange),<br/>
1788 qemu_driver.c: honor dname parameter once again (Jim Meyering),<br/>
1789 plug four virStoragePoolSourceFree-related leaks (Jim Meyering),<br/>
1790 remote_driver.c: avoid leak on OOM error path (Jim Meyering),<br/>
1791 qemu: Increase guest startup timeout to 30 seconds (Cole Robinson),<br/>
1792 Fix security driver configuration (Daniel P. Berrange),<br/>
1793 Escape strings serialized in XML (Daniel Veillard),<br/>
1794 absolutePathFromBaseFile: don't leak when first arg contains no "/" (Jim Meyering),<br/>
1795 sexpr_string: avoid leak on OOM error path (Jim Meyering),<br/>
1796 virDomainChrDefParseXML: don't leak upon invalid input (Jim Meyering),<br/>
1797 virExecWithHook: avoid leak on OOM error path (Jim Meyering),<br/>
1798 cgroup.c: don't leak mem+FD upon OOM (Jim Meyering),<br/>
1799 cgroup.c: avoid unconditional leaks (Jim Meyering),<br/>
1800 virt-pki-validate contains unexpanded SYSCONFDIR variable (Doug Goldstein)<br/>
1801 </li>
1803 <li>Improvements:<br/>
1804 Convert QEMU driver all hotunplug code from pci_del to device_del (Daniel P. Berrange),<br/>
1805 Support hot-unplug for USB devices in QEMU (Daniel P. Berrange),<br/>
1806 Tweak container initialization to make upstart/init happier (Daniel P. Berrange),<br/>
1807 Avoid creating top level cgroups if just querying for existence (Daniel P. Berrange),<br/>
1808 Support VCPU hotplug in QEMU guests (Daniel P. Berrange),<br/>
1809 Fix mis-leading error message in pool delete API (Daniel P. Berrange),<br/>
1810 Fix typo in QEMU migration command name (Daniel P. Berrange),<br/>
1811 Don't raise error message from cgroups if QEMU fails to start (Daniel P. Berrange),<br/>
1812 esx: don't ignore failure on close (Eric Blake),<br/>
1813 Fix safezero() (Jiri Denemark),<br/>
1814 Support job cancellation in QEMU driver (Daniel P. Berrange),<br/>
1815 Remote driver implementation for the virDomainAbortJob APi (Daniel P. Berrange),<br/>
1816 Wire up internal entry points for virDomainAbortJob API (Daniel P. Berrange),<br/>
1817 Introduce public API for cancelling async domain jobs (Daniel P. Berrange),<br/>
1818 Add QEMU driver support for job info on migration ops (Daniel P. Berrange),<br/>
1819 Remote driver implmentation of job info API (Daniel P. Berrange),<br/>
1820 Stub out internal driver entry points for job processing (Daniel P. Berrange),<br/>
1821 Use device_del to remove SCSI controllers (Wolfgang Mauerer),<br/>
1822 Fix PCI address handling when controllers are deleted (Wolfgang Mauerer),<br/>
1823 Fix data structure handling when controllers are attached (Wolfgang Mauerer),<br/>
1824 Allow configurable timezones with QEMU (Daniel P. Berrange),<br/>
1825 Allow a timezone to be specified instead of sync to host timezone (Daniel P. Berrange),<br/>
1826 Support variable clock offset mode in QEMU (Daniel P. Berrange),<br/>
1827 Add new clock mode allowing variable adjustments (Daniel P. Berrange),<br/>
1828 Change the internal domain conf representation of localtime/utc (Daniel P. Berrange),<br/>
1829 Use standard spacing for user/pass prompt (Cole Robinson),<br/>
1830 libvirtd: Better initscript error reporting (Cole Robinson),<br/>
1831 qemu: Report binary path if error parsing -help (Cole Robinson),<br/>
1832 remote: Improve daemon startup error reporting (Cole Robinson),<br/>
1833 virsh: Show errors reported by nonAPI functions (Cole Robinson),<br/>
1834 remote: Improve error message when libvirtd isn't running (Cole Robinson),<br/>
1835 build: make git submodule checking more reliable (Jim Meyering),<br/>
1836 Add descriptions for macvtap direct type interfaces (Stefan Berger),<br/>
1837 maint: import modern bootstrap (Eric Blake),<br/>
1838 maint: start factoring bootstrap (Eric Blake),<br/>
1839 build: update gnulib submodule to latest (Jim Meyering),<br/>
1840 Create raw storage files with O_DSYNC (again) (Jiri Denemark),<br/>
1841 Use virFileOperation hook function in virStorageBackendFileSystemVolBuild (Laine Stump),<br/>
1842 Rename virFileCreate to virFileOperation, add hook function (Laine Stump),<br/>
1843 qemu: Check for IA64 kvm (Dustin Xiong),<br/>
1844 remote: Print ssh stderr on connection failure (Cole Robinson),<br/>
1845 fix multiple veth problem for OpenVZ (Yuji NISHIDA),<br/>
1846 Better error reporting for failed migration (Chris Lalancette),<br/>
1847 Make an error message in PCI util code clearer (Chris Lalancette),<br/>
1848 macvtap mac_filter support (Stefan Berger),<br/>
1849 macvtap IFF_VNET_HDR configuration (Stefan Berger),<br/>
1850 Use virFork() in __virExec(), virFileCreate() and virDirCreate() (Laine Stump),<br/>
1851 Add virFork() function to utils (Laine Stump),<br/>
1852 Add domain support for virtio channel (Matthew Booth),<br/>
1853 qemu: Explicitly error if guest virtual network is inactive (Cole Robinson),<br/>
1854 virterror: Make SetError work if no previous error was set (Cole Robinson),<br/>
1855 macvtap teardown rework (Stefan Berger),<br/>
1856 Update QEMU JSON balloon command handling (Daniel P. Berrange),<br/>
1857 python: Actually add virConnectGetVersion to generated bindings (Cole Robinson),<br/>
1858 build: inform libtool of m4 directory (Eric Blake),<br/>
1859 Adds a cpu-baseline command for virsh (Jiri Denemark),<br/>
1860 qemu: Make SetVcpu command hotplug only (Cole Robinson),<br/>
1861 qemu: Make Set*Mem commands hotplug only (Cole Robinson),<br/>
1862 Treat missing QEMU 'thread_id' as non-fatal in JSON monitor (Daniel P. Berrange),<br/>
1863 Fix check for primary IDE controller in QEMU PCI slot assignment (Daniel P. Berrange),<br/>
1864 Make error reporting for QEMU JSON mode more friendly (Daniel P. Berrange),<br/>
1865 Run 'qmp_capabilities' command at QEMU monitor startup (Daniel P. Berrange),<br/>
1866 macvtap support for libvirt -- schema extensions (Stefan Berger),<br/>
1867 macvtap support for libvirt -- qemu support (Stefan Berger),<br/>
1868 macvtap support for libvirt -- helper code (Stefan Berger),<br/>
1869 macvtap support for libvirt -- parse new interface XML (Stefan Berger),<br/>
1870 interface: Use proper return codes in the open function (Matthias Bolte),<br/>
1871 Support 'block_passwd' command for QEMU disk encryption (Daniel P. Berrange),<br/>
1872 Implement cpuBaseline in remote and qemu drivers (Jiri Denemark),<br/>
1873 Wire protocol format and dispatcher for virConnectBaselineCPU (Jiri Denemark),<br/>
1874 virConnectBaselineCPU public API implementation (Jiri Denemark),<br/>
1875 Internal driver API for virConnectBaselineCPU (Jiri Denemark),<br/>
1876 virConnectBaselineCPU public API (Jiri Denemark),<br/>
1877 Implement cpuArchBaseline in x86 CPU driver (Jiri Denemark),<br/>
1878 Implement cpuArchBaseline in generic CPU driver (Jiri Denemark),<br/>
1879 Mark all error messages for translation (Jiri Denemark),<br/>
1880 Add cpu_generic.c to the list of translated files (Jiri Denemark),<br/>
1881 Fix &lt;cpu&gt; element in domain XML schema (Jiri Denemark),<br/>
1882 Fix disk stats retrieval with QEMU &gt;= 0.12 (Daniel P. Berrange),<br/>
1883 qemu: Properly report a startup timeout error (Cole Robinson),<br/>
1884 test: Fake security driver support in capabilities (Cole Robinson),<br/>
1885 Annotate some virConnectPtr as mandatory non-null (Daniel P. Berrange),<br/>
1886 Convert qemu command line flags to 64-bit int (Daniel P. Berrange),<br/>
1887 Create raw storage files with O_DSYNC (Jiri Denemark),<br/>
1888 Re-generate remote protocol files for new APIs (Daniel P. Berrange),<br/>
1889 Modify virsh commands (Jim Fehlig),<br/>
1890 domain{Attach,Detach}DeviceFlags handler for drivers (Jim Fehlig),<br/>
1891 Server side dispatcher (Jim Fehlig),<br/>
1892 Remote driver (Jim Fehlig),<br/>
1893 Wire protocol format (Jim Fehlig),<br/>
1894 Public API Implementation (Jim Fehlig)<br/>
1895 </li>
1897 <li>Cleanups:<br/>
1898 virsh: silence compiler warning (Eric Blake),<br/>
1899 build: silence coverity warning in node_device (Eric Blake),<br/>
1900 Tiny spelling fix (Wolfgang Mauerer),<br/>
1901 libvirtd: avoid false-positive NULL-deref warning from clang (Eric Blake),<br/>
1902 x86Decode: avoid NULL-dereference upon questionable input (Jim Meyering),<br/>
1903 openvzDomainDefineCmd: remove useless increment (Jim Meyering),<br/>
1904 maint: disallow TAB-in-indentation also in *.rng files (Jim Meyering),<br/>
1905 maint: convert leading TABs in *.rng files to equivalent spaces (Jim Meyering),<br/>
1906 udevEnumerateDevices: remove dead code (Jim Meyering),<br/>
1907 qemudNetworkIfaceConnect: remove dead store (Jim Meyering),<br/>
1908 cmdPoolDiscoverSources: initialize earlier to avoid FP from clang (Jim Meyering),<br/>
1909 build: avoid warning about return-with-value in void function (Jim Meyering),<br/>
1910 Only build virDomainObjFormat if not building proxy. (Chris Lalancette),<br/>
1911 openvzGetVEID: don't leak (memory + file descriptor) (Jim Meyering),<br/>
1912 build: avoid warning about unused variables (Jim Meyering),<br/>
1913 build: avoid "make rpm" failure in docs/ (Jim Meyering),<br/>
1914 build: teach apibuild.py to work in a non-srcdir build (Jim Meyering),<br/>
1915 build: avoid non-srcdir "make distcheck" failures (CLEANFILES) (Jim Meyering),<br/>
1916 build: avoid non-srcdir "make distcheck" failures (srcdir vs wildcard) (Jim Meyering),<br/>
1917 build: avoid non-srcdir "make distcheck" failure (test_conf.sh) (Jim Meyering),<br/>
1918 build: avoid non-srcdir installation failure (sitemap.html.in) (Jim Meyering),<br/>
1919 build: avoid non-srcdir installation failure (apibuild.py) (Jim Meyering),<br/>
1920 build: fix typos in makefile variable names (Jim Meyering),<br/>
1921 build: ensure that MKINSTALLDIRS is AC_SUBST-defined (Jim Meyering),<br/>
1922 maint: relax git minimum version (Eric Blake),<br/>
1923 maint: sort .gitignore (Eric Blake),<br/>
1924 maint: fix quoting in autogen.sh (Eric Blake),<br/>
1925 virFork: placate static analyzers: ignore pthread_sigmask return value (Jim Meyering),<br/>
1926 virsh.c: avoid leak on OOM error path (Jim Meyering),<br/>
1927 Make virDomainObjFormat static (Chris Lalancette),<br/>
1928 xenDaemonDomainSetAutostart: avoid appearance of impropriety (Jim Meyering),<br/>
1929 Remove unused functions from domain_conf (Matthew Booth),<br/>
1930 Fix whitespace in domain.rng (Matthew Booth),<br/>
1931 openvzLoadDomains: don't ignore failing virUUIDFormat (Jim Meyering),<br/>
1932 vshCommandParse: placate coverity (Jim Meyering),<br/>
1933 virStorageBackendIsMultipath: avoid dead store (Jim Meyering),<br/>
1934 Convert virSecurityReportError into a macro (Matthias Bolte),<br/>
1935 Swap position of nmodels and models parameters in cpuDecode() (Jiri Denemark),<br/>
1936 Remove virConnectPtr from secret XML APIs (Daniel P. Berrange),<br/>
1937 Remove virConnectPtr from interface XML APIs (Daniel P. Berrange),<br/>
1938 Remove virConnectPtr from CPU XML APIs (Daniel P. Berrange),<br/>
1939 Remove virConnectPtr from storage APIs &amp; driver (Daniel P. Berrange),<br/>
1940 Remove virConnectPtr from all node device XML APIs (Daniel P. Berrange),<br/>
1941 Remove virConnectPtr from network XML APis (Daniel P. Berrange),<br/>
1942 Remove virConnectPtr from USB/PCI device iterators (Daniel P. Berrange),<br/>
1943 Fix generation of floppy disk arg for QEMU's -global arg (Daniel P. Berrange),<br/>
1944 Fix compile error in Xen proxy from virConnectPtr changes (Daniel P. Berrange),<br/>
1945 Remove use of virConnectPtr from security driver APIs (Daniel P. Berrange),<br/>
1946 Remove virConnectPtr from all domain XML parsing/formatting APIs (Daniel P. Berrange),<br/>
1947 Remove virConnectPtr from LXC driver (Daniel P. Berrange),<br/>
1948 Remove passing of virConnectPtr throughout QEMU driver (Daniel P. Berrange),<br/>
1949 virAsprintf: remove its warn_unused_result attribute (Jim Meyering),<br/>
1950 absolutePathFromBaseFile: avoid an unnecessary use of assert (Jim Meyering),<br/>
1951 Remove conn parameter from USB functions (Matthias Bolte),<br/>
1952 Remove conn parameter from JSON error macro (Matthias Bolte),<br/>
1953 Remove conn parameter from PCI functions (Matthias Bolte),<br/>
1954 Remove conn parameter from Linux stats functions (Matthias Bolte),<br/>
1955 Remove conn parameter from storage file functions (Matthias Bolte),<br/>
1956 Remove conn parameter from util functions (Matthias Bolte),<br/>
1957 Remove conn parameter from virXPath* functions (Matthias Bolte),<br/>
1958 Remove conn parameter from virReportSystemError (Matthias Bolte),<br/>
1959 Remove conn parameter from virReportOOMError (Matthias Bolte),<br/>
1960 website: Add a 1em right margin (Matthias Bolte),<br/>
1961 storage: Replace storageLog with VIR_ERROR (Matthias Bolte),<br/>
1962 opennebula: Remove unnecessary casts (Matthias Bolte),<br/>
1963 esx: Remove unnecessary casts (Matthias Bolte),<br/>
1964 cpu conf: Use virBufferFreeAndReset instead of virBufferContentAndReset and VIR_FREE (Matthias Bolte),<br/>
1965 esx: Cleanup preprocessing structure in esxVI_EnsureSession (Matthias Bolte)<br/>
1966 </li>
1967 </ul>
1969 <h3>0.7.6: Feb 03 2010</h3>
1970 <ul>
1971 <li>Features:<br/>
1972 Implement support for multi IQN (David Allan),<br/>
1973 Implement CPU topology support for QEMU driver (Jiri Denemark),<br/>
1974 Use QEmu new device addressing when possible (Daniel P. Berrange),<br/>
1975 Implement SCSI controller hotplug/unplug for QEMU (Wolfgang Mauerer)<br/>
1976 </li>
1978 <li>Documentation:<br/>
1979 Add missing function parameter documentation (Matthias Bolte),<br/>
1980 Add docs about new mailing list (Daniel P. Berrange),<br/>
1981 Document cpu-compare command in virsh man page (Jiri Denemark),<br/>
1982 Document cpu elements in capabilities and domain XML (Jiri Denemark),<br/>
1983 docs: Remove outdated information about remote limitations (Matthias Bolte),<br/>
1984 documentation improvements (David Jorm),<br/>
1985 Minor fixes for API extension doc (Jim Fehlig),<br/>
1986 cpu_shares parameter limit documented (David Jorm),<br/>
1987 Document the domain XML cache attribute for disk devices (Matthias Bolte),<br/>
1988 Replace old CVS references with GIT (Matthias Bolte)<br/>
1989 </li>
1991 <li>Portability:<br/>
1992 portability to non-glibc: don't use realpath(..., NULL) (Jim Meyering),<br/>
1993 Add some missing include files which break build in certain platforms (Daniel P. Berrange),<br/>
1994 Remove AppArmor compile warnings (Jamie Strandboge),<br/>
1995 Fix compilation of virt-aa-helper.c (Matthias Bolte),<br/>
1996 Fix linkage of virt-aa-helper to libgnu.a (Matthias Bolte)<br/>
1997 </li>
1999 <li>Bug Fixes:<br/>
2000 Fix restore of QEMU guests with PCI device reservation (Daniel P. Berrange),<br/>
2001 Another fork() log locking cleanup in file creation (Laine Stump),<br/>
2002 Fix log locking problem when using fork() in the library (Cole Robinson),<br/>
2003 Fix locking for udev device add/remove (David Allan),<br/>
2004 interface_conf.c: don't use a negative value as allocation size (Jim Meyering),<br/>
2005 virStoragePoolSourceListNewSource: avoid unconditional leak (Jim Meyering),<br/>
2006 xs_internal.c: don't use a negative value as allocation size (Jim Meyering),<br/>
2007 Ensure QEMU DAC security driver is activated at all times (Daniel P. Berrange),<br/>
2008 udev: Don't let strtoul parse USB busnum and devnum as octal (Matthias Bolte),<br/>
2009 json.c: avoid an unconditional leak from most qemuMonitorJSON* functions (Jim Meyering),<br/>
2010 Fix PCI host reattach on domain detach. (Chris Lalancette),<br/>
2011 Clarify controllers -device string in QEMU driver (Matthew Booth),<br/>
2012 util.c (virGetUserEnt): don't use a negative value as allocation size (Jim Meyering),<br/>
2013 cpu_x86.c: avoid NULL-deref for invalid arguments (Jim Meyering),<br/>
2014 Fix a crash when restarting libvirtd. (Chris Lalancette),<br/>
2015 qemuMonitorTextAttachDrive: avoid two leaks (Jim Meyering),<br/>
2016 usbGetDevice: don't leak a "usbDevice" buffer on failure path (Jim Meyering),<br/>
2017 qemuMonitorTextGetMemoryStats: plug a leak on an error path (Jim Meyering),<br/>
2018 usbFindBusByVendor: don't leak a DIR buffer and FD (Jim Meyering),<br/>
2019 Fix libvirtd restart for domains with PCI passthrough devices (Chris Lalancette),<br/>
2020 qemu: Fix race between device rebind and kvm cleanup (Chris Lalancette),<br/>
2021 Fix device assignment with root devices (Chris Lalancette),<br/>
2022 Corrected log level of WWN path message (David Allan),<br/>
2023 Fix an error when looking for devices in syspath (Daniel Veillard),<br/>
2024 Fix off-by-1 in SCSI drive hotplug (Daniel P. Berrange),<br/>
2025 Fix leak in hotplug code in QEMU driver (Daniel P. Berrange),<br/>
2026 Fix security driver calls in hotplug cleanup paths (Daniel P. Berrange),<br/>
2027 Add missing call to re-attach host devices if VM startup fails (Daniel P. Berrange),<br/>
2028 Pull initial disk labelling out into libvirtd instead of exec hook (Daniel P. Berrange),<br/>
2029 Fix leak of allocated security label (Daniel P. Berrange),<br/>
2030 Create storage pool directories with proper uid/gid/mode (Laine Stump),<br/>
2031 Create storage volumes directly with desired uid/gid (Laine Stump),<br/>
2032 Unset copied environment variables in qemuxml2argvtest (Matthias Bolte),<br/>
2033 qemu: Don't allocate zero bytes (Matthias Bolte),<br/>
2034 node_device_linux_sysfs.c: avoid opendir/fd leak on error path (Jim Meyering),<br/>
2035 domain_conf.c: avoid a leak and the need for "cleanup:" block (Jim Meyering),<br/>
2036 Fix QEMU driver custom domain status XML extensions (Daniel P. Berrange),<br/>
2037 xen_driver: don't leak a parsed-config buffer (Jim Meyering),<br/>
2038 storage_conf: plug a leak on OOM error path (Jim Meyering),<br/>
2039 Tests for ACS in PCIe switches (Jiri Denemark),<br/>
2040 storage_backend_fs.c: do not ignore probe failure (Jim Meyering),<br/>
2041 Avoid free'ing a constant string in chardev lookup code (Daniel P. Berrange),<br/>
2042 Fix build of Xen proxy daemon (Daniel P. Berrange),<br/>
2043 xen: do not report a write-to-Xen-daemon failure as a read failure (Jim Meyering),<br/>
2044 daemon: Don't blindly unregister domain events (Cole Robinson),<br/>
2045 node_device: udev: Fix memory leak (Cole Robinson),<br/>
2046 Fix migration in xend driver (Jim Fehlig),<br/>
2047 Ensure error handling callback functions are called from safe context (Daniel P. Berrange),<br/>
2048 qemu: Fix a memory leak in qemudExtractTTYPath (Matthias Bolte),<br/>
2049 Fix UUID random generator to use /dev/random (Laine Stump),<br/>
2050 let "configure --disable-shared" work once again (Jim Meyering),<br/>
2051 Qemu: ask for memory preallocation with large pages (Daniel Veillard),<br/>
2052 network/bridge_driver.c: avoid potential NULL-dereference (Jim Meyering),<br/>
2053 Don't free an uninitalized pointer in update_driver_name() (Matthias Bolte),<br/>
2054 xend_internal: don't let invalid input provoke NULL dereference (Jim Meyering),<br/>
2055 Don't update vol details after build (David Allan),<br/>
2056 vbox_tmpl.c: don't leak a domain pointer upon failure to create (Jim Meyering),<br/>
2057 vbox_tmpl.c: avoid NULL deref upon vboxDomainCreateXML failure (Jim Meyering),<br/>
2058 qemu_driver.c: avoid NULL dereference upon disk-op failure (Jim Meyering),<br/>
2059 openvz_conf.c: don't dereference NULL upon failure (Jim Meyering),<br/>
2060 Distribute vmx2xml and xml2vmx test data files (Matthias Bolte)<br/>
2061 </li>
2063 <li>Improvements:<br/>
2064 Tweak USB hostdevice XML handling (Daniel P. Berrange),<br/>
2065 Fix QEMU hotplug device alias assignment (Daniel P. Berrange),<br/>
2066 Disable QEMU monitor IO debugging by default (Daniel P. Berrange),<br/>
2067 Re-arrange QEMU device alias assignment code (Daniel P. Berrange),<br/>
2068 Remove direct storage of hostnet_name &amp; vlan (Daniel P. Berrange),<br/>
2069 Remove use of -netdev arg with QEMU (Daniel P. Berrange),<br/>
2070 Assign PCI addresses before hotplugging devices (Daniel P. Berrange),<br/>
2071 Rewrite way QEMU PCI addresses are allocated (Daniel P. Berrange),<br/>
2072 Introduce generic virDomainDeviceInfo iterator function (Daniel P. Berrange),<br/>
2073 Make hotplug use new device_add where possible (Daniel P. Berrange),<br/>
2074 Introduce internal QEMU monitor APIs for drive + device hotadd (Daniel P. Berrange),<br/>
2075 Split out QEMU code for building PCI/USB hostdev arg values (Daniel P. Berrange),<br/>
2076 Standard internal API syntax for building QEMU command line arguments (Daniel P. Berrange),<br/>
2077 Log flags in virConnectCompareCPU (Jiri Denemark),<br/>
2078 Look in /usr/libexec for the qemu-kvm binary. (Chris Lalancette),<br/>
2079 Support Xen 4.0 sysctl version 7 (Jim Fehlig),<br/>
2080 Add missing sata controller type to domain.rng (Matthew Booth),<br/>
2081 udev: Set the state driver name (Matthias Bolte),<br/>
2082 udev: Remove event handle on shutdown (Matthias Bolte),<br/>
2083 esx: Output error details from libcurl (Matthias Bolte),<br/>
2084 qemu: Search binaries in PATH instead of hardcoding /usr/bin (Matthias Bolte),<br/>
2085 Implement QMP support for extracting CPU thread ID (Daniel P. Berrange),<br/>
2086 Misc fixes to QMP monitor support for QEMU (Daniel P. Berrange),<br/>
2087 Fix setup of compatibility serial devices from console device (Daniel P. Berrange),<br/>
2088 Start modernizing configure (Eric Blake),<br/>
2089 Add a rule to check for uses of readlink. (Chris Lalancette),<br/>
2090 Add virConnectGetVersion Python API (Taizo ITO),<br/>
2091 domMemoryStats / qemu: Fix parsing of unknown stats (Adam Litke),<br/>
2092 Allow surrounding whitespace in uuid (Dan Kenigsberg),<br/>
2093 Add configuration option to turn off dynamic permissions management (Daniel P. Berrange),<br/>
2094 Switch QEMU driver over to use the DAC security driver (Daniel P. Berrange),<br/>
2095 Introduce a new DAC security driver for QEMU (Daniel P. Berrange),<br/>
2096 Introduce a stacked security driver impl for QEMU (Daniel P. Berrange),<br/>
2097 Make security drivers responsible for checking dynamic vs static labelling (Daniel P. Berrange),<br/>
2098 New utility functions virFileCreate and virDirCreate (Laine Stump),<br/>
2099 Add virRunWithHook util function (Laine Stump),<br/>
2100 Update interface.rng and xml test files to match netcf 0.1.5 (Laine Stump),<br/>
2101 Support bond interfaces attached to bridges in interface xml. (Laine Stump),<br/>
2102 Allow empty bridges in interface xml. (Laine Stump),<br/>
2103 Support delay property in interface bridge xml. (Laine Stump),<br/>
2104 Use pciDeviceIsAssignable in qemu driver (Jiri Denemark),<br/>
2105 Allow for CPU topology specification without model (Jiri Denemark),<br/>
2106 Add debug messages for CPU incompatibility (Jiri Denemark),<br/>
2107 Take disabled/forced CPU features into account (Jiri Denemark),<br/>
2108 Enhance qemuParseCommandLineKeywords (Jiri Denemark),<br/>
2109 Convert VirtIO balloon over to -device syntax (Daniel P. Berrange),<br/>
2110 uto-assign PCI addresses (Daniel P. Berrange),<br/>
2111 Pass -vga none if no video card specified (Daniel P. Berrange),<br/>
2112 Add support for explicit -sdl flag to QEMU (Daniel P. Berrange),<br/>
2113 Assign device aliases for all devices at startup (Daniel P. Berrange),<br/>
2114 Add device info to serial, parallel, channel, input &amp; fs devices (Daniel P. Berrange),<br/>
2115 Introduce device aliases (Daniel P. Berrange),<br/>
2116 Clear assigned PCI devices at shutdown (Daniel P. Berrange),<br/>
2117 Auto-add disk controllers based on defined disks (Daniel P. Berrange),<br/>
2118 Remove restriction on duplicated sound devices in parser (Daniel P. Berrange),<br/>
2119 Detect PCI addresses at QEMU startup (Daniel P. Berrange),<br/>
2120 Properly support SCSI drive hotplug (Daniel P. Berrange),<br/>
2121 build: update gnulib submodule to latest (Jim Meyering),<br/>
2122 Use closest CPU model when decoding from CPUID (Jiri Denemark),<br/>
2123 Change detection of xen so that it's actually automatic rather than forced. (Diego Elio Pettenò),<br/>
2124 Standardise ./configure --help options reporting. (Diego Elio Pettenò),<br/>
2125 qemu: Use log output for pty assignment if 'info chardev' is unavailable (Matthias Bolte),<br/>
2126 esx: Add VNC support (Matthias Bolte),<br/>
2127 esx: Make the domain part of the hostname optional (Matthias Bolte),<br/>
2128 esx: Add stubs for secondary driver types (Matthias Bolte),<br/>
2129 Specify bus/unit instead of index for disks with QEMU (Daniel P. Berrange),<br/>
2130 Split code for building QEMU -drive arg in separate method (Daniel P. Berrange),<br/>
2131 Convert monitor over to use virDomainDeviceAddress (Daniel P. Berrange),<br/>
2132 Add new domain device: "controller" (Wolfgang Mauerer),<br/>
2133 Set default disk controller/bus/unit props (Daniel P. Berrange),<br/>
2134 Add address info to sound, video and watchdog devices (Daniel P. Berrange),<br/>
2135 Extend the virDomainDeviceAddress struture to allow disk controller addresses (Daniel P. Berrange),<br/>
2136 Introduce a standardized data structure for device addresses (Daniel P. Berrange),<br/>
2137 util: Make sure virExec hook failures are raised (Cole Robinson),<br/>
2138 Implement path lookup for USB by vendor:product (Cole Robinson),<br/>
2139 events: Report errors on failure (Cole Robinson),<br/>
2140 node_device: udev: Enumerate floppy devices (Cole Robinson),<br/>
2141 node_device: udev: Use base 16 for product/vendor (Cole Robinson),<br/>
2142 libvirt.c: Preserve MigratePerform failure (Cole Robinson),<br/>
2143 qemu: migrate: Save MigratePerform error in MigrateFinish. (Cole Robinson),<br/>
2144 virterror: Add virSetError (Cole Robinson),<br/>
2145 Also look for dmi information in /sys/class (Guido Günther),<br/>
2146 proxy_internal.c: mark "request" parameter as nonnull (Jim Meyering),<br/>
2147 esx: Dump the raw response in case of an SOAP fault (Matthias Bolte),<br/>
2148 esx: Warn if the ESX server is in maintenance mode (Matthias Bolte),<br/>
2149 xen hypervisor: xen domctl version 6 (Jim Fehlig),<br/>
2150 virsh: Add persistent history using libreadline (Matthias Bolte),<br/>
2151 esx: Fix 'vpx' MAC address range and allow arbitrary MAC addresses (Matthias Bolte),<br/>
2152 esx: Fix deserialization for VI API calls CancelTask and UnregisterVM (Matthias Bolte),<br/>
2153 esx: Fix and improve the libcurl debug callback (Matthias Bolte),<br/>
2154 esx: Also allow virtualHW version 4 for ESX 4.0 (Matthias Bolte),<br/>
2155 qemu: Always enable the virtio balloon driver (Adam Litke),<br/>
2156 Disable building of static Python module (Diego Elio Pettenò),<br/>
2157 Fix parsing of 'info chardev' line endings (Matthew Booth)<br/>
2158 </li>
2160 <li>Cleanups:<br/>
2161 xen_hypervisor.c: remove all "domain == NULL" tests, ... (Jim Meyering),<br/>
2162 xen_hypervisor.c: avoid NULL deref for NULL domain argument (Jim Meyering),<br/>
2163 libvirtd.c: avoid closing a negative socket file descriptor (Jim Meyering),<br/>
2164 storage_backend.c: avoid closing a negative file descriptor (Jim Meyering),<br/>
2165 avoid a probable EINVAL from lseek (Jim Meyering),<br/>
2166 util.c (two more): don't use a negative value as allocation size (Jim Meyering),<br/>
2167 avoid format-related warnings (Jim Meyering),<br/>
2168 maint: avoid excess parens in STREQ (Eric Blake),<br/>
2169 Move models/nmodels mismatch checking one level up (Jiri Denemark),<br/>
2170 Fix up a comment in virHashUpdateEntry (Chris Lalancette),<br/>
2171 maint: fix spelling error in hacking (Eric Blake),<br/>
2172 pci.c: correct an erroneous expression (Jim Meyering),<br/>
2173 Remove undefined symbols from libvirt_private.syms (Matthias Bolte),<br/>
2174 Don't call disabled timer callbacks in event-test.c (Matthias Bolte),<br/>
2175 hostusb: closedir only if non-NULL; rename labels: s/error/cleanup/ (Jim Meyering),<br/>
2176 Cleanup of large buffer on stack in virFileMakePath (Laine Stump),<br/>
2177 esx: Stop passing around virConnectPtr for error reporting (Matthias Bolte),<br/>
2178 Revert "Fix libvirtd restart for domains with PCI passthrough devices" (Chris Lalancette),<br/>
2179 Fix two instances of misspelled 'pseudo' (Chris Lalancette),<br/>
2180 Use virFileResolveLink instead of readlink in AppArmor (Chris Lalancette),<br/>
2181 Fix a compile warning in parthelper.c (Chris Lalancette),<br/>
2182 Remove unused PROC_MOUNT_BUF_LEN #define (Chris Lalancette),<br/>
2183 fix "make distcheck" failure (Jim Meyering),<br/>
2184 avoid format-related warnings (Jim Meyering),<br/>
2185 Refactor setup &amp; cleanup of security labels in security driver (Daniel P. Berrange),<br/>
2186 Let make fail when XHTML validation fails (Jiri Denemark),<br/>
2187 Fix uses of virFileMakePath (Laine Stump),<br/>
2188 remove unnecessary closedir call (Jim Meyering),<br/>
2189 Make all bitfields unsigned ints to avoid unexpected values in casts (Daniel P. Berrange),<br/>
2190 logging: confirm that we want to ignore a write error (Jim Meyering),<br/>
2191 Remove superfluous new lines from messages (Jiri Denemark),<br/>
2192 vbox_tmpl.c: remove useless array-is-non-NULL comparisons (Jim Meyering),<br/>
2193 lxc_driver: remove useless comparison (Jim Meyering),<br/>
2194 gnulib added a new syntax-check test: use $(VAR), not @VAR@ (Jim Meyering),<br/>
2195 storage_backend.h: include required headers (Jim Meyering),<br/>
2196 esx_vi_types.c: include required headers (Jim Meyering),<br/>
2197 vbox: include required headers (Jim Meyering),<br/>
2198 cpu_x86_data.h: include required header (Jim Meyering),<br/>
2199 util.c: include required header, no longer masked by gnulib (Jim Meyering),<br/>
2200 Fix validation of news.html (Matthias Bolte),<br/>
2201 Remove obsolete comment in QEMU JSON code (Daniel P. Berrange),<br/>
2202 Make test suite output less verbose (Daniel P. Berrange),<br/>
2203 daemon: Fix various error reporting issues (Cole Robinson),<br/>
2204 util: Remove logging handlers in virExec (Cole Robinson),<br/>
2205 Commit bootstrap .gitignore additions (Cole Robinson),<br/>
2206 qemu: Disable errors in qemudShutdownVMDaemon (Cole Robinson),<br/>
2207 avoid another "make distcheck" failure (Jim Meyering),<br/>
2208 avoid newly-introduced test failure (Jim Meyering),<br/>
2209 don't test "res == NULL" after we've already dereferenced "res" (Jim Meyering),<br/>
2210 fix 7 "make check" test failures in non-srcdir build (Jim Meyering),<br/>
2211 virsh: Use VIR_FREE instead of free (Matthias Bolte),<br/>
2212 esx: Don't warn about an empty URI path (Matthias Bolte),<br/>
2213 qemu_driver.c: remove useless, warning-provoking test (Jim Meyering)<br/>
2214 </li>
2215 </ul>
2217 </body>
2218 </html>