From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54993) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WsWXC-0005Wd-Nh for qemu-devel@nongnu.org; Thu, 05 Jun 2014 08:12:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WsWX6-0003Ec-TW for qemu-devel@nongnu.org; Thu, 05 Jun 2014 08:12:42 -0400 Message-ID: <53905EB2.3020804@suse.de> Date: Thu, 05 Jun 2014 14:12:34 +0200 From: Alexander Graf MIME-Version: 1.0 References: <1401951221-32613-1-git-send-email-gwshan@linux.vnet.ibm.com> In-Reply-To: <1401951221-32613-1-git-send-email-gwshan@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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: Gavin Shan , qemu-ppc@nongnu.org Cc: aik@ozlabs.ru, alex.williamson@redhat.com, qiudayu@linux.vnet.ibm.com, qemu-devel@nongnu.org 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 ;). Alex