All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] KVM_VCPU_GET_REG_LIST API
@ 2012-09-05  7:58 Rusty Russell
  2012-09-05  7:58 ` [PATCH 1/3] KVM: Move KVM_SET_ONE_REG/KVM_GET_ONE_REG to generic code Rusty Russell
                   ` (3 more replies)
  0 siblings, 4 replies; 28+ messages in thread
From: Rusty Russell @ 2012-09-05  7:58 UTC (permalink / raw)
  To: kvm
  Cc: Avi Kivity, Christoffer Dall, Alexander Graf, Peter Maydell,
	Rusty Russell

This is the generic part of the KVM_SET_ONE_REG/KVM_GET_ONE_REG
enhancements which ARM wants, rebased onto kvm/next.

Rusty Russell (3):
  KVM: Move KVM_SET_ONE_REG/KVM_GET_ONE_REG to generic code.
  KVM: Add KVM_REG_SIZE() helper.
  KVM: Add KVM_VCPU_GET_REG_LIST/KVM_CAP_REG_LIST.

 Documentation/virtual/kvm/api.txt   |   20 ++++++++++++++++++
 arch/powerpc/include/asm/kvm_host.h |    1 +
 arch/powerpc/kvm/book3s_hv.c        |    4 ++--
 arch/powerpc/kvm/book3s_pr.c        |    4 ++--
 arch/powerpc/kvm/booke.c            |    4 ++--
 arch/powerpc/kvm/powerpc.c          |   15 --------------
 arch/s390/include/asm/kvm_host.h    |    1 +
 arch/s390/kvm/kvm-s390.c            |   19 ++----------------
 include/linux/kvm.h                 |   14 +++++++++++++
 include/linux/kvm_host.h            |    9 ++++++++-
 virt/kvm/kvm_main.c                 |   38 +++++++++++++++++++++++++++++++++++
 11 files changed, 90 insertions(+), 39 deletions(-)

-- 
1.7.9.5


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

end of thread, other threads:[~2012-10-24 16:28 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-05  7:58 [PATCH 0/3] KVM_VCPU_GET_REG_LIST API Rusty Russell
2012-09-05  7:58 ` [PATCH 1/3] KVM: Move KVM_SET_ONE_REG/KVM_GET_ONE_REG to generic code Rusty Russell
2012-09-19 14:17   ` Alexander Graf
2012-09-05  7:58 ` [PATCH 2/3] KVM: Add KVM_REG_SIZE() helper Rusty Russell
2012-09-19 14:18   ` Alexander Graf
2012-09-05  7:58 ` [PATCH 3/3] KVM: Add KVM_VCPU_GET_REG_LIST/KVM_CAP_REG_LIST Rusty Russell
2012-09-19 14:22   ` Alexander Graf
2012-10-10 18:12   ` Marcelo Tosatti
2012-10-11  8:11     ` Rusty Russell
2012-10-18 14:45 ` [PATCH 0/3] KVM_VCPU_GET_REG_LIST API Avi Kivity
2012-10-19  0:36   ` Rusty Russell
2012-10-19  6:19     ` Rusty Russell
2012-10-19 16:06       ` Christoffer Dall
2012-10-22  3:09         ` Rusty Russell
2012-10-22 17:45           ` Will Deacon
2012-10-22 18:11             ` Christoffer Dall
2012-10-24 11:25             ` RFC: Move kvm's instruction decoding into generic code Rusty Russell
2012-10-24 11:25               ` [PATCH 01/10] kvm: split out instruction structure from decoding method Rusty Russell
2012-10-24 11:25               ` [PATCH 02/10] kvm: split out instruction decode from emulation Rusty Russell
2012-10-24 11:25               ` [PATCH 03/10] kvm: split out instruction decode from emulation (thumb instructions) Rusty Russell
2012-10-24 11:25               ` [PATCH 04/10] kvm: completely separate decoding from execution Rusty Russell
2012-10-24 11:25               ` [PATCH 05/10] kvm: move instruction copying inside kvm_decode() Rusty Russell
2012-10-24 11:25               ` [PATCH 06/10] kvm: cleanup use of instr Rusty Russell
2012-10-24 11:25               ` [PATCH 07/10] kvm: clean up use of is_wide_instruction() Rusty Russell
2012-10-24 11:25               ` [PATCH 08/10] kvm: avoid using vcpu_cpsr() by passing down PSR Rusty Russell
2012-10-24 11:25               ` [PATCH 09/10] kvm: avoid reference vcpu->arch.hxfar by making thumb offset_addr relative Rusty Russell
2012-10-24 11:25               ` [PATCH 10/10] opcode: move generic instruction decode out of KVM Rusty Russell
2012-10-24 16:27               ` RFC: Move kvm's instruction decoding into generic code Dave Martin

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.