From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58433) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WscRg-0005hS-UQ for qemu-devel@nongnu.org; Thu, 05 Jun 2014 14:31:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WscRb-0002fI-TW for qemu-devel@nongnu.org; Thu, 05 Jun 2014 14:31:24 -0400 Message-ID: <1401993061.9207.204.camel@ul30vt.home> From: Alex Williamson Date: Thu, 05 Jun 2014 12:31:01 -0600 In-Reply-To: <53905EB2.3020804@suse.de> References: <1401951221-32613-1-git-send-email-gwshan@linux.vnet.ibm.com> <53905EB2.3020804@suse.de> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v8 0/4] EEH Support for VFIO PCI Device List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: aik@ozlabs.ru, Gavin Shan , qemu-devel@nongnu.org, qiudayu@linux.vnet.ibm.com, qemu-ppc@nongnu.org On Thu, 2014-06-05 at 14:12 +0200, Alexander Graf wrote: > On 05.06.14 08:53, Gavin Shan wrote: > > The series of patches adds support EEH for VFIO PCI devices on sPAPR platform. > > It requires corresponding host kernel support. Also, it is based on top of > > Alexey's VFIO-for-sPAPR git repository. > > > > QEMU: git://github.com/aik/qemu.git (branch: vfio) > > Kernel: git://github.com/aik/linux.git (branch: vfio) > > Kernel: http://linuxppc.10917.n7.nabble.com/PATCH-v8-0-3-EEH-Support-for-VFIO-PCI-Device-td82940.html > > > > The implementations notes are below. Please comment. > > Looks pretty straight forward, but let's wait for Alex's comments too ;). Yep, it's looking pretty good to me. Thanks, Alex