Re: [Xen-devel] [PATCH for-next v3 8/9] x86: be more verbose when running on a hypervisor

2019-11-15 Thread Jan Beulich
On 21.10.2019 17:57, Wei Liu wrote: > --- a/xen/arch/x86/setup.c > +++ b/xen/arch/x86/setup.c > @@ -689,6 +689,7 @@ void __init noreturn __start_xen(unsigned long mbi_p) > int i, j, e820_warn = 0, bytes = 0; > bool acpi_boot_table_init_done = false, relocated = false; > int ret; > +

Re: [Xen-devel] [PATCH for-next v3 8/9] x86: be more verbose when running on a hypervisor

2019-10-23 Thread Paul Durrant
On Mon, 21 Oct 2019 at 17:00, Wei Liu wrote: > > Signed-off-by: Wei Liu Reviewed-by: Paul Durrant > --- > V3: Address Roger's comment, add ASSERTs > --- > xen/arch/x86/guest/hypervisor.c| 6 ++ > xen/arch/x86/setup.c | 6 +- >

[Xen-devel] [PATCH for-next v3 8/9] x86: be more verbose when running on a hypervisor

2019-10-21 Thread Wei Liu
Signed-off-by: Wei Liu --- V3: Address Roger's comment, add ASSERTs --- xen/arch/x86/guest/hypervisor.c| 6 ++ xen/arch/x86/setup.c | 6 +- xen/include/asm-x86/guest/hypervisor.h | 3 +++ 3 files changed, 14 insertions(+), 1 deletion(-) diff --git