Message ID | 20200609162922.14679-2-paul@xen.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | CHANGELOG additions | expand |
> On Jun 9, 2020, at 5:29 PM, Paul Durrant <paul@xen.org> wrote: > > From: Paul Durrant <pdurrant@amazon.com> > > Signed-off-by: Paul Durrant <pdurrant@amazon.com> Both patches: Acked-by: George Dunlap <george.dunlap@citrix.com>
> + - New 'domid_policy', allowing domain-ids to be randomly chosen. > + - Option to preserve domain-id across migrate or save+restore. > + - Support in kdd for initial KD protocol handshake for Win 7, 8 and 10 (64 bit). These aren't mentioned in SUPPORT.md so their support status (including security support status) is not defined. I think this should be fixed. CC the security team who may have an opinion about their security support status. Ian.
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8786c51cb4..cb1566ea5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Initial support to run on Hyper-V. - Initial hypervisor file system (hypfs) support. - libxl support for running qemu-xen device model in a linux stubdomain. + - New 'domid_policy', allowing domain-ids to be randomly chosen. + - Option to preserve domain-id across migrate or save+restore. ## [4.13.0](https://xenbits.xen.org/gitweb/?p=xen.git;a=shortlog;h=RELEASE-4.13.0) - 2019-12-17