All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Reorganize request bits
@ 2016-01-07 14:17 Paolo Bonzini
  2016-01-07 14:17 ` [PATCH 1/4] KVM: Remove unused KVM_REQ_KICK to save a bit in Paolo Bonzini
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Paolo Bonzini @ 2016-01-07 14:17 UTC (permalink / raw)
  To: linux-kernel, kvm; +Cc: Takuya Yoshikawa, Christian Borntraeger, Paul Mackerras

There is no need for request bits to differ across architectures.  Only
a handful of them are architecture-independent, the others can all share
bits 8-31 with overlap.

Leaving room for more architecture-independent bits means that actually
no bits are freed, but the cleanup is useful anyway IMO.

Paolo Bonzini (4):
  KVM: Remove unused KVM_REQ_KICK to save a bit in
  KVM: document which architecture uses each request bit
  KVM: renumber architecture-dependent requests
  KVM: move architecture-dependent requests to arch/

 arch/powerpc/include/asm/kvm_host.h |  4 ++++
 arch/s390/include/asm/kvm_host.h    |  4 ++++
 arch/x86/include/asm/kvm_host.h     | 28 ++++++++++++++++++++++++++
 arch/x86/kvm/x86.c                  | 10 ++++++++++
 include/linux/kvm_host.h            | 39 +++++--------------------------------
 virt/kvm/kvm_main.c                 | 10 ----------
 6 files changed, 51 insertions(+), 44 deletions(-)

-- 
1.8.3.1

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

end of thread, other threads:[~2016-01-08  6:01 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-07 14:17 [PATCH 0/4] Reorganize request bits Paolo Bonzini
2016-01-07 14:17 ` [PATCH 1/4] KVM: Remove unused KVM_REQ_KICK to save a bit in Paolo Bonzini
2016-01-07 14:26   ` Christian Borntraeger
2016-01-07 14:17 ` [PATCH 2/4] KVM: document which architecture uses each request bit Paolo Bonzini
2016-01-07 14:38   ` Christian Borntraeger
2016-01-07 14:17 ` [PATCH 3/4] KVM: renumber architecture-dependent requests Paolo Bonzini
2016-01-07 15:27   ` Christian Borntraeger
2016-01-07 15:45     ` Paolo Bonzini
2016-01-07 15:50       ` Christian Borntraeger
2016-01-08  6:01   ` Takuya Yoshikawa
2016-01-07 14:17 ` [PATCH 4/4] KVM: move architecture-dependent requests to arch/ Paolo Bonzini
2016-01-07 15:54   ` Christian Borntraeger
2016-01-07 16:04     ` Paolo Bonzini
2016-01-07 14:23 ` [PATCH 0/4] Reorganize request bits Christian Borntraeger

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.