Re: [Xen-devel] [PATCH v5 4/8] x86: introduce hypervisor framework

2019-12-03 Thread Wei Liu
On Tue, Dec 03, 2019 at 03:49:33PM +0100, Jan Beulich wrote: > On 30.11.2019 12:57, Wei Liu wrote: > > We will soon implement Hyper-V support for Xen. Add a framework for > > that. > > > > This requires moving some of the hypervisor_* functions from xen.h to > > hypervisor.h. > > > >

Re: [Xen-devel] [PATCH v5 4/8] x86: introduce hypervisor framework

2019-12-03 Thread Jan Beulich
On 30.11.2019 12:57, Wei Liu wrote: > We will soon implement Hyper-V support for Xen. Add a framework for > that. > > This requires moving some of the hypervisor_* functions from xen.h to > hypervisor.h. > > Signed-off-by: Wei Liu Acked-by: Jan Beulich with one more adjustment (sorry for

[Xen-devel] [PATCH v5 4/8] x86: introduce hypervisor framework

2019-11-30 Thread Wei Liu
We will soon implement Hyper-V support for Xen. Add a framework for that. This requires moving some of the hypervisor_* functions from xen.h to hypervisor.h. Signed-off-by: Wei Liu --- Changes in v5: 1. Make hypervisor_probe return const char *. Changes in v4: 1. Add ASSERT_UNREACHABLE to