On Thu, Mar 01, 2018 at 05:02:55PM +0100, Peter Krempa wrote:
On Thu, Mar 01, 2018 at 15:26:48 +0100, Erik Skultety wrote:
> On Thu, Mar 01, 2018 at 02:08:29PM +0100, --help wrote:
> > Signed-off-by: --help <mprivozn(a)redhat.com>
> > ---
> > docs/news.xml | 102
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> > 1 file changed, 102 insertions(+)
>
> I think it might be worth mentioning the following bug fix as well:
>
> diff --git a/docs/news.xml b/docs/news.xml
> index 53bf9a49c..04318ca16 100644
> --- a/docs/news.xml
> +++ b/docs/news.xml
> @@ -186,6 +186,18 @@
> have deadlocked.
> </description>
> </change>
> + <change>
> + <summary>
> + nodedev: Update PCI mdev capabilities dynamically
> + </summary>
> + <description>
> + PCI devices may have other nested capabilities, like SRIOV and mdev
> + which depend on the device being plugged into the native vendor
> + driver. However, in case such a device is directly assigned to a guest
> + using VFIO driver, the device will naturally loose these capabilities
> + and libvirt needs to reflect that.
> + </description>
> + </change>
> </section>
> </release>
> <release version="v4.0.0" date="2018-01-19">
News don't really have to be updated in a single change so you can
propose this as a patch yourself.
Or he can just squash it in if there's not an issue with the wording itself,
since the update hasn't been pushed yet. I really don't know what the purpose of
this bikeshed was.
Erik