[libvirt] [PATCH] Make 'Miloslav Trmac' and 'Guido Guenther' display correctly

Matthias Bolte matthias.bolte at googlemail.com
Sun Nov 22 19:39:40 UTC 2009


---
 docs/news.html.in |  132 ++++++++++++++++++++++++++--------------------------
 1 files changed, 66 insertions(+), 66 deletions(-)

diff --git a/docs/news.html.in b/docs/news.html.in
index 83f0461..47d7f42 100644
--- a/docs/news.html.in
+++ b/docs/news.html.in
@@ -36,7 +36,7 @@ and check the <a href="ChangeLog.html">ChangeLog</a> to gauge progress.</p>
       qemu-kvm needs -enable-kvm flag for VT optimization (Steve Yarmie)
       fix deprecated iptables command syntax (Steve Yarmie)
       Ensure driver lock is released when entering QEMU monitor (Daniel P. Berrange)
-      only remove masquerade roles for VIR_NETWORK_FORWARD_NAT (Guido Günther)
+      only remove masquerade roles for VIR_NETWORK_FORWARD_NAT (Guido Günther)
       esx: Fix CPU clock Hz to MHz conversion (Matthias Bolte)
       esx: Fix memory leak in esxVI_HostCpuIdInfo_Free() (Matthias Bolte)
       esx: Fix MAC address formatting (Matthias Bolte)
@@ -442,8 +442,8 @@ and check the <a href="ChangeLog.html">ChangeLog</a> to gauge progress.</p>
     <h3>0.7.1: Sep 15 2009</h3>
     <ul>
       <li>New features:
-        Add support for encrypted (qcow) volume creation. (Miloslav Trmač),
-        Secret manipulation public API (Miloslav Trmač),
+        Add support for encrypted (qcow) volume creation. (Miloslav Trmač),
+        Secret manipulation public API (Miloslav Trmač),
         Multipath storage support module (Dave Allan),
         VBox add Storage Volume support (Pritesh Kothari),
         Support configuration of huge pages in guests (Daniel P. Berrange),
@@ -525,12 +525,12 @@ and check the <a href="ChangeLog.html">ChangeLog</a> to gauge progress.</p>
         Fix UUID handling in secrets/storage encryption APIs (Daniel P. Berrange),
         Save vcpuinfo in status file (Daniel P. Berrange),
         Restart libvirtd upon RPM upgrade (Daniel P. Berrange),
-        Add support for qcow encrypted volumes to qemu. (Miloslav Trmač),
-        Provide missing passphrase when creating a volume. (Miloslav Trmač),
-        Add virsh commands for secrets APIs (Miloslav Trmač),
-        Local file implementation of secret driver API (Miloslav Trmač),
-        Mask out flags used internally for virSecretGetValue (Miloslav Trmač),
-        Add <usage> to <secret> docs (Miloslav Trmač),
+        Add support for qcow encrypted volumes to qemu. (Miloslav Trmač),
+        Provide missing passphrase when creating a volume. (Miloslav Trmač),
+        Add virsh commands for secrets APIs (Miloslav Trmač),
+        Local file implementation of secret driver API (Miloslav Trmač),
+        Mask out flags used internally for virSecretGetValue (Miloslav Trmač),
+        Add <usage> to <secret> docs (Miloslav Trmač),
         also allow use of XZ for Qemu image compression (Jim Meyering),
         Support relabelling of USB and PCI devices (Daniel P. Berrange),
         Add helper APIs for iterating over PCI device resource files (Daniel P. Berrange),
@@ -557,16 +557,16 @@ and check the <a href="ChangeLog.html">ChangeLog</a> to gauge progress.</p>
         Generic parsing support for video acceleration (Pritesh Kothari),
         VMware ESX: Allow ethernet address type 'vpx' (Matthias Bolte),
         Support for getting/setting number of cpus in VBox (Pritesh Kothari),
