All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH RFC 00/11] s390 cpu models for KVM accelerator
@ 2013-10-02 11:33 Michael Mueller
  2013-10-02 11:33 ` [Qemu-devel] [PATCH RFC 01/11] s390/qemu: cpu modle disable list cpus Michael Mueller
                   ` (10 more replies)
  0 siblings, 11 replies; 19+ messages in thread
From: Michael Mueller @ 2013-10-02 11:33 UTC (permalink / raw)
  To: qemu-devel; +Cc: Michael Mueller

The following patch set implements S390 cpu models in KVM accellerator
context. It is currently based on a configuration device interface not
yet published for RFC. The implementation can as well be used to feed
the currently discussed TCG related facility representation. 

Michael Mueller (11):
  s390/qemu: cpu modle disable list cpus
  s390/qemu: cpu model extend config device
  s390/qemu: cpu model cpu class definition
  s390/qemu: cpu model cpu facilitiy support
  s390/qemu: cpu model alias support
  s390/qemu: cpu model KVM properties requests
  s390/qemu: cpu model class initialization
  s390/qemu: cpu model command line option help
  s390/qemu: cpu model QMP query-cpu-definitions
  s390/qemu: cpu model QMP query-cpu-model
  s390/qemu: cpu model enablement

 hw/s390x/s390-virtio-ccw.c   |  15 +
 hw/s390x/s390-virtio.c       |  31 ++-
 include/sysemu/arch_init.h   |   1 +
 linux-headers/asm-s390/kvm.h |  15 +
 qapi-schema.json             |  23 ++
 qmp-commands.hx              |   6 +
 qmp.c                        |   5 +
 target-s390x/Makefile.objs   |   1 +
 target-s390x/cpu-models.c    | 637 +++++++++++++++++++++++++++++++++++++++++++
 target-s390x/cpu-models.h    |  97 +++++++
 target-s390x/cpu-qom.h       |   9 +
 target-s390x/cpu.c           | 106 ++++++-
 target-s390x/helper.c        |  24 +-
 vl.c                         |   8 +-
 14 files changed, 965 insertions(+), 13 deletions(-)
 create mode 100644 target-s390x/cpu-models.c
 create mode 100644 target-s390x/cpu-models.h

-- 
1.8.3.1

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

end of thread, other threads:[~2013-10-16 12:22 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-02 11:33 [Qemu-devel] [PATCH RFC 00/11] s390 cpu models for KVM accelerator Michael Mueller
2013-10-02 11:33 ` [Qemu-devel] [PATCH RFC 01/11] s390/qemu: cpu modle disable list cpus Michael Mueller
2013-10-02 11:33 ` [Qemu-devel] [PATCH RFC 02/11] s390/qemu: cpu model extend config device Michael Mueller
2013-10-02 11:33 ` [Qemu-devel] [PATCH RFC 03/11] s390/qemu: cpu model cpu class definition Michael Mueller
2013-10-02 11:33 ` [Qemu-devel] [PATCH RFC 04/11] s390/qemu: cpu model cpu facilitiy support Michael Mueller
2013-10-03 14:53   ` Richard Henderson
2013-10-07 10:47     ` Michael Mueller
2013-10-07 15:35       ` Michael Mueller
2013-10-15 22:46       ` Richard Henderson
2013-10-16 12:21         ` Michael Mueller
2013-10-02 11:33 ` [Qemu-devel] [PATCH RFC 05/11] s390/qemu: cpu model alias support Michael Mueller
2013-10-02 11:33 ` [Qemu-devel] [PATCH RFC 06/11] s390/qemu: cpu model KVM properties requests Michael Mueller
2013-10-02 11:33 ` [Qemu-devel] [PATCH RFC 07/11] s390/qemu: cpu model class initialization Michael Mueller
2013-10-02 11:33 ` [Qemu-devel] [PATCH RFC 08/11] s390/qemu: cpu model command line option help Michael Mueller
2013-10-02 11:33 ` [Qemu-devel] [PATCH RFC 09/11] s390/qemu: cpu model QMP query-cpu-definitions Michael Mueller
2013-10-02 11:33 ` [Qemu-devel] [PATCH RFC 10/11] s390/qemu: cpu model QMP query-cpu-model Michael Mueller
2013-10-02 12:06   ` Eric Blake
2013-10-02 14:30     ` Michael Mueller
2013-10-02 11:33 ` [Qemu-devel] [PATCH RFC 11/11] s390/qemu: cpu model enablement Michael Mueller

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.