From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:50907) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gwrNO-0003mP-A2 for qemu-devel@nongnu.org; Thu, 21 Feb 2019 11:39:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gwrNN-00008q-6s for qemu-devel@nongnu.org; Thu, 21 Feb 2019 11:39:10 -0500 Date: Thu, 21 Feb 2019 17:32:49 +0100 From: Cornelia Huck Message-ID: <20190221173249.64a04e10.cohuck@redhat.com> In-Reply-To: References: <1550519397-25359-1-git-send-email-akrowiak@linux.ibm.com> <1550519397-25359-3-git-send-email-akrowiak@linux.ibm.com> <20190220165128.630ad793.cohuck@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 2/2] s390x/vfio-ap: document hot plug/unplug of vfio-ap device List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Tony Krowiak Cc: qemu-devel@nongnu.org, qemu-s390x@nongnu.org, borntraeger@de.ibm.com, david@redhat.com, pmorel@linux.ibm.com, alifm@linux.ibm.com, mjrosato@linux.ibm.com, pasic@linux.ibm.com, alex.williamson@redhat.com, fiuczy@linux.ibm.com On Thu, 21 Feb 2019 11:26:53 -0500 Tony Krowiak wrote: > On 2/20/19 10:51 AM, Cornelia Huck wrote: > > On Mon, 18 Feb 2019 14:49:57 -0500 > > Tony Krowiak wrote: > > > >> Let's update the vfio-ap.txt document to include the hot plug/unplug > >> support introduced in this patch set. > > > > s/ introduced in this patch set// > > > > Nobody will know about this patch set when they look at the commit in > > the future :) > > Good point, I'll remove it. I can do that while applying if no other feedback comes in. > > > > >> > >> Signed-off-by: Tony Krowiak > >> --- > >> docs/vfio-ap.txt | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++----- > >> 1 file changed, 56 insertions(+), 5 deletions(-) > > > > Looks good to me, but would not mind a R-b before queuing. > > >