From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42515) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bpdAf-00056b-JK for qemu-devel@nongnu.org; Thu, 29 Sep 2016 11:22:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bpdAZ-0005Xj-Lj for qemu-devel@nongnu.org; Thu, 29 Sep 2016 11:22:48 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52180) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bpdAZ-0005XN-Gu for qemu-devel@nongnu.org; Thu, 29 Sep 2016 11:22:43 -0400 Message-ID: <1475162561.19923.10.camel@redhat.com> From: Gerd Hoffmann Date: Thu, 29 Sep 2016 17:22:41 +0200 In-Reply-To: <87twcy7p5a.fsf@dusky.pond.sub.org> References: <1473839464-8670-1-git-send-email-caoj.fnst@cn.fujitsu.com> <1473839464-8670-6-git-send-email-caoj.fnst@cn.fujitsu.com> <87twcy7p5a.fsf@dusky.pond.sub.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH v3 5/8] hcd-xhci: change behaviour of msix switch List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: Cao jin , qemu-devel@nongnu.org, Marcel Apfelbaum , "Michael S. Tsirkin" On Do, 2016-09-29 at 16:32 +0200, Markus Armbruster wrote: > > Resolve the TODO, msix=3Dauto means msix on; if user specify msix=3Don, > > then device creation fail on msix_init failure. Reviewed-by: Gerd Hoffmann