From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44566) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zqfdz-0001zK-0e for qemu-devel@nongnu.org; Mon, 26 Oct 2015 07:08:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zqfdu-0005xV-1s for qemu-devel@nongnu.org; Mon, 26 Oct 2015 07:08:50 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40214) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zqfdt-0005xR-Sl for qemu-devel@nongnu.org; Mon, 26 Oct 2015 07:08:45 -0400 Date: Mon, 26 Oct 2015 13:08:42 +0200 From: "Michael S. Tsirkin" Message-ID: <20151026130644-mutt-send-email-mst@redhat.com> References: <1432067391-19834-1-git-send-email-rth@twiddle.net> <55964648.8060606@ilande.co.uk> <562DF60F.10509@ilande.co.uk> <20151026100348.GA12077@redhat.com> <562DFBD9.4040802@ilande.co.uk> <562E04D4.8070502@ilande.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <562E04D4.8070502@ilande.co.uk> Subject: Re: [Qemu-devel] [PATCH] virtio: Notice when the system doesn't support MSIx at all List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Mark Cave-Ayland Cc: Peter Maydell , QEMU Developers , Richard Henderson On Mon, Oct 26, 2015 at 10:47:48AM +0000, Mark Cave-Ayland wrote: > On 26/10/15 10:14, Peter Maydell wrote: > > > On 26 October 2015 at 10:09, Mark Cave-Ayland > > wrote: > >> On 26/10/15 10:03, Michael S. Tsirkin wrote: > >>> Pls address the issues if you want this applied. > >> > >> The patch came from Richard rather than myself - my only involvement has > >> been to champion the patch since both myself and Peter have had reports > >> of this message confusing users. > > > > Isn't this patch already in master as commit 0d583647a7fc73f6 ? > > Oh I think you're right! I had that thread tagged and hadn't seen a > reply come through, but I guess Richard must have attached it to one of > his recent pull requests. I did. I don't do replies, I merge patches then change my mind and drop them too many times to make "applied thanks" work. As I send pulls about once a week, and Cc contributors, you only need to watch these to know whether stuff is merged. > In that case apologies to all for the noise. > > > ATB, > > Mark.