> -----Original Message----- > From: Wei Liu <[email protected]> > Sent: 16 May 2020 12:55 > To: Xen Development List <[email protected]> > Cc: Wei Liu <[email protected]>; Paul Durrant <[email protected]>; Community Manager > <[email protected]> > Subject: [PATCH] CHANGELOG: add hypervisor framework and Hyper-V support > > Signed-off-by: Wei Liu <[email protected]>
Acked-by: Paul Durrant <[email protected]> > --- > 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
