Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965132AbdCWOPL (ORCPT ); Thu, 23 Mar 2017 10:15:11 -0400 Received: from aserp1040.oracle.com ([141.146.126.69]:23104 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965047AbdCWOO7 (ORCPT ); Thu, 23 Mar 2017 10:14:59 -0400 Subject: Re: [PATCH] xen, fbfront: add support for specifying size via xenstore To: Juergen Gross , linux-kernel@vger.kernel.org, xen-devel@lists.xenproject.org, linux-fbdev@vger.kernel.org References: <20170323125304.11891-1-jgross@suse.com> Cc: b.zolnierkie@samsung.com From: Boris Ostrovsky Message-ID: Date: Thu, 23 Mar 2017 10:13:44 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <20170323125304.11891-1-jgross@suse.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Source-IP: aserv0021.oracle.com [141.146.126.233] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 464 Lines: 12 On 03/23/2017 08:53 AM, Juergen Gross wrote: > Today xen-fbfront supports specifying the display size via module > parameters only. Add support for specifying the size via Xenstore in > order to enable doing this easily via the domain's Xen configuration. > > Add an error message in case the configured display size conflicts > with video memory size. > > Signed-off-by: Juergen Gross Reviewed-by: Boris Ostrovsky