From: Peter Krempa Date: Fri, 25 Nov 2016 11:13:58 +0000 (+0100) Subject: docs: NEWS: Mention changes in memory slot number allocation X-Git-Tag: v2.5.0-rc1~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d91565e62b6eecf37cc73543c4b72dae7a5a092;p=thirdparty%2Flibvirt.git docs: NEWS: Mention changes in memory slot number allocation --- diff --git a/docs/news.html.in b/docs/news.html.in index 4a72bd9728..33db2f471f 100644 --- a/docs/news.html.in +++ b/docs/news.html.in @@ -34,6 +34,11 @@
  • qemu: Users can now enable debug logging for native gluster volumes in qemu using the "gluster_debug_level" option in qemu.conf
  • +
  • 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 +
  • Improvements