qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/2] s390x: support zpci in tcg
@ 2018-02-01 17:19 Cornelia Huck
  2018-02-01 17:19 ` [Qemu-devel] [PATCH v3 1/2] s390x/tcg: wire up pci instructions Cornelia Huck
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Cornelia Huck @ 2018-02-01 17:19 UTC (permalink / raw)
  To: qemu-s390x, qemu-devel; +Cc: rth, agraf, david, Cornelia Huck

More cleanup, as suggested by David, and also a fixed-up SIC. We can
now turn on ais as well and run with a pre-4.15 kernel and pci devices.

Branch at git://github.com/cohuck/qemu pci-tcg updated.

Changes v2->v3:
- SIC should depend on AIS, which is now supported for tcg as well
- fixup calling css_do_sic()
- no need to check return codes for the pci instruction handlers
- minor cleanup

Cornelia Huck (2):
  s390x/tcg: wire up pci instructions
  s390x/cpumodel: allow zpci features in qemu model

 target/s390x/cpu_models.c   |   6 +++
 target/s390x/gen-features.c |   6 ++-
 target/s390x/helper.h       |   9 ++++
 target/s390x/insn-data.def  |  13 ++++++
 target/s390x/misc_helper.c  |  89 ++++++++++++++++++++++++++++++++++++++
 target/s390x/translate.c    | 102 ++++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 224 insertions(+), 1 deletion(-)

-- 
2.13.6

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

end of thread, other threads:[~2018-02-05 14:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-01 17:19 [Qemu-devel] [PATCH v3 0/2] s390x: support zpci in tcg Cornelia Huck
2018-02-01 17:19 ` [Qemu-devel] [PATCH v3 1/2] s390x/tcg: wire up pci instructions Cornelia Huck
2018-02-01 17:21   ` David Hildenbrand
2018-02-01 17:19 ` [Qemu-devel] [PATCH v3 2/2] s390x/cpumodel: allow zpci features in qemu model Cornelia Huck
2018-02-05 14:35 ` [Qemu-devel] [PATCH v3 0/2] s390x: support zpci in tcg Cornelia Huck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).