]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Revert "news: Update the news file with the log filter wildcard improvement"
authorDaniel P. Berrangé <berrange@redhat.com>
Fri, 27 Apr 2018 15:27:26 +0000 (16:27 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Fri, 27 Apr 2018 15:27:45 +0000 (16:27 +0100)
This reverts commit 209d4d6f42a01829c68ef54b042a0c53ef0b22d3.

The wildcard feature has been temporarily removed pending re-impl.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
docs/news.xml

index bea3368f6726e1ba1e3ced7344e99c7756af24a5..caeda159a88581d809d5c9d08ab33b661a434f98 100644 (file)
           supported. In fact, kernel has been supporting this since 4.10.
         </description>
       </change>
-      <change>
-        <summary>
-          logging: Introduce wildcard to log filters
-        </summary>
-        <description>
-          In an effort to deprecate the log_level variable in favour of the log
-          filters, introduce a wildcard filter, e.g. '1:*'. This change is most
-          noticeable during runtime using virt-admin, where the only way to
-          mimic the log_level's functionality has been to specify a number of
-          filters which can be a bit painful.
-        </description>
-      </change>
-      <change>
-        <summary>
-          qemu: Optionally disable ROM loading for PCI devices
-        </summary>
-        <description>
-          The <code>enabled</code> attribute of the <code>rom</code>
-          sub-element, usable for PCI devices, can be used for situations
-          where loading a PCI ROM is not desiderable.
-        </description>
-      </change>
     </section>
     <section title="Bug fixes">
       <change>