All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] runstate_memory_area on ARM
@ 2013-05-01 19:32 Stefano Stabellini
  2013-05-01 19:32 ` [PATCH 1/2] xen: move VCPUOP_register_runstate_memory_area to common code Stefano Stabellini
  2013-05-01 19:32 ` [PATCH 2/2] xen/arm: handle the runstate_memory_area Stefano Stabellini
  0 siblings, 2 replies; 9+ messages in thread
From: Stefano Stabellini @ 2013-05-01 19:32 UTC (permalink / raw)
  To: xen-devel; +Cc: Ian Campbell, Stefano Stabellini

Hi all,
this patch series introduces support for runstate_memory_area on ARM.
The first patch moves VCPUOP_register_runstate_memory_area to common
code, while the second one add VCPUOP_register_runstate_memory_area to
the whilelist of vcpu_op hypercalls supported on ARM and properly
updates the runstate_memory_area during vcpu context switch.


Stefano Stabellini (2):
      xen: move VCPUOP_register_runstate_memory_area to common code
      xen/arm: handle the runstate_memory_area

 xen/arch/arm/domain.c |   22 ++++++++++++++++------
 xen/arch/x86/domain.c |   28 ----------------------------
 xen/common/domain.c   |   28 ++++++++++++++++++++++++++++
 3 files changed, 44 insertions(+), 34 deletions(-)


Cheers,

Stefano

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

end of thread, other threads:[~2013-05-08 12:30 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-01 19:32 [PATCH 0/2] runstate_memory_area on ARM Stefano Stabellini
2013-05-01 19:32 ` [PATCH 1/2] xen: move VCPUOP_register_runstate_memory_area to common code Stefano Stabellini
2013-05-02  8:05   ` Ian Campbell
2013-05-02  8:27     ` Keir Fraser
2013-05-08  9:59   ` Ian Campbell
2013-05-08 11:43     ` Stefano Stabellini
2013-05-08 12:30       ` Ian Campbell
2013-05-01 19:32 ` [PATCH 2/2] xen/arm: handle the runstate_memory_area Stefano Stabellini
2013-05-02  8:07   ` Ian Campbell

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.