
On 03/16/2018 09:40 AM, John Ferlan wrote:
On 03/08/2018 11:07 AM, Farhan Ali wrote:
Document support for the virtio-gpu-ccw and virtio-{keyboard, mouse, tablet}-ccw devices.
Signed-off-by: Farhan Ali <alifm@linux.vnet.ibm.com> Reviewed-by: Boris Fiuczynski <fiuczy@linux.vnet.ibm.com> --- docs/news.xml | 10 ++++++++++ 1 file changed, 10 insertions(+)
Yay, Andrea will be happy someone who remembered news.xml ;-)
I try my best not to forget it ;)
diff --git a/docs/news.xml b/docs/news.xml index a51ca97..7eb71e3 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -35,6 +35,16 @@ <libvirt> <release version="v4.2.0" date="unreleased"> <section title="New features"> + <change> + <summary> + qemu: Provide virtio-gpu-ccw and virtio input ccw support
How about:
"Provide ccw address support for graphics and input devices"
John
Seems reasonable. Will update
+ </summary> + <description> + Support the virtio-gpu-ccw device as a video device and + virtio-{keyboard, mouse, tablet}-ccw devices as input devices + on S390. + </description> + </change> </section> <section title="Improvements"> <change>