qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/2] s390x/vfio-ap: hot plug/unplug vfio-ap device
@ 2019-02-18 17:59 Tony Krowiak
  2019-02-18 17:59 ` [Qemu-devel] [PATCH v2 1/2] s390x/vfio-ap: Implement hot plug/unplug of " Tony Krowiak
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Tony Krowiak @ 2019-02-18 17:59 UTC (permalink / raw)
  To: qemu-devel
  Cc: qemu-s390x, borntraeger, cohuck, david, pmorel, alifm, mjrosato,
	pasic, alex.williamson, akrowiak, fiuczy

This patch series introduces hot plug/unplug of a vfio-ap device.

A vfio-ap device can be hot plugged only if:

1. The guest does not yet have a vfio-ap device (only one is allowed
   per guest)

2. The guest was started with the following CPU model features enabled:
   * ap=on
   * apft=on

To hot plug a vfio-ap device, the QEMU device_add function may be used:

   (qemu) device_add vfio-ap,sysfsdev=$path-to-mdev

   Where $path-to-mdev is the absolute path to the mediated matrix device
   to be used to configure the guest's AP device matrix.

A vfio-ap device can be hot unplugged only if:

1. The guest was started with a vfio-ap device configured for it:

   -device vfio-ap,sysfsdev=$path-to-mdev

2. The guest was started with the following CPU model features enabled:
   * ap=on

Tony Krowiak (2):
  s390x/vfio-ap: Implement hot plug/unplug of vfio-ap device
  s390x/vfio-ap: document hot plug/unplug of vfio-ap device

 docs/vfio-ap.txt     | 58 +++++++++++++++++++++++++++++++++++++++++++++++-----
 hw/s390x/ap-bridge.c | 12 ++++++++++-
 hw/vfio/ap.c         |  2 +-
 3 files changed, 65 insertions(+), 7 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2019-02-18 19:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-18 17:59 [Qemu-devel] [PATCH v2 0/2] s390x/vfio-ap: hot plug/unplug vfio-ap device Tony Krowiak
2019-02-18 17:59 ` [Qemu-devel] [PATCH v2 1/2] s390x/vfio-ap: Implement hot plug/unplug of " Tony Krowiak
2019-02-18 18:00 ` [Qemu-devel] [PATCH v2 2/2] s390x/vfio-ap: document " Tony Krowiak
2019-02-18 19:08 ` [Qemu-devel] [PATCH v2 0/2] s390x/vfio-ap: hot plug/unplug " Tony Krowiak

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