qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3] [RFC] s390x/vfio: VFIO-AP interrupt control interception
@ 2019-02-14 12:14 Pierre Morel
  2019-02-14 12:14 ` [Qemu-devel] [PATCH v3] s390x/cpumodel: Set up CPU model for AQIC interception Pierre Morel
  0 siblings, 1 reply; 6+ messages in thread
From: Pierre Morel @ 2019-02-14 12:14 UTC (permalink / raw)
  To: borntraeger
  Cc: cohuck, agraf, rth, david, qemu-s390x, qemu-devel, peter.maydell,
	pbonzini, mst, eric.auger, akrowiak, pasic

This QEMU patch is to be used in conjonction with the following patch
series in LINUX.

vfio: ap: ioctl definitions for AP Queue Interrupt Control

The LINUX patch series handle all the interception in KVM
and we do not need to take care of the interception in QEMU.

The goal of this patch is to define the apqi CPU feature which
will be proposed by KVM when the AP Interrupt Control facility
is to be available in the guest.

This feature must be turned on by QEMU to intercept AP instructions
on the KVM guest.
The QEMU command line to turn this feature on looks something like:

    qemu-system-s390x ... -cpu xxx,apqi=on ...


Pierre Morel (1):
  s390x/cpumodel: Set up CPU model for AQIC interception

 target/s390x/cpu_features.c     | 1 +
 target/s390x/cpu_features_def.h | 1 +
 target/s390x/cpu_models.c       | 1 +
 target/s390x/gen-features.c     | 1 +
 4 files changed, 4 insertions(+)

-- 
2.7.4

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

end of thread, other threads:[~2019-02-15 13:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-14 12:14 [Qemu-devel] [PATCH v3] [RFC] s390x/vfio: VFIO-AP interrupt control interception Pierre Morel
2019-02-14 12:14 ` [Qemu-devel] [PATCH v3] s390x/cpumodel: Set up CPU model for AQIC interception Pierre Morel
2019-02-15  9:53   ` Pierre Morel
2019-02-15  9:58     ` Christian Borntraeger
2019-02-15 11:00       ` Pierre Morel
2019-02-15 13:52   ` David Hildenbrand

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).