diff mbox series

[for-4.15,2/7] CHANGELOG.md: xl PCI configuration doc, xenstore MTU entries

Message ID 20210401133827.362216-2-george.dunlap@citrix.com (mailing list archive)
State New, archived
Headers show
Series [for-4.15,1/7] CHANGELOG.md: Mention XEN_SCRIPT_DIR | expand

Commit Message

George Dunlap April 1, 2021, 1:38 p.m. UTC
Signed-off-by: George Dunlap <george.dunlap@citrix.com>
---
CC: Paul Durrant <paul@xen.org>
CC: Ian Jackson <ian.jackson@citrix.com>
CC: Wei Liu <wl@xen.org>
---
 CHANGELOG.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Durrant, Paul April 1, 2021, 3:30 p.m. UTC | #1
On 01/04/2021 14:38, George Dunlap wrote:
> Signed-off-by: George Dunlap <george.dunlap@citrix.com>
> ---
> CC: Paul Durrant <paul@xen.org>
> CC: Ian Jackson <ian.jackson@citrix.com>
> CC: Wei Liu <wl@xen.org>

Reviewed-by: Paul Durrant <paul@xen.org>

> ---
>   CHANGELOG.md | 3 ++-
>   1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/CHANGELOG.md b/CHANGELOG.md
> index f7ce6682b9..086a0e50d0 100644
> --- a/CHANGELOG.md
> +++ b/CHANGELOG.md
> @@ -15,6 +15,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
>    - Switched MSR accesses to deny by default policy.
>    - Intel Processor Trace support (Tech Preview)
>    - Named PCI devices for xl/libxl
> + - Improved documentation for xl PCI configuration format
>    - Support for zstd-compressed dom0 (x86) and domU kernels
>    - Library improvements from NetBSD ports upstreamed
>    - CI loop: Add Alpine Linux, Ubuntu Focal targets; drop CentOS 6
> @@ -23,7 +24,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
>    - x86: Allow domains to use AVX-VNNI instructions
>    - Factored out HVM-specific shadow code, improving code clarity and reducing the size of PV-only hypervisor builds
>    - Added XEN_SCRIPT_DIR configuration option to specify location for Xen scripts, rather than hard-coding /etc/xen/scripts
> -
> + - xennet: Documented a way for the backend (or toolstack) to specify MTU to the frontend
>   
>   ### Removed / support downgraded
>   
>
diff mbox series

Patch

diff --git a/CHANGELOG.md b/CHANGELOG.md
index f7ce6682b9..086a0e50d0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,6 +15,7 @@  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
  - Switched MSR accesses to deny by default policy.
  - Intel Processor Trace support (Tech Preview)
  - Named PCI devices for xl/libxl
+ - Improved documentation for xl PCI configuration format
  - Support for zstd-compressed dom0 (x86) and domU kernels
  - Library improvements from NetBSD ports upstreamed
  - CI loop: Add Alpine Linux, Ubuntu Focal targets; drop CentOS 6
@@ -23,7 +24,7 @@  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
  - x86: Allow domains to use AVX-VNNI instructions
  - Factored out HVM-specific shadow code, improving code clarity and reducing the size of PV-only hypervisor builds
  - Added XEN_SCRIPT_DIR configuration option to specify location for Xen scripts, rather than hard-coding /etc/xen/scripts
-
+ - xennet: Documented a way for the backend (or toolstack) to specify MTU to the frontend
 
 ### Removed / support downgraded