diff mbox series

CHANGELOG: add hypervisor framework and Hyper-V support

Message ID 20200516115438.1740-1-wl@xen.org (mailing list archive)
State New, archived
Headers show
Series CHANGELOG: add hypervisor framework and Hyper-V support | expand

Commit Message

Wei Liu May 16, 2020, 11:54 a.m. UTC
Signed-off-by: Wei Liu <wl@xen.org>
---
 CHANGELOG.md | 2 ++
 1 file changed, 2 insertions(+)

Comments

Paul Durrant May 16, 2020, 2:42 p.m. UTC | #1
> -----Original Message-----
> From: Wei Liu <wl@xen.org>
> Sent: 16 May 2020 12:55
> To: Xen Development List <xen-devel@lists.xenproject.org>
> Cc: Wei Liu <wl@xen.org>; Paul Durrant <paul@xen.org>; Community Manager
> <community.manager@xenproject.org>
> Subject: [PATCH] CHANGELOG: add hypervisor framework and Hyper-V support
> 
> Signed-off-by: Wei Liu <wl@xen.org>

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

> ---
>  CHANGELOG.md | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/CHANGELOG.md b/CHANGELOG.md
> index 554eeb6a1216..ccb5055c87b7 100644
> --- a/CHANGELOG.md
> +++ b/CHANGELOG.md
> @@ -14,6 +14,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
>     the Xen hypercall interface or the viridian one.
>   - Assorted pvshim performance and scalability improvements plus some bug
>     fixes.
> + - Hypervisor framework to ease porting Xen to run on hypervisors.
> + - Initial support to run on Hyper-V.
> 
>  ## [4.13.0](https://xenbits.xen.org/gitweb/?p=xen.git;a=shortlog;h=RELEASE-4.13.0) - 2019-12-17
> 
> --
> 2.20.1
diff mbox series

Patch

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 554eeb6a1216..ccb5055c87b7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,8 @@  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
    the Xen hypercall interface or the viridian one.
  - Assorted pvshim performance and scalability improvements plus some bug
    fixes.
+ - Hypervisor framework to ease porting Xen to run on hypervisors.
+ - Initial support to run on Hyper-V.
 
 ## [4.13.0](https://xenbits.xen.org/gitweb/?p=xen.git;a=shortlog;h=RELEASE-4.13.0) - 2019-12-17