From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751198AbdAXPDv (ORCPT ); Tue, 24 Jan 2017 10:03:51 -0500 Received: from mx1.redhat.com ([209.132.183.28]:51204 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750795AbdAXPDu (ORCPT ); Tue, 24 Jan 2017 10:03:50 -0500 Date: Tue, 24 Jan 2017 17:03:48 +0200 From: "Michael S. Tsirkin" To: Cao jin Cc: alex.williamson@redhat.com, linux-kernel@vger.kernel.org, kvm@vger.kernel.org, qemu-devel@nongnu.org, izumi.taku@jp.fujitsu.com Subject: Re: [PATCH RFC] vfio error recovery: kernel support Message-ID: <20170124165832-mutt-send-email-mst@kernel.org> References: <20170119001744-mutt-send-email-mst@kernel.org> <5881E2C2.2060502@cn.fujitsu.com> <20170120185753-mutt-send-email-mst@kernel.org> <58874FD7.9080605@cn.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <58874FD7.9080605@cn.fujitsu.com> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.38]); Tue, 24 Jan 2017 15:03:50 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jan 24, 2017 at 09:00:07PM +0800, Cao jin wrote: > It take me for a long while to find what I missed. I missed much > details in pci-error-recovery.txt, and I was not conscious of a > multi-function device which could have different functions(driver) on it. > > Thank you both. Pls note the actual code isn't always in sync with the documentation. You want to look at that too. -- MST