public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] GET/SET_ONE_REG and HIOR patches v2
@ 2012-01-06  3:59 Alexander Graf
  2012-01-06  3:59 ` [PATCH 1/3] KVM: PPC: Add generic single register ioctls Alexander Graf
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: Alexander Graf @ 2012-01-06  3:59 UTC (permalink / raw)
  To: kvm-ppc; +Cc: kvm list, Avi Kivity, Marcelo Tosatti, Scott Wood

This is a revised version of the ONE_REG interface. The main difference to v1
is that we now encode the register size in the constant, making it very
unambiguous what size it is. That way we can just take a pointer from user space
to write it to.

Thanks a lot to Scott for reviewing the previous patches and pointing out
some design issues before it actually lands upstream.

Alex

Alexander Graf (2):
  KVM: PPC: Add generic single register ioctls
  KVM: PPC: Add support for explicit HIOR setting

Paul Mackerras (1):
  KVM: PPC: Move kvm_vcpu_ioctl_[gs]et_one_reg down to
    platform-specific code

 Documentation/virtual/kvm/api.txt     |   41 +++++++++++++++++++++++++++++++++
 arch/powerpc/include/asm/kvm.h        |    2 +
 arch/powerpc/include/asm/kvm_book3s.h |    2 +
 arch/powerpc/include/asm/kvm_ppc.h    |    3 ++
 arch/powerpc/kvm/book3s_hv.c          |   36 +++++++++++++++++++++++++++++
 arch/powerpc/kvm/book3s_pr.c          |   38 +++++++++++++++++++++++++++++-
 arch/powerpc/kvm/booke.c              |   10 ++++++++
 arch/powerpc/kvm/powerpc.c            |   26 +++++++++++++++++++++
 include/linux/kvm.h                   |   36 +++++++++++++++++++++++++++++
 9 files changed, 192 insertions(+), 2 deletions(-)

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

end of thread, other threads:[~2012-04-16 21:43 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-06  3:59 [PATCH 0/3] GET/SET_ONE_REG and HIOR patches v2 Alexander Graf
2012-01-06  3:59 ` [PATCH 1/3] KVM: PPC: Add generic single register ioctls Alexander Graf
2012-01-06  3:49   ` Alexander Graf
2012-01-06  4:15     ` [PATCH] " Alexander Graf
2012-01-06 19:32       ` Scott Wood
2012-01-07  0:52         ` Alexander Graf
2012-01-09 19:07           ` Scott Wood
2012-01-09 20:11             ` Alexander Graf
2012-01-09 20:12               ` Scott Wood
2012-01-09 20:14                 ` Alexander Graf
2012-01-06  3:59 ` [PATCH 2/3] KVM: PPC: Add support for explicit HIOR setting Alexander Graf
2012-01-06 18:42   ` Scott Wood
2012-04-01 19:51   ` Andreas Schwab
2012-04-16 16:54     ` Alexander Graf
2012-04-16 21:42       ` Paul Mackerras
2012-01-06  3:59 ` [PATCH 3/3] KVM: PPC: Move kvm_vcpu_ioctl_[gs]et_one_reg down to platform-specific code Alexander Graf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox