xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Julien Grall <julien.grall@linaro.org>
To: xen-devel@lists.xen.org
Cc: patches@linaro.org, tim@xen.org, ian.campbell@citrix.com,
	Julien Grall <julien.grall@linaro.org>,
	Stefano.Stabellini@eu.citrix.com
Subject: [PATCH 0/2] Implement VFP context switch for arm32
Date: Thu, 30 May 2013 15:38:51 +0100	[thread overview]
Message-ID: <1369924733-18701-1-git-send-email-julien.grall@linaro.org> (raw)

Hello,

This small patch series implement the VFP context for arm32.

I didn't implement the arm64 support, and just add dummy function to avoid
compilation breakage on this platform.

The second patch remove VFP support on XEN because we can let the guest
to enable when it's required by a process.

Cheers,

Julien Grall (2):
  xen/arm32: implement VFP context switch
  xen/arm: don't enable VFP on XEN during the boot

 xen/arch/arm/Rules.mk           |    2 +-
 xen/arch/arm/arm32/Makefile     |    1 +
 xen/arch/arm/arm32/vfp.c        |   71 +++++++++++++++++++++++++++++++++++++++
 xen/arch/arm/arm64/Makefile     |    1 +
 xen/arch/arm/arm64/vfp.c        |   13 +++++++
 xen/arch/arm/domain.c           |    7 ++--
 xen/arch/arm/setup.c            |    2 --
 xen/arch/arm/smpboot.c          |    1 -
 xen/include/asm-arm/arm32/vfp.h |   29 ++++++++++++++++
 xen/include/asm-arm/arm64/vfp.h |   16 +++++++++
 xen/include/asm-arm/cpregs.h    |    7 ++++
 xen/include/asm-arm/domain.h    |    5 +++
 xen/include/asm-arm/vfp.h       |   36 +++++---------------
 13 files changed, 158 insertions(+), 33 deletions(-)
 create mode 100644 xen/arch/arm/arm32/vfp.c
 create mode 100644 xen/arch/arm/arm64/vfp.c
 create mode 100644 xen/include/asm-arm/arm32/vfp.h
 create mode 100644 xen/include/asm-arm/arm64/vfp.h

-- 
1.7.10.4

             reply	other threads:[~2013-05-30 14:38 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-30 14:38 Julien Grall [this message]
2013-05-30 14:38 ` [PATCH 1/2] xen/arm32: implement VFP context switch Julien Grall
2013-05-30 15:11   ` Ian Campbell
2013-05-30 15:25     ` Julien Grall
2013-05-30 14:38 ` [PATCH 2/2] xen/arm: don't enable VFP on XEN during the boot Julien Grall
2013-05-30 15:15   ` Ian Campbell
2013-05-30 15:38     ` Julien Grall
2013-05-30 15:43       ` Ian Campbell

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=1369924733-18701-1-git-send-email-julien.grall@linaro.org \
    --to=julien.grall@linaro.org \
    --cc=Stefano.Stabellini@eu.citrix.com \
    --cc=ian.campbell@citrix.com \
    --cc=patches@linaro.org \
    --cc=tim@xen.org \
    --cc=xen-devel@lists.xen.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).