summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2018-08-06 19:53:28 +0200
committerGuido Günther <agx@sigxcpu.org>2018-08-06 19:53:28 +0200
commitf2f787149e8079f6ecbb05067e38809c0f1e1934 (patch)
treee13176a7c23392a90b50de8da127b5053a8aaf19 /NEWS
parentc2b3afcb78fa88936a69019203929c5e97aa457d (diff)
New upstream version 4.6.0
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS32
1 files changed, 32 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0340358b8..f861a78b1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,38 @@
libvirt releases
================
+# v4.6.0 (2018-08-06)
+
+ * New features
+
+ - qemu: Implement the HTM pSeries feature
+ Users can now decide whether HTM (Hardware Transactional Memory)
+ support should be available to the guest.
+
+ - qemu: Enable VNC console for mediated devices
+ Host devices now support a new atribute 'display' which can be used to
+ turn on frame buffer rendering on a vgpu mediated device instead of on
+ an emulated GPU, like QXL.
+
+ * Improvements
+
+ - qemu: Introduce a new video model of type 'none'
+ Introduce a new video model type that disables the automatic addition
+ of a video device to domains with 'graphics' specified in their XML.
+ This can be useful with GPU mediated devices which can serve as the
+ only rendering devices within the guest.
+
+ - virsh: Add --alias to attach-disk and attach-interface commands
+ Add option --alias to set customized device alias name when using
+ attach-disk or attach-interface commands.
+
+ - virsh: Support usb and sata address to attach-disk
+ Usb or sata address could be used when attach-disk with --address. For
+ example, use usb address as usb:<bus>.<port>, use sata address as
+ <controller>.<bus>.<unit>.
+
+ * Bug fixes
+
# v4.5.0 (2018-07-02)
* New features