Re: [Xen-devel] [PATCH v4] kexec: implemented XEN KEXEC STATUS to determine if an image is loaded

2017-01-26 Thread Simon Horman
On Thu, Jan 26, 2017 at 12:02:48AM +0100, Daniel Kiper wrote: > On Wed, Jan 25, 2017 at 09:31:15AM -0600, Eric DeVolder wrote: > > [...] > > > diff --git a/kexec/kexec.c b/kexec/kexec.c > > index 500e5a9..ec16247 100644 > > --- a/kexec/kexec.c > > +++ b/kexec/kexec.c > > @@ -51,6 +51,9 @@ > >

Re: [Xen-devel] [PATCH v2] kexec: implemented XEN KEXEC STATUS to determine if an image is loaded

2017-01-24 Thread Simon Horman
On Fri, Jan 20, 2017 at 11:03:54AM -0600, Eric DeVolder wrote: > Instead of the scripts having to poke at various fields we can > provide that functionality via the -S parameter. > > Returns 0 if the payload is loaded. Can be used in combination > with -l or -p to get the state of the proper

Re: [Xen-devel] [PATCH v1 2/2] kexec: Support -S paramter to return whether the kexec payload is loaded.

2016-11-16 Thread Simon Horman
On Mon, Nov 14, 2016 at 05:12:53PM -0500, Konrad Rzeszutek Wilk wrote: > Instead of the scripts having to poke at various fields we can > provide that functionality via the -S parameter. > > Returns 0 if the payload is loaded. Can be used in combination > with -l or -p to get the state of the

Re: [Xen-devel] [PATCH] acpi: Re-license ACPI builder files from GPLv2 to LGPLv2.1

2016-08-26 Thread Simon Horman
Hi, On Mon, Aug 15, 2016 at 08:57:40AM -0400, Boris Ostrovsky wrote: > On 08/01/2016 09:56 AM, Boris Ostrovsky wrote: > > Simon, Keir, > > > Simon, ping? Sorry, I didn't see this until now. Acked-by: Simon Horman <ho...@verge.net.au> > > In case you didn't r

Re: [Xen-devel] [RFC PATCH] crashdump/x86: Add option to get crash kernel region size

2015-11-30 Thread Simon Horman
On Mon, Nov 30, 2015 at 08:39:31AM +0100, Daniel Kiper wrote: > On Mon, Nov 30, 2015 at 08:55:32AM +0900, Simon Horman wrote: > > On Sat, Nov 28, 2015 at 09:14:04PM +0100, Daniel Kiper wrote: > > > Crash kernel region size is available via sysfs on Linux running on > &g

Re: [Xen-devel] [RFC PATCH] crashdump/x86: Add option to get crash kernel region size

2015-11-29 Thread Simon Horman
On Sat, Nov 28, 2015 at 09:14:04PM +0100, Daniel Kiper wrote: > Crash kernel region size is available via sysfs on Linux running on > bare metal. However, this does not work when Linux runs as Xen dom0. > In this case Xen crash kernel region size should be established using > __HYPERVISOR_kexec_op

Re: [Xen-devel] [PATCH] x86/xen: Build memory type conversion code conditionally

2015-11-29 Thread Simon Horman
On Sat, Nov 28, 2015 at 09:17:18PM +0100, Daniel Kiper wrote: > Xen is not aware of E820_PMEM and E820_PRAM memory types, so, build > simply fails. Hence, build code referencing them conditionally. > > Signed-off-by: Daniel Kiper I believe this is fixed by "x86: Make