From 6dd3679603f6ce1bae1e1b365731aacf427911a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Date: Fri, 27 Apr 2018 16:27:26 +0100 Subject: [PATCH] Revert "news: Update the news file with the log filter wildcard improvement" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 209d4d6f42a01829c68ef54b042a0c53ef0b22d3. The wildcard feature has been temporarily removed pending re-impl. Signed-off-by: Daniel P. Berrangé --- docs/news.xml | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/docs/news.xml b/docs/news.xml index bea3368f67..caeda159a8 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -80,28 +80,6 @@ supported. In fact, kernel has been supporting this since 4.10. - - - logging: Introduce wildcard to log filters - - - 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. - - - - - qemu: Optionally disable ROM loading for PCI devices - - - The enabled attribute of the rom - sub-element, usable for PCI devices, can be used for situations - where loading a PCI ROM is not desiderable. - -