From 521cd72b1013278aa1cdadbe698d543be9683f7e Mon Sep 17 00:00:00 2001 From: Moshe Levi Date: Mon, 26 Dec 2016 09:02:10 +0200 Subject: [PATCH] Add release note to PCI passthrough whitelist regex support Change-Id: I02b32f0e601670c470bccea7c276c3f1c70066f3 --- ...passthrough-whitelist-regex-support-5004c5db4fbe09c8.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 releasenotes/notes/pci-passthrough-whitelist-regex-support-5004c5db4fbe09c8.yaml diff --git a/releasenotes/notes/pci-passthrough-whitelist-regex-support-5004c5db4fbe09c8.yaml b/releasenotes/notes/pci-passthrough-whitelist-regex-support-5004c5db4fbe09c8.yaml new file mode 100644 index 000000000000..f11c7ff469ad --- /dev/null +++ b/releasenotes/notes/pci-passthrough-whitelist-regex-support-5004c5db4fbe09c8.yaml @@ -0,0 +1,5 @@ +--- +features: + - Enhance pci.passthrough_whitelist to support regular expression syntax. + The 'address' field can be regular expression syntax. + The old pci.passthrough_whitelist, glob sytnax, is still valid config. \ No newline at end of file