From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:39656) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gyI9A-0004T5-BN for qemu-devel@nongnu.org; Mon, 25 Feb 2019 10:26:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gyI96-00043B-AY for qemu-devel@nongnu.org; Mon, 25 Feb 2019 10:26:22 -0500 Received: from mx1.redhat.com ([209.132.183.28]:58226) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gyI96-00042P-4l for qemu-devel@nongnu.org; Mon, 25 Feb 2019 10:26:20 -0500 Date: Mon, 25 Feb 2019 16:26:18 +0100 From: Gerd Hoffmann Message-ID: <20190225152618.r3epnypkpu6fyokt@sirius.home.kraxel.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] Questions about EDID List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: G 3 Cc: qemu-devel qemu-devel On Mon, Feb 25, 2019 at 09:05:30AM -0500, G 3 wrote: > Hi Gerd, I was wondering if you have made any documentation for your EDID > patches. If you have could you provide a link please? No docs. > Also could a feature be added that allows the user to specify resolutions > to be made available to the guest? > > Maybe it could work like this: -device VGA,edid=on,res=1366x768,7680x4320 A single resolution works (via xres + yres properties). cheers, Gerd