qemu-s390x
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [qemu-s390x] [PATCH v2 0/2] s390x/vfio-ap: hot plug/unplug vfio-ap d


From: Tony Krowiak
Subject: Re: [qemu-s390x] [PATCH v2 0/2] s390x/vfio-ap: hot plug/unplug vfio-ap device
Date: Mon, 18 Feb 2019 14:08:16 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1

On 2/18/19 12:59 PM, Tony Krowiak wrote:


PLEASE IGNORE THIS PATCH SERIES. A v3 VERSION IS FORTHCOMING. VERSION
v2 has already been posted and reviewed.

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]