-        Make handling of monitor prompts more general. (Miloslav Trmač),
-        Attach encryption information to virDomainDiskDef. (Miloslav Trmač),
-        Recognize encryption format of qcow volumes. (Miloslav Trmač),
-        Attach encryption information to virStorageVolDef. (Miloslav Trmač),
-        Add volume encryption information handling. (Miloslav Trmač),
-        Secret manipulation API docs refresh and wire up python generator (Miloslav Trmač),
-        Secret manipulation remote client (Miloslav Trmač),
-        Secret manipulation libvirtd wire protocol and remote dispatcher (Miloslav Trmač),
-        Secret manipulation public API implementation (Miloslav Trmač),
-        Secret manipulation internal API (Miloslav Trmač),
+        Make handling of monitor prompts more general. (Miloslav Trmač),
+        Attach encryption information to virDomainDiskDef. (Miloslav Trmač),
+        Recognize encryption format of qcow volumes. (Miloslav Trmač),
+        Attach encryption information to virStorageVolDef. (Miloslav Trmač),
+        Add volume encryption information handling. (Miloslav Trmač),
+        Secret manipulation API docs refresh and wire up python generator (Miloslav Trmač),
+        Secret manipulation remote client (Miloslav Trmač),
+        Secret manipulation libvirtd wire protocol and remote dispatcher (Miloslav Trmač),
+        Secret manipulation public API implementation (Miloslav Trmač),
+        Secret manipulation internal API (Miloslav Trmač),
         Add test for recently fixed crash with latest XenD (Daniel P. Berrange),
         Don't expose 'vnet%d' to the user (Mark McLoughlin),
         Maintain a list of active PCI hostdevs and use it in pciResetDevice() (Mark McLoughlin),
@@ -585,7 +585,7 @@ and check the <a href="ChangeLog.html">ChangeLog</a> to gauge progress.</p>
         Remove accidentally added UUID re-definition in storage schema (Daniel P. Berrange),
         ESX cleanup of CPU model strings (Matthias Bolte),
         Fix use of dlopen modules (Daniel P. Berrange),
-        Consolidate "cont" into qemudMonitorSendCont() (Miloslav Trmač),
+        Consolidate "cont" into qemudMonitorSendCont() (Miloslav Trmač),
         Cleanup sec driver error reporting to use virReportSystemError (Daniel P. Berrange),
         Port QEMU driver to use USB/PCI device helpers (Daniel P. Berrange),
         Simplify and fix qemudCanonicalizeMachine() (Mark McLoughlin),
@@ -600,8 +600,8 @@ and check the <a href="ChangeLog.html">ChangeLog</a> to gauge progress.</p>
         openvz_conf.c: remove dead store to "p"; use strchrnul (Jim Meyering),
         Remove some tabs used for indent (Daniel Veillard),
         Updated a number of localizations and regenerated (Daniel Veillard),
-        Add a missing comment (Miloslav Trmač),
-        Fix a pasto in storage_encryption_conf.c (Miloslav Trmač),
+        Add a missing comment (Miloslav Trmač),
+        Fix a pasto in storage_encryption_conf.c (Miloslav Trmač),
         xm_internal.c: remove four useless comparisons after strchr (Jim Meyering),
         xm_internal.c: remove dead increment of "data" (Jim Meyering),
         network_driver.c: remove dead store to "err" (Jim Meyering),
@@ -642,7 +642,7 @@ and check the <a href="ChangeLog.html">ChangeLog</a> to gauge progress.</p>
         Misc fixes to secrets API code (Daniel P. Berrange),
         Only add glusterfs dep for Fedora >= 11 (Daniel P. Berrange),
         Remove redundant base64 include file (Daniel P. Berrange),
-        Don't assume buffered output echoes the command. (Miloslav Trmač),
+        Don't assume buffered output echoes the command. (Miloslav Trmač),
         Update chinese, polish and spanish localizations (Daniel Veillard),
         OpenVZ: accept NULL as type for GetMaxVCPUs. (Chris Lalancette),
         Remove use of strncpy in qemudExtractMonitorPath. (Chris Lalancette),
@@ -688,7 +688,7 @@ and check the <a href="ChangeLog.html">ChangeLog</a> to gauge progress.</p>
       Matthias Bolte to AUTHORS list (Daniel Veillard), doc: clone+build
       instructions (Jim Meyering), docs: say that the old repository
       is deprecated... (Jim Meyering), document tcp listen and raw
-      wire option (Guido Günther), Fix docs and code disagreements
+      wire option (Guido Günther), Fix docs and code disagreements
       for character devices. (Cole Robinson), Fix documentation of
       virStoragePoolUndefine return (Thomas Treutner), Fix gitweb link on
       download page. (Cole Robinson), update download informations after
@@ -998,10 +998,10 @@ and check the <a href="ChangeLog.html">ChangeLog</a> to gauge progress.</p>
           docs for XML conversion APIs (Daniel Berrange), inconsistencies
           in storage volume docs and schemas (Ryota Ozaki)</li>
       <li>Bug fixes: fix hostdev managed handling (Mark McLoughlin),
-          lxc_controller should not cash without args (Guido Gunther),
-          bug fixes in I/O routines (Guido Gunther), fix migrationsave/restore
+          lxc_controller should not cash without args (Guido Günther),
+          bug fixes in I/O routines (Guido Günther), fix migrationsave/restore
           for QEmu 0.10.0 (Daniel Berrange), avoid crash on VBox init
-          (Guido Gunther), fix dev and cgroup init in LXC (Ryota Ozaki),
+          (Guido Günther), fix dev and cgroup init in LXC (Ryota Ozaki),
           QEmu startup fix (Cole Robinson), block node reboots from LXCs (Ryota
           Ozaki), QEmu argv detection fix for recent kvm (Daniel Berrange),
           fix watch/timer event deletion (Daniel Berrange), fix XML escaping
@@ -1061,7 +1061,7 @@ and check the <a href="ChangeLog.html">ChangeLog</a> to gauge progress.</p>
       <li>Improvements: add SCSI storage rescan (David Allan), rootless
           LXC containers support improvements (Serge Hallyn), getHostname
           support for LXC (Dan Smith), cleanup and logging output of some
-          domain functions (Guido Günther), drop pool lock when allocating
+          domain functions (Guido Günther), drop pool lock when allocating
           volumes (Cole Robinson), LXC handle kernel without CLONE_NEWUSER
           support (Serge Hallyn), cpu pinning on defined Xen domains (Takahashi
           Tomohiro), dynamic bridge names support (Soren Hansen), LXC use
@@ -1069,7 +1069,7 @@ and check the <a href="ChangeLog.html">ChangeLog</a> to gauge progress.</p>
           virNodeDeviceCreateXML and virNodeDeviceDestroy entry points
           (Dave Allan)</li>
       <li>Cleanups: don't hardcode getgrnam_r buffer to 1024 bytes (Guido
-          Günther), qemudBuildCommandLine API cleanup (Daniel Berrange),
+          Günther), qemudBuildCommandLine API cleanup (Daniel Berrange),
           </li>
     </ul>
     <h3>0.6.2: Apr  3 2009</h3>
@@ -1138,15 +1138,15 @@ and check the <a href="ChangeLog.html">ChangeLog</a> to gauge progress.</p>
           to avoid crashes (Daniel Berrange), mark defined network descriptions
           as persistent (Cole Robinson), qemu+tls handshake negotiation hang
           (Chris Lalancette)</li>
-      <li>Improvements: don't hardcode ssh port (Guido Günther), new test
+      <li>Improvements: don't hardcode ssh port (Guido Günther), new test
           cases and testing infrastructure (Jim Meyering), improve the
           SExpr parser (John Levon), proper error reporting on xend
           shutdown command (John Levon), proper handling of errors when
-          saving QEmu domains state (Guido Günther), revamp of the internal
+          saving QEmu domains state (Guido Günther), revamp of the internal
           error memory APIs (John Levon), better virsh error reporting (John
           Levon), more daemon options to allow running multiple daemons (Jim
-          Meyering), error handling when creating a QEmu domain (Guido Günther),
-          fix timeouts in QEmu log reading (Guido Günther), migration with
+          Meyering), error handling when creating a QEmu domain (Guido Günther),
+          fix timeouts in QEmu log reading (Guido Günther), migration with
           xend 3.3 fixes (John Levon), virsh XML dump flags cleanup (Cole
           Robinson), fix build with loadable drivers (Maximilian Wilhelm),
           internal XML APIs to read long long and hexa values (Mark
@@ -1160,7 +1160,7 @@ and check the <a href="ChangeLog.html">ChangeLog</a> to gauge progress.</p>
           (Jim Meyering), many error handling cleanups (Jim Meyering), XML
           module cleanups (Mark McLoughlin), compiler warning (Maximilian
           Wilhelm), daemon TCP listen cleanup (Cole Robinson), size_t type
-          cleanup (Guido Günther), parallel make fix (Michael Marineau),
+          cleanup (Guido Günther), parallel make fix (Michael Marineau),
           storage error diagnostic fix (Ryota Ozaki), remove redundant monitor
           watch variable (Cole Robinson), qemu AttachDevice error report
           improvement (Cole Robinson), virsh output cleanup (Jim Meyering),
@@ -1172,7 +1172,7 @@ and check the <a href="ChangeLog.html">ChangeLog</a> to gauge progress.</p>
     <ul>
       <li>New features: thread safety of the API and event handling (Daniel
           Berrange), allow QEmu domains to survive daemon restart (Guido
-          Günther), extended logging capabilities, support copy-on-write
+          Günther), extended logging capabilities, support copy-on-write
           storage volumes (Daniel Berrange), support of storage cache
           control options for QEmu/KVM (Daniel Berrange)</li>
       <li>Portability: fix old DBus API problem, Debian portability fix
@@ -1184,14 +1184,14 @@ and check the <a href="ChangeLog.html">ChangeLog</a> to gauge progress.</p>
           solaris Xen fixes (John Levon), RPC portability to Solaris (Daniel
           Berrange)</li>
       <li>Documentation: typo fixes (Richard Jones), logging support,
-          vnc keymap attributes (Guido Günther), HACKING file updates
+          vnc keymap attributes (Guido Günther), HACKING file updates
          (Jim Meyering), new PCI passthrough format, libvirt-qpid and
          UML driver documentation (Daniel Berrange), provide RNG schemas
          for all XML formats used in libvirt APIs (Daniel Berrange), </li>
       <li>Bug fixes: segfault on virtual network without bridge name (Cole
           Robinson), various locking fixes (Cole Robinson), fix serial
-          and parallel devices on tcp/unix/telnet (Guido Günther), leak
-          in daemon (Jim Meyering), storage driver segfault (Miloslav TrmaC),
+          and parallel devices on tcp/unix/telnet (Guido Günther), leak
+          in daemon (Jim Meyering), storage driver segfault (Miloslav Trmač),
           missing check in read-only connections (Daniel Berrange),
           OpenVZ crash and mutex fixes (Anton Protopopov), couple of
           daemon bug fixes (John Levon), OpenVZ MAC addresses generation
@@ -1206,15 +1206,15 @@ and check the <a href="ChangeLog.html">ChangeLog</a> to gauge progress.</p>
       <li>Improvements: driver infrastructure and locking (Daniel Berrange),
           Test driver infrastructure (Daniel Berrange), parallelism in the
           daemon and associated config (Daniel Berrange), virsh help cleanups
-          (Jim Meyering), logrotate daemon logs (Guido Günther), more
+          (Jim Meyering), logrotate daemon logs (Guido Günther), more
           regression tests (Jim Meyering), QEmu SDL graphics (Itamar Heim),
           add --version flag to daemon (Dave Allan), memory consumption
           cleanup (Dave Allan), QEmu pid file and XML states for daemon
-          restart (Guido Günther), gnulib updates (Jim Meyering and
+          restart (Guido Günther), gnulib updates (Jim Meyering and
           Dan Berrange), PCI passthrough for KVM (Jason Krieg), generic
           internal thread API (Daniel Berrange), RHEL-5 specific Xen
           configure option and code (Markus Armbruster), save domain
-          state as string in status file (Guido Günther), add locking
+          state as string in status file (Guido Günther), add locking
           to all API entry points (Daniel Berrange), new ref counting APIs
           (Daniel Berrange), IP address for Xen bridges (John Levon),
           driver format for disk file types (Daniel Berrange), improve
@@ -1227,15 +1227,15 @@ and check the <a href="ChangeLog.html">ChangeLog</a> to gauge progress.</p>
           (Jim Meyering), gethostby* cleanup and test (Jim Meyering), some
            code fixes (Dave Allan), various code cleanup (Jim Meyering),
            virsh argument handling cleanup (Jim Meyering), virAsprintf
-           cleanup replacement (Guido Günther), QEmu monitor reads (Cole
-           Robinson), Makefile cleanups (Guido Günther), Xen code cleanups
+           cleanup replacement (Guido Günther), QEmu monitor reads (Cole
+           Robinson), Makefile cleanups (Guido Günther), Xen code cleanups
            (John Levon), revamp of ELF export scripts (John Levon), domain
            event callback args (John Levon), enforce use of pid_t (John Levon),
            virsh pool-*-as XML code merge (Cole Robinson), xgettext warnings
-           (Jim Meyering), add virKillProcess (Guido Günther), add
+           (Jim Meyering), add virKillProcess (Guido Günther), add
            virGetHostname (David Lutterkort), add flags argument to the full
-           XML parsing stack (Guido Günther), various daemon code cleanups
-           (Guido Günther), handling of daemon missing config file (Jim
+           XML parsing stack (Guido Günther), various daemon code cleanups
+           (Guido Günther), handling of daemon missing config file (Jim
            Meyering), rpcgen invocation cleanup (Richard Jones), devhelp
            builkd makefile cleanups (John Levon), update error handling for
            threading (Daniel Berrange), remove all non-rentrant POSIX calls
@@ -1255,7 +1255,7 @@ and check the <a href="ChangeLog.html">ChangeLog</a> to gauge progress.</p>
       <li>Bug fixes: add a delay in storage backend for disks to show up
           (Chris Lalancette), fix parsing for CDRom device with no source
           (Daniel Berrange), use xenstore to list domains to avoid some
-          bugs (Guido Günther), remove a leak in xen inotify code (Daniel
+          bugs (Guido Günther), remove a leak in xen inotify code (Daniel
           Berrange), UML driver freeing of uninitialialized variable (Ron
           Yorston), fix UML inotify code (Daniel Berrange), crash when
           adding storage without a format (Cole Robinson)</li>
@@ -1263,8 +1263,8 @@ and check the <a href="ChangeLog.html">ChangeLog</a> to gauge progress.</p>
           max memory (Jim Fehlig), allow remote://hostname/ URI for automatic
           probe of hypervisors (Daniel Berrange), fix daemon configuration
           regression testing (Jim Meyering ), check /usr/bin/kvm for QEmu
-          driver init (Guido Günther), proper active vs. inactive
-          differentiation (Guido Günther), improve MTU setting on tap
+          driver init (Guido Günther), proper active vs. inactive
+          differentiation (Guido Günther), improve MTU setting on tap
           interfaces (Eduardo Habkost), increase timeout for initial QEmu
           monitor poll (Cole Robinson)</li>
       <li>Cleanups:fix improper initialisations (Jim Meyering)</li>
@@ -1272,11 +1272,11 @@ and check the <a href="ChangeLog.html">ChangeLog</a> to gauge progress.</p>
     <h3>0.5.0: Nov 25 2008</h3>
     <ul>
       <li>New features: CPU and scheduler support for LXC (Dan Smith), SDL display configuration (Daniel Berrange), domain lifecycle event support for QEmu and Xen with python bindings (Ben Guthro and Daniel Berrange), KVM/QEmu migration support (Rich Jones and Chris Lalancette), User Mode Linux driver (Daniel Berrange), API for node device enumeration using HAL and DeviceKit with python bindings (David Lively), </li>
-      <li>Portability: RHEL build fixes, VPATH build (Guido Gunther), many MinGW related cleanups and fixes (Richard Jones), compilation without libvirtd (Richard Jones), Add a Windows icon (Richard Jones), sys/poll.h portability fixes (Daniel Berrange), gnulib and mingw cleanups (Jim Meyering), </li>
+      <li>Portability: RHEL build fixes, VPATH build (Guido Günther), many MinGW related cleanups and fixes (Richard Jones), compilation without libvirtd (Richard Jones), Add a Windows icon (Richard Jones), sys/poll.h portability fixes (Daniel Berrange), gnulib and mingw cleanups (Jim Meyering), </li>
       <li>Documentation: virsh man page cleanups (Mark McLoughlin), doc for NIC model selection (Richard Jones), monitoring section, link to AMQP bindings, inew APIs, UML driver docs (Daniel Berrange), </li>
-      <li>Bug fixes: Xen interfaces ordering (Jim Fehlig), startup timeout with multiple pty (Cole Robinson), segfault if QEmu without active virtual network (Cole Robinson), qemu small leak (Eduardo Habkost), index creation for more than 26 disks (Sanjay Rao and Chris Wright), virRealloc handling of 0 (Daniel Berrange), missing pointer initialization (Chris Lalancette), bus device index bug (Guido Günther), avoid crash in some error patch (Chris Lalancette), fix a problem in storage back-end (Chris Lalancette), minimum domain memory size check for Xen (Shigeki Sakamoto), switch off QEmu cache if device is shared (Charles Duffy), logical volume definition before scan bug (Chris Lalancette), a couple of memory leaks on QEmu vnc (Jim Meyering), lvs parsing fixes (Cole Robinson),</li>
-      <li>Improvements: LXC resources control and internal cgroup API (Dan Smith), virDomainCreateLinux renamed virDomainDefineXML, network driver modularization (Daniel Berrange), change the way domain and net are reported in errors (Jim Meyering), partition table scan on iSCSI (Chris Lalancette), qemudDiskDeviceName to handle normal disks (Guido Günther), qemudDomainBlockStats improvement (Guido Günther), scsi/virtio hotplug support for KVM (Guido Günther), USB hot addition in QEmu (Guido Günther), logical pool and storage backend XML dump improvement (Chris Lalancette), MAC addresses prefix per driver (Daniel Berrange), OpenVZ getVersion support (Daniel Berrange), hot removal of scsi/virtio disks for KVM (Guido Günther), test storage driver (Cole Robinson), iSCSI and disk storage driver improvement on path handling (Chris Lalancette), UUID and ID support for Xenner (Daniel Berrange), better logging when when executing commands (Cole Robinson), bridged network for OpenVZ (Daniel Berrange), OpenVZ config file params (Evgeniy Sokolov), allow to build drivers as libtool convenience libs (Daniel Berrange), fully versioned linker script for exported ABI (Daniel Berrange), Push URI probing down into drivers open (Daniel Berrange), move all stateful drivers into the daemon binary (Daniel Berrange), improve domain event with a detail field (Daniel Berrange), domain events for QEMU driver (Daniel Berrange), event unregister callback crash (David Lively), plug a few leaks (Daniel Berrange), internal APIs for handling node device XML config (David Lively), tweaks to node device implementation (Daniel Berrange), OpenVZ vCPUs values init (Evgeniy Sokolov)</li>
-      <li>Cleanups: C99 initializers (Guido Gunther), test output (Cole Robinson), debug macro centralization (Cole Robinson), various error handling (Guido Günther), safewrite use cleanup (Jim Meyering), centralize error reporting logic (Cole Robinson), avoid printf warnings (Daniel Berrange), use arrays instead of list for internal APIs (Daniel Berrange), remove many format string warnings Jim Meyering), avoid syntax check warnings (Chris Lalancette), improve po-check and list generation (Jim Meyering), .gitignore generation and handling (Jim Meyering), use ARRAY_CARDINALITY (Jim Meyering), gnulib updates and switch to use netdb.h (Jim Meyering), drop usage of socket_errno (Jim Meyering), remove socketcompat.h (Jim Meyering), more tests (Jim Meyering), drop virStringList (Daniel Berrange), reformatting and isolation of the error APIs (Daniel Berrange), cleanup internal.h and move internal APIs in specific headers (Daniel Berrange), move domain events helpers into domain_events.c (Daniel Berrange), cleanup the way optional modules are compiled (Daniel Berrange), add new logging module, optional dlopen of drivers (Daniel Berrange), various new tests (Jim Meyering), cleanups when Xen is not configured in (Daniel Berrange), add some missing functions comments (Jim Meyering),</li>
+      <li>Bug fixes: Xen interfaces ordering (Jim Fehlig), startup timeout with multiple pty (Cole Robinson), segfault if QEmu without active virtual network (Cole Robinson), qemu small leak (Eduardo Habkost), index creation for more than 26 disks (Sanjay Rao and Chris Wright), virRealloc handling of 0 (Daniel Berrange), missing pointer initialization (Chris Lalancette), bus device index bug (Guido Günther), avoid crash in some error patch (Chris Lalancette), fix a problem in storage back-end (Chris Lalancette), minimum domain memory size check for Xen (Shigeki Sakamoto), switch off QEmu cache if device is shared (Charles Duffy), logical volume definition before scan bug (Chris Lalancette), a couple of memory leaks on QEmu vnc (Jim Meyering), lvs parsing fixes (Cole Robinson),</li>
+      <li>Improvements: LXC resources control and internal cgroup API (Dan Smith), virDomainCreateLinux renamed virDomainDefineXML, network driver modularization (Daniel Berrange), change the way domain and net are reported in errors (Jim Meyering), partition table scan on iSCSI (Chris Lalancette), qemudDiskDeviceName to handle normal disks (Guido Günther), qemudDomainBlockStats improvement (Guido Günther), scsi/virtio hotplug support for KVM (Guido Günther), USB hot addition in QEmu (Guido Günther), logical pool and storage backend XML dump improvement (Chris Lalancette), MAC addresses prefix per driver (Daniel Berrange), OpenVZ getVersion support (Daniel Berrange), hot removal of scsi/virtio disks for KVM (Guido Günther), test storage driver (Cole Robinson), iSCSI and disk storage driver improvement on path handling (Chris Lalancette), UUID and ID support for Xenner (Daniel Berrange), better logging when when executing commands (Cole Robinson), bridged network for OpenVZ (Daniel Berrange), OpenVZ config file params (Evgeniy Sokolov), allow to build drivers as libtool convenience libs (Daniel Berrange), fully versioned linker script for exported ABI (Daniel Berrange), Push URI probing down into drivers open (Daniel Berrange), move all stateful drivers into the daemon binary (Daniel Berrange), improve domain event with a detail field (Daniel Berrange), domain events for QEMU driver (Daniel Berrange), event unregister callback crash (David Lively), plug a few leaks (Daniel Berrange), internal APIs for handling node device XML config (David Lively), tweaks to node device implementation (Daniel Berrange), OpenVZ vCPUs values init (Evgeniy Sokolov)</li>
+      <li>Cleanups: C99 initializers (Guido Günther), test output (Cole Robinson), debug macro centralization (Cole Robinson), various error handling (Guido Günther), safewrite use cleanup (Jim Meyering), centralize error reporting logic (Cole Robinson), avoid printf warnings (Daniel Berrange), use arrays instead of list for internal APIs (Daniel Berrange), remove many format string warnings Jim Meyering), avoid syntax check warnings (Chris Lalancette), improve po-check and list generation (Jim Meyering), .gitignore generation and handling (Jim Meyering), use ARRAY_CARDINALITY (Jim Meyering), gnulib updates and switch to use netdb.h (Jim Meyering), drop usage of socket_errno (Jim Meyering), remove socketcompat.h (Jim Meyering), more tests (Jim Meyering), drop virStringList (Daniel Berrange), reformatting and isolation of the error APIs (Daniel Berrange), cleanup internal.h and move internal APIs in specific headers (Daniel Berrange), move domain events helpers into domain_events.c (Daniel Berrange), cleanup the way optional modules are compiled (Daniel Berrange), add new logging module, optional dlopen of drivers (Daniel Berrange), various new tests (Jim Meyering), cleanups when Xen is not configured in (Daniel Berrange), add some missing functions comments (Jim Meyering),</li>
     </ul>
     <h3>0.4.6: Sep 23 2008</h3>
     <ul>
@@ -1288,7 +1288,7 @@ and check the <a href="ChangeLog.html">ChangeLog</a> to gauge progress.</p>
           OpenVZ (Evgeniy Sokolov), fix parsing of pool without a source
           (Chris Lalancette and Daniel Berrange)</li>
       <li>Improvements: add storage disk volume delete (Cole Robinson),
-          KVM dynamic max CPU detection (Guido Günther), spec file improvement
+          KVM dynamic max CPU detection (Guido Günther), spec file improvement
           for minimal builds (Ben Guthro), improved error message in XM
           configuration module (Richard Jones), network config in OpenVZ
           support (Evgeniy Sokolov), enable stopping a pool in logical
@@ -1303,7 +1303,7 @@ and check the <a href="ChangeLog.html">ChangeLog</a> to gauge progress.</p>
           unified XML domain and network parsing for all drivers (Daniel
           Berrange), OpenVZ features improvements (Evgeniy Sokolov),
           OpenVZ and Linux containers support now default, USB device
-          passthrough for QEmu/KVM (Guido Günther), storage pool source
+          passthrough for QEmu/KVM (Guido Günther), storage pool source
           discovery (David Lively)</li>
       <li>Portability: fixes for MinGW (Atsushi SAKAI and Daniel Berrange),
           detection of xen lib improvement (David Lively),
@@ -1315,7 +1315,7 @@ and check the <a href="ChangeLog.html">ChangeLog</a> to gauge progress.</p>
       <li>Documentation: various typo fixes (Anton Protopopov, Toth
           István, Atsushi SAKAI, Nguyen Anh Quynh),
           Java bindings docs, remove Xen centric
-          comments (Guido Günther), various typo in comments (Chris
+          comments (Guido Günther), various typo in comments (Chris
           Lalancette), docs and API comments fixes (Charles Duffy),
           how to contribute to open source link (Richard Jones),
           memory unit fixups (matthew chan)</li>
@@ -1325,14 +1325,14 @@ and check the <a href="ChangeLog.html">ChangeLog</a> to gauge progress.</p>
           in QEmu/KVM (Daniel Berrange), fix OpenVZ probe function (Evgeniy
           Sokolov), ID related lookup fixes in OpenVZ (Evgeniy Sokolov),
           pool cration for netfs (Cole Robinson), check for migrate support
-          with QEmu (Guido Günther), check against double create with QEmu
-          (Guido Günther), broken open failure detection in QEmu (Guido
-          Günther), UUID string conversions in QEmu (Guido Günther),
+          with QEmu (Guido Günther), check against double create with QEmu
+          (Guido Günther), broken open failure detection in QEmu (Guido
+          Günther), UUID string conversions in QEmu (Guido Günther),
           various small cleanup and bug fixes (Daniel Berrange), ID
           related fixes in the test driver (Daniel Berrange), better error
           reporting on XML parsing (Daniel Berrange), empty CD-ROM source
           device section (Chris Lalancette), avoid crashes for interface
-          without a name in QEmu (Guido Günther), provide the real
+          without a name in QEmu (Guido Günther), provide the real
           vncport (Charles Duffy), fix forward delay (Daniel Berrange),
           new VM state is initialized to be SHUTOFF (Daniel Berrange),
           virsh attach-disk bug fixes (Chris Lalancette), veth clash
@@ -1364,7 +1364,7 @@ and check the <a href="ChangeLog.html">ChangeLog</a> to gauge progress.</p>
           (Daniel Berrange), virsh "edit" command (Richard Jones), save
           UUID of OpenVZ domains (Evgeniy Sokolov), improve xen blocks
           statistics (Chris Lalancette), gnulib updates (Jim Meyering),
-          allow to add disk as USB devices (Guido Günther), LXC container
+          allow to add disk as USB devices (Guido Günther), LXC container
           process should survive libvirtd restarts (Daniel Berrange), allow
           to define static host domain configs, number of CPU used by
           OpenVZ domains (Evgeniy Sokolov), private root fs for LXC (Daniel
@@ -1496,9 +1496,9 @@ and check the <a href="ChangeLog.html">ChangeLog</a> to gauge progress.</p>
       driver (Cole Robinson), xen and hvm added to test driver capabilities
       (Cole Robinson)</li>
       <li>Code cleanup: remove unused getopt header (Jim Meyering), mark more
-      strings as translatable (Guido G&#xFC;nther and Jim Meyering), convert
+      strings as translatable (Guido Günther and Jim Meyering), convert
       error strings to something meaningful and translatable (Jim Meyering),
-      Linux Containers code cleanup, last error initializer (Guido G&#xFC;nther)</li>
+      Linux Containers code cleanup, last error initializer (Guido Günther)</li>
     </ul>
     <h3>0.4.1: Mar 3 2008</h3>
     <ul>
@@ -1514,7 +1514,7 @@ and check the <a href="ChangeLog.html">ChangeLog</a> to gauge progress.</p>
       preserve vif order from config files (Hiroyuki Kaguchi), invalid
       pointer access (Jim Meyering), virDomainGetXMLDesc flag handling,
       device name conversion on stats (Daniel Berrange), double mutex lock
-      (Daniel Berrange), config file reading crashes (Guido Guenther),
+      (Daniel Berrange), config file reading crashes (Guido Günther),
       xenUnifiedDomainSuspend bug (Marcus Meissner), do not crash if
       /sys/hypervisor/capabilities is missing (Mark McLoughlin),
       virHashRemoveSet bug (Hiroyuki Kaguchi), close-on-exec flag for
@@ -1523,7 +1523,7 @@ and check the <a href="ChangeLog.html">ChangeLog</a> to gauge progress.</p>
       MAC addresses checks (Shigeki Sakamoto and Richard Jones),
       allow to read non-seekable files (Jim Meyering)</li>
       <li>Improvements: Windows build (Richard Jones), KVM/QEmu shutdown
-      (Guido Guenther), catch virExec output on debug (Mark McLoughlin),
+      (Guido Günther), catch virExec output on debug (Mark McLoughlin),
       integration of iptables and lokkit (Mark McLoughlin), keymap
       parameter for VNC servers (Daniel Hokka Zakrisson), enable debug
       by default using VIR_DEBUG (Daniel Berrange), xen 3.2 fixes
@@ -1545,7 +1545,7 @@ and check the <a href="ChangeLog.html">ChangeLog</a> to gauge progress.</p>
       for RHEL4 (Daniel Berrange), CR/LF cleanups (Richard Jones),
       various automatic code check and associated cleanups (Jim Meyering),
       various memory leaks (Jim Meyering), fix compilation when building
-      without Xen (Guido Guenther), mark translatables strings (Jim Meyering),
+      without Xen (Guido Günther), mark translatables strings (Jim Meyering),
       use virBufferAddLit for constant strings (Jim Meyering), fix
       make distcheck (Jim Meyering), return values for python bindings (Cole
       Robinson), trailing blanks fixes (Jim Meyering), gcc-4.3.0 fixes
-- 
1.6.0.4





More information about the libvir-list mailing list