news.html.in 5.4 KB
Newer Older
1 2 3
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
4 5 6
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  </head>
7
  <body>
A
Andrea Bolognani 已提交
8 9 10 11 12
    <h1>Releases</h1>
    <p>This is the list of official releases for libvirt, along with an
    overview of the changes introduced by each of them.</p>
    <p>For a more fine-grained view, use the
    <a href="http://libvirt.org/git/?p=libvirt.git;a=log">git log</a>.
A
Andrea Bolognani 已提交
13
    </p>
D
Daniel Veillard 已提交
14

A
Andrea Bolognani 已提交
15
    <h3>v3.0.0 (<i>unreleased</i>)</h3>
16 17
    <ul>
      <li><strong>New features</strong>
18 19 20 21 22 23
        <ul>
          <li>qemu: Support QEMU group I/O throttling<br/>
          Add the capability to allow group I/O throttling via a new
          domain &lt;disk&gt; &lt;iotune&gt; subelement "group_name"
          to allow sharing I/O throttling quota between multiple drives
          </li>
24 25 26 27
          <li>nss: Introduce <code>libvirt-guest</code><br/>
          New <code>libvirt-guest</code> nss module that translates libvirt
          guest names into IP addresses
          </li>
28 29 30 31 32
          <li>daemon: Add support for runtime logging settings adjustment<br/>
          Logging-related settings like log outputs and filters can now be
          adjusted during runtime using the admin interface without the
          necessity of the daemon's restart
          </li>
33
        </ul>
34 35
      </li>
      <li><strong>Improvements</strong>
36
        <ul>
37
          <li>perf: Add more perf statistics<br/>
38
          Add support to get the count of branch instructions
39
          executed, branch misses, bus cycles, stalled frontend
40 41
          cpu cycles, stalled backend cpu cycles, and ref cpu
          cycles by applications running on the platform
42 43
          </li>
        </ul>
44 45
      </li>
      <li><strong>Bug fixes</strong>
46 47 48 49 50 51 52 53
        <ul>
            <li>qemu: Correct GetBlockInfo values<br/>
            For an active domain, correct the physical value provided for
            a raw sparse file backed storage and the allocation value provided
            for a qcow2 file backed storage that hasn't yet been opened on
            the domain
          </li>
        </ul>
54 55 56
      </li>
    </ul>

57
    <h3>v2.5.0 (2016-12-04)</h3>
A
Andrea Bolognani 已提交
58
    <ul>
A
Andrea Bolognani 已提交
59 60 61 62 63 64 65 66
      <li><strong>New features</strong>
        <ul>
          <li>shmem: Add support for additional models<br/>
          The shmem device can now utilize QEMU's ivshmem-plain and
          ivshmem-doorbell, more modern versions of ivshmem
          </li>
          <li>vbox: Add VirtualBox 5.1 support
          </li>
67 68 69 70 71
          <li>libssh: New transport<br/>
          The new libssh transport allows one to connect to a running
          libvirtd via SSH, using the libssh library; for example:
          <tt>qemu+libssh://<i>server</i>/system</tt>
          </li>
72 73
          <li>vhost-scsi: Add support scsi_host hostdev passthrough<br/>
          Add the capability to pass through a scsi_host HBA and the
74
          associated LUNs to the guest
75
          </li>
76 77 78
          <li>qemu: Users can now enable debug logging for native gluster
          volumes in qemu using the "gluster_debug_level" option in qemu.conf
          </li>
79 80 81 82 83
          <li>memory hotplug: Slot numbers for memory devices are now
          automatically allocated and thus persistent. In addition slot numbers
          can be specified without providing a base address, which simplifies
          user configuration
          </li>
84 85 86 87 88 89 90 91 92
          <li>qemu: Express devices will be placed on PCIe bus by default<br/>
          For machine types that use a PCI Express root bus
          (e.g. x86_64/Q35 and aarch64/virt), any unaddressed PCI
          device that is an Express device (all virtio-1.0 devices,
          e1000e, nec-xhci, vfio assigned devices) will be placed on
          an Express controller (i.e. a pcie-root-port) instead of a
          legacy PCI controller (i.e. pci-bridge) with the root ports
          added as needed
          </li>
A
Andrea Bolognani 已提交
93 94
        </ul>
      </li>
A
Andrea Bolognani 已提交
95 96
      <li><strong>Improvements</strong>
        <ul>
J
Jiri Denemark 已提交
97 98
          <li>docs: Better documentation for migration APIs and flags
          </li>
99 100
          <li>vbox: Address thread safety issues
          </li>
101
          <li>virsh: Add support for passing an alternative persistent XML
A
Andrea Bolognani 已提交
102 103
          to migrate command
          </li>
A
Andrea Bolognani 已提交
104 105
          <li>vhostuser: Allow hotplug of multiqueue devices
          </li>
A
Andrea Bolognani 已提交
106 107 108 109
          <li>NEWS: Switch to an improved format<br/>
          List user-visible changes instead of single commits for a better
          high-level overview of differences between libvirt releases
          </li>
A
Andrea Bolognani 已提交
110 111 112 113 114
          <li>website: Modernize layout and branding<br/>
          The libvirt website looked very cluttered and outdated; it has now
          been completely overhauled, resulting in a design that's better
          organized and more pleasant to look at
          </li>
A
Andrea Bolognani 已提交
115 116
        </ul>
      </li>
A
Andrea Bolognani 已提交
117 118 119 120
      <li><strong>Bug fixes</strong>
        <ul>
          <li>vz: Fix migration in P2P mode
          </li>
121
          <li>Forbid newline character in names of some libvirt objects
122
          </li>
A
Andrea Bolognani 已提交
123 124
          <li>Fix compilation on macOS
          </li>
A
Andrea Bolognani 已提交
125 126
        </ul>
      </li>
A
Andrea Bolognani 已提交
127 128 129 130 131 132 133
    </ul>

    <p>Releases earlier than v2.5.0 detailed their changes using a different
    format and as such are excluded from the list above.
    You can read about those older release, starting from those made in
    <a href="news-2016.html">2016</a>.
    </p>
134

135 136
  </body>
</html>