From 62edbca6c4d0a5644b3fe3fede573094d179adaf Mon Sep 17 00:00:00 2001 From: Jim Fehlig Date: Mon, 5 Apr 2021 10:28:53 -0600 Subject: [PATCH] NEWS: Mention Xen support for domains with more than 4TB Signed-off-by: Jim Fehlig Reviewed-by: Andrea Bolognani --- NEWS.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index f295557ae1..0a34798483 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -13,6 +13,11 @@ v7.3.0 (unreleased) * **New features** + * xen: Support domains with more than 4TB + + The xen driver now supports domains with more than 4TB of memory with + xen >= 4.13. + * **Improvements** * **Bug fixes**