From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53404) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eqPrp-0005Ee-CT for qemu-devel@nongnu.org; Mon, 26 Feb 2018 15:59:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eqPrl-0002hE-HM for qemu-devel@nongnu.org; Mon, 26 Feb 2018 15:59:25 -0500 Received: from mx1.redhat.com ([209.132.183.28]:54996) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eqPrl-0002eG-Az for qemu-devel@nongnu.org; Mon, 26 Feb 2018 15:59:21 -0500 Date: Mon, 26 Feb 2018 13:59:16 -0700 From: Alex Williamson Message-ID: <20180226135916.3bcfd7c8@w520.home> In-Reply-To: <20180226083551.dingmvxfgqydw35a@sirius.home.kraxel.org> References: <20180219111458.25983-1-kraxel@redhat.com> <20180219151649.13a197f9@w520.home> <20180220102814.rtcvsrsdtdndcfez@sirius.home.kraxel.org> <20180222092811.0a705b9e@w520.home> <20180223090517.beti6t5grnxxhlwq@sirius.home.kraxel.org> <20180226083551.dingmvxfgqydw35a@sirius.home.kraxel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4 0/7] vfio: add display support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: Kirti Wankhede , intel-gvt-dev@lists.freedesktop.org, qemu-devel@nongnu.org, Tina Zhang On Mon, 26 Feb 2018 09:35:51 +0100 Gerd Hoffmann wrote: > On Fri, Feb 23, 2018 at 10:05:17AM +0100, Gerd Hoffmann wrote: > > > Hi Gerd, > > > > > > It's a little bit concerning that the only way we can test the > > > region-based display support is with proprietary drivers that nobody > > > but NVIDIA has at this point. Have you considered adding region-based > > > display support to the mdev sample tty driver? I know it sounds > > > ridiculous for a serial device to have a display, but the vfio display > > > region support isn't really tied to the functionality of the base mdev > > > device. We could have it simply display a static test pattern, just so > > > we can test the end to end code path without a dependency on a closed > > > vendor driver. > > > > Hmm, have to think about that. Some way to change the display content > > would be nice as you can see whenever display updates are working then. > > https://www.kraxel.org/cgit/linux/log/?h=vfio-sample-display > > Comes with host mdev driver and guest framebuffer driver. Awesome!