From bc4d4cb8f832d5a058723019ada45a0b39955c67 Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Apr 01 2019 06:34:02 +0000 Subject: news: Update for 5.2.0 release Signed-off-by: Andrea Bolognani Acked-by: Michal Privoznik --- diff --git a/docs/news.xml b/docs/news.xml index 2067830..fcf8520 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -148,8 +148,45 @@ tables are not required. + + + Don't default to building the QEMU driver + + + Historically, the QEMU driver has been special in that it was + enabled by default, with the option to explicitly opt-out of it; + starting now, we're enabling it opportunistically if we detect that + all requirements are available, just like we do with other drivers. + +
+ + + virt-host-validate: Fix IOMMU check on s390x + + + + + qemu: Allow creating pSeries guests with graphics and no USB mouse + + + It's now possible to prevent libvirt from automatically adding a + USB mouse to pSeries guests by including a USB tablet in the input + XML: doing so is desiderable as using a tablet results in a much + better user experience when working with GUIs. + + + + + qemu: Set $HOME and XGD variables for qemu:///system guests + + + This avoids files being accidentally created under / or + the guests not being able to start because they lack the necessary + permissions to write to that location. + +