27 Oct
2020
27 Oct
'20
10:27 p.m.
On Tue, 27 Oct 2020 13:52:04 +0100 Boris Fiuczynski <fiuczy@linux.ibm.com> wrote:
Signed-off-by: Boris Fiuczynski <fiuczy@linux.ibm.com> --- NEWS.rst | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/NEWS.rst b/NEWS.rst index 5bd8ed1c91..2fef3f706c 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -13,6 +13,12 @@ v6.9.0 (unreleased)
* **New features**
+ * nodedev: Add support for channel subsystem (CSS) devices on S390 + + A CSS device is represented as a parent device of a CCW device. + This support allows to create vfio-ccw mediated devices with + ``virNodeDeviceCreateXML()``. + * qemu: Implement memory failure event
New event is implemented that is emitted whenever a guest encounters a
Reviewed-by: Cornelia Huck <cohuck@redhat.com>