Message ID | 20171113154126.13038-11-george.dunlap@citrix.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
>>> On 13.11.17 at 16:41, <george.dunlap@citrix.com> wrote: > +### x86/vMCE > + > + Status: Supported > + > +Forward Machine Check Exceptions to Appropriate guests Acked-by: Jan Beulich <jbeulich@suse.com> perhaps with the A converted to lower case. Jan
diff --git a/SUPPORT.md b/SUPPORT.md index bd83c81557..722a29fec5 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -261,6 +261,22 @@ which add paravirtualized functionality to HVM guests for improved performance and scalability. This includes exposing event channels to HVM guests. +## High Availability and Fault Tolerance + +### Remus Fault Tolerance + + Status: Experimental + +### COLO Manager + + Status: Experimental + +### x86/vMCE + + Status: Supported + +Forward Machine Check Exceptions to Appropriate guests + ## Virtual driver support, guest side ### Blkfront
Migration being one of the key 'non-easy' ones to be added later. Signed-off-by: George Dunlap <george.dunlap@citrix.com> --- CC: Ian Jackson <ian.jackson@citrix.com> CC: Wei Liu <wei.liu2@citrix.com> CC: Andrew Cooper <andrew.cooper3@citrix.com> CC: Jan Beulich <jbeulich@suse.com> CC: Stefano Stabellini <sstabellini@kernel.org> CC: Konrad Wilk <konrad.wilk@oracle.com> CC: Tim Deegan <tim@xen.org> --- SUPPORT.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+)