From: david.vrabel@citrix.com (David Vrabel)
To: linux-arm-kernel@lists.infradead.org
Subject: [Xen-devel] [PATCH] Xen: hibernation is x86-only at the moment
Date: Wed, 30 Apr 2014 10:25:59 +0100 [thread overview]
Message-ID: <5360C1A7.8060401@citrix.com> (raw)
In-Reply-To: <5165529.jneGVBC5b5@wuerfel>
On 29/04/14 21:00, Arnd Bergmann wrote:
> In commit 603fb42a66499ab "ARM: 8011/1: ARM hibernation / suspend-to-disk",
> currently in linux-next, the ARM architecture gains support for
> hibernation (suspend-to-disk). Xen supports this in principle, but only
> has an architecture specific hypercall defined on x86, which leads
> to a build error when both hibernation and Xen support are enabled:
>
> drivers/xen/manage.c:105:2: error: implicit declaration of function 'HYPERVISOR_suspend' [-Werror=implicit-function-declaration]
> si->cancelled = HYPERVISOR_suspend(si->arg);
>
> It is probably a good idea to define this hypercall on ARM as well
> and provide an implementation in the host, but until that is done,
> this patch helps disable the broken code in the Xen guest by making
> it depend on CONFIG_X86.
Since this isn't a regression in 3.15-rcX can you provide the
appropriate hypercall on ARM. This does not require that there is an
implementation on Xen.
When the Xen implementation exists it will be easier to use if the
support already exists in Linux.
David
next prev parent reply other threads:[~2014-04-30 9:25 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-29 20:00 [PATCH] Xen: hibernation is x86-only at the moment Arnd Bergmann
2014-04-30 7:57 ` Pavel Machek
2014-04-30 7:57 ` Pavel Machek
2014-04-30 9:25 ` David Vrabel
2014-04-30 9:25 ` David Vrabel [this message]
2014-05-06 13:35 ` [Xen-devel] " Stefano Stabellini
2014-05-06 15:54 ` David Vrabel
2014-05-07 10:45 ` Stefano Stabellini
2014-05-07 10:57 ` David Vrabel
2014-05-07 10:57 ` [Xen-devel] " David Vrabel
2014-05-07 11:47 ` Stefano Stabellini
2014-05-07 11:47 ` Stefano Stabellini
2014-05-07 10:45 ` Stefano Stabellini
2014-05-06 15:54 ` David Vrabel
2014-05-06 13:35 ` Stefano Stabellini
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=5360C1A7.8060401@citrix.com \
--to=david.vrabel@citrix.com \
--cc=linux-arm-kernel@lists.infradead.org \
/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
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.