All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH/RFC 0/3] s390x/kvm: implement new hardware/firmware features
@ 2018-01-17 14:18 Christian Borntraeger
  2018-01-17 14:18 ` [Qemu-devel] [PATCH 1/3] header sync Christian Borntraeger
                   ` (3 more replies)
  0 siblings, 4 replies; 19+ messages in thread
From: Christian Borntraeger @ 2018-01-17 14:18 UTC (permalink / raw)
  To: Cornelia Huck
  Cc: qemu-devel, qemu-s390x, Alexander Graf, Thomas Huth,
	David Hildenbrand, Richard Henderson, Janosch Frank, Halil Pasic,
	Christian Borntraeger

We want to provide more hw features to guests, namely the new bpb
control as well as other transparent facilities that might be
introduced by firmware updates (e.g. the stfle facility 81).

See the kernel discussion for the KVM side
https://www.spinics.net/lists/kernel/msg2700551.html

Christian Borntraeger (2):
  header sync
  s390x/kvm: Handle bpb feature

Halil Pasic (1):
  s390x/cpumodel: fix transparency for non-hyp STFL features

 linux-headers/asm-s390/kvm.h    |   9 ++--
 linux-headers/linux/kvm.h       |   5 +-
 target/s390x/cpu.c              |   1 +
 target/s390x/cpu.h              |   1 +
 target/s390x/cpu_features.c     |  55 +++++++++++++++++++++
 target/s390x/cpu_features_def.h |  55 +++++++++++++++++++++
 target/s390x/gen-features.c     | 104 ++++++++++++++++++++++++++++++++++++++++
 target/s390x/kvm.c              |  16 +++++++
 target/s390x/machine.c          |  17 +++++++
 9 files changed, 256 insertions(+), 7 deletions(-)

-- 
2.9.4

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

end of thread, other threads:[~2018-01-17 16:29 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-17 14:18 [Qemu-devel] [PATCH/RFC 0/3] s390x/kvm: implement new hardware/firmware features Christian Borntraeger
2018-01-17 14:18 ` [Qemu-devel] [PATCH 1/3] header sync Christian Borntraeger
2018-01-17 14:18 ` [Qemu-devel] [PATCH 2/3] s390x/kvm: Handle bpb feature Christian Borntraeger
2018-01-17 14:30   ` David Hildenbrand
2018-01-17 14:44     ` Christian Borntraeger
2018-01-17 14:37   ` Cornelia Huck
2018-01-17 14:50     ` David Hildenbrand
2018-01-17 14:59       ` Christian Borntraeger
2018-01-17 15:10         ` David Hildenbrand
2018-01-17 16:04           ` Christian Borntraeger
2018-01-17 16:06             ` David Hildenbrand
2018-01-17 16:28             ` Cornelia Huck
2018-01-17 16:07           ` Halil Pasic
2018-01-17 16:16             ` David Hildenbrand
2018-01-17 14:51     ` Christian Borntraeger
2018-01-17 14:18 ` [Qemu-devel] [PATCH 3/3] s390x/cpumodel: fix transparency for non-hyp STFL features Christian Borntraeger
2018-01-17 14:50   ` David Hildenbrand
2018-01-17 14:52   ` Cornelia Huck
2018-01-17 14:27 ` [Qemu-devel] [PATCH/RFC 0/3] s390x/kvm: implement new hardware/firmware features no-reply

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.