From: Julien Grall <julien@xen.org> To: xen-devel@lists.xenproject.org Cc: dwmw2@infradead.org, paul@xen.org, hongyxia@amazon.com, raphning@amazon.com, maghul@amazon.com, Julien Grall <jgrall@amazon.com>, Andrew Cooper <andrew.cooper3@citrix.com>, George Dunlap <george.dunlap@citrix.com>, Ian Jackson <iwj@xenproject.org>, Jan Beulich <jbeulich@suse.com>, Julien Grall <julien@xen.org>, Stefano Stabellini <sstabellini@kernel.org>, Wei Liu <wl@xen.org> Subject: [PATCH RFC 0/2] Add a design document for Live Updating Xen Date: Thu, 6 May 2021 11:42:57 +0100 [thread overview] Message-ID: <20210506104259.16928-1-julien@xen.org> (raw) From: Julien Grall <jgrall@amazon.com> Hi all, A couple of years ago, AWS presented at Xen Summit [1] a new method called "Live Update" to replace the underlying the hypervisor without rebooting/migrating VMs. Since then we worked on implementing the feature in Xen and now have a working PoC. This series is a split of David's series sent last year [1] focusing on the design of the feature. We will start sending the code soon. We will give an update and demonstrate the feature working during the new Xen Summit. More details on the feature can be found in the first patch #1 which introduces the design document. Best regards, [1] https://www.youtube.com/watch?v=ANaDS9BUhuA [2] <a92287c03fed310e08ba40063e370038569b94ac.camel@infradead.org> Julien Grall (2): docs/design: Add a design document for Live Update xen/kexec: Reserve KEXEC_TYPE_LIVEUPDATE and KEXEC_RANGE_MA_LIVEUPDATE docs/designs/liveupdate.md | 254 +++++++++++++++++++++++++++++++++++++ xen/include/public/kexec.h | 13 +- 2 files changed, 264 insertions(+), 3 deletions(-) create mode 100644 docs/designs/liveupdate.md -- 2.17.1
next reply other threads:[~2021-05-06 10:43 UTC|newest] Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-05-06 10:42 Julien Grall [this message] 2021-05-06 10:42 ` [PATCH RFC 1/2] docs/design: Add a design document for Live Update Julien Grall 2021-05-06 14:43 ` Paul Durrant 2021-05-07 9:18 ` Hongyan Xia 2021-05-07 10:00 ` Julien Grall 2021-05-07 9:52 ` Jan Beulich 2021-05-07 11:44 ` Julien Grall 2021-05-07 12:15 ` Jan Beulich 2021-05-07 14:59 ` Xia, Hongyan 2021-05-07 15:28 ` Jan Beulich 2021-05-06 10:42 ` [PATCH RFC 2/2] xen/kexec: Reserve KEXEC_TYPE_LIVEUPDATE and KEXEC_RANGE_MA_LIVEUPDATE Julien Grall 2021-05-07 7:59 ` Paul Durrant 2021-05-07 8:24 ` Hongyan Xia 2021-05-07 8:30 ` Jan Beulich
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20210506104259.16928-1-julien@xen.org \ --to=julien@xen.org \ --cc=andrew.cooper3@citrix.com \ --cc=dwmw2@infradead.org \ --cc=george.dunlap@citrix.com \ --cc=hongyxia@amazon.com \ --cc=iwj@xenproject.org \ --cc=jbeulich@suse.com \ --cc=jgrall@amazon.com \ --cc=maghul@amazon.com \ --cc=paul@xen.org \ --cc=raphning@amazon.com \ --cc=sstabellini@kernel.org \ --cc=wl@xen.org \ --cc=xen-devel@lists.xenproject.org \ --subject='Re: [PATCH RFC 0/2] Add a design document for Live Updating Xen' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).