From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46976) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yun0T-0007ra-WE for qemu-devel@nongnu.org; Tue, 19 May 2015 15:16:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yun0P-0007JI-1l for qemu-devel@nongnu.org; Tue, 19 May 2015 15:16:49 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55678) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yun0O-0007JE-RH for qemu-devel@nongnu.org; Tue, 19 May 2015 15:16:44 -0400 Date: Tue, 19 May 2015 21:16:31 +0200 From: "Michael S. Tsirkin" Message-ID: <20150519181735-mutt-send-email-mst@redhat.com> References: <555B5CBC.1090709@twiddle.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <555B5CBC.1090709@twiddle.net> Subject: Re: [Qemu-devel] virtio-pci msix error List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: Fam Zheng , qemu-devel On Tue, May 19, 2015 at 08:54:36AM -0700, Richard Henderson wrote: > Re patch c7ff5482. What's the point of this error? > It's going to always appear for older targets that > predate such new fangled things as msix. > > Obviously the patch has been there a while, and it's > not actually causing any problems, but today it got > on my nerves... > > > r~ So don't specify nvectors > 0 for these platforms then? -- MST