From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58309) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YT8U7-0006mP-55 for qemu-devel@nongnu.org; Wed, 04 Mar 2015 07:33:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YT8U3-0007IF-QH for qemu-devel@nongnu.org; Wed, 04 Mar 2015 07:33:07 -0500 Message-ID: <54F6FB7D.4090903@suse.de> Date: Wed, 04 Mar 2015 13:33:01 +0100 From: Alexander Graf MIME-Version: 1.0 References: <1424408333-26548-1-git-send-email-gwshan@linux.vnet.ibm.com> In-Reply-To: <1424408333-26548-1-git-send-email-gwshan@linux.vnet.ibm.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v19 0/2] EEH Support for VFIO Devices List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gavin Shan , qemu-devel@nongnu.org Cc: aik@ozlabs.ru, alex.williamson@redhat.com, qemu-ppc@nongnu.org, mdroth@linux.vnet.ibm.com, david@gibson.dropbear.id.au On 20.02.15 05:58, Gavin Shan wrote: > The series of patches adds support EEH for VFIO PCI devices on sPAPR platform. > It requires corresponding host kernel support, which was merged during 3.17 > merge window. This patchset has been rebased to Alex Graf's QEMU repository: > > git://github.com/agraf/qemu.git (branch: ppc-next) > > The implementations notes are below. Please consider for merging! Thanks, applied to ppc-next. Alex