From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50255) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZqeLD-0005Gp-2O for qemu-devel@nongnu.org; Mon, 26 Oct 2015 05:45:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZqeL9-0001Yg-1M for qemu-devel@nongnu.org; Mon, 26 Oct 2015 05:45:23 -0400 Received: from s16892447.onlinehome-server.info ([82.165.15.123]:60475) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZqeL8-0001Wf-Rf for qemu-devel@nongnu.org; Mon, 26 Oct 2015 05:45:18 -0400 Message-ID: <562DF60F.10509@ilande.co.uk> Date: Mon, 26 Oct 2015 09:44:47 +0000 From: Mark Cave-Ayland MIME-Version: 1.0 References: <1432067391-19834-1-git-send-email-rth@twiddle.net> <55964648.8060606@ilande.co.uk> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit 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: Peter Maydell Cc: Richard Henderson , QEMU Developers , "Michael S. Tsirkin" On 27/09/15 15:40, Peter Maydell wrote: > Ping^2 -- this is still confusing users, cf bug LP:1500175. > > thanks > -- PMM > > On 6 July 2015 at 11:38, Peter Maydell wrote: >> On 3 July 2015 at 09:22, Mark Cave-Ayland wrote: >>> On 19/05/15 21:29, Richard Henderson wrote: >>> >>>> And do not issue an error_report in that case. >>>> >>>> Signed-off-by: Richard Henderson >>>> --- >>>> hw/virtio/virtio-pci.c | 15 ++++++++++----- >>>> 1 file changed, 10 insertions(+), 5 deletions(-) >>>> -- >>>> >>>> This seems to be about the only sane way to test the value of >>>> msi_supported from here. Thoughts? >> >>> Ping? Any chance of getting this applied for 2.4 since it's something >>> that I do get emails about for SPARC64? >> >> Michael would like a respin with the commit message correction >> he suggested. RTH -- could you send out a fixed up version, please? >> >> thanks >> -- PMM Another ping on this patch - please can we have it for 2.5? It has been around since before 2.4 and I'd hate for it to miss another release :( ATB, Mark.