xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Implement VFP context switch for arm32
@ 2013-06-03 14:00 Julien Grall
  2013-06-03 14:00 ` [PATCH v3 1/2] xen/arm: don't enable VFP on XEN during the boot Julien Grall
  2013-06-03 14:00 ` [PATCH v3 2/2] xen/arm32: implement VFP context switch Julien Grall
  0 siblings, 2 replies; 12+ messages in thread
From: Julien Grall @ 2013-06-03 14:00 UTC (permalink / raw)
  To: xen-devel; +Cc: Stefano.Stabellini, tim, ian.campbell, Julien Grall, patches

Hello,

This is the third version of this patch series.

I have only implemented the VFP context switch support for arm32 and add dummy
function to avoid avoid compilation breakage on arm64.

For all the changes see each patch.

Cheers,

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

 xen/arch/arm/Rules.mk           |    2 +-
 xen/arch/arm/arm32/Makefile     |    1 +
 xen/arch/arm/arm32/vfp.c        |   99 +++++++++++++++++++++++++++++++++++++++
 xen/arch/arm/arm64/Makefile     |    1 +
 xen/arch/arm/arm64/vfp.c        |   13 +++++
 xen/arch/arm/domain.c           |    7 ++-
 xen/arch/arm/setup.c            |    3 --
 xen/arch/arm/smpboot.c          |    2 -
 xen/include/asm-arm/arm32/vfp.h |   41 ++++++++++++++++
 xen/include/asm-arm/arm64/vfp.h |   16 +++++++
 xen/include/asm-arm/cpregs.h    |    9 ++++
 xen/include/asm-arm/domain.h    |    4 ++
 xen/include/asm-arm/vfp.h       |   42 +++++------------
 13 files changed, 202 insertions(+), 38 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

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2013-06-13 16:39 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-03 14:00 [PATCH v3 0/2] Implement VFP context switch for arm32 Julien Grall
2013-06-03 14:00 ` [PATCH v3 1/2] xen/arm: don't enable VFP on XEN during the boot Julien Grall
2013-06-03 14:00 ` [PATCH v3 2/2] xen/arm32: implement VFP context switch Julien Grall
2013-06-03 14:15   ` Ian Campbell
2013-06-03 14:32     ` Julien Grall
2013-06-03 14:38       ` Ian Campbell
2013-06-03 14:57         ` Julien Grall
2013-06-03 15:14           ` Ian Campbell
2013-06-03 15:27             ` Julien Grall
2013-06-05 13:06             ` Julien Grall
2013-06-12 15:14               ` Ian Campbell
2013-06-13 16:39                 ` Ian Campbell

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).