From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47584) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYvCR-0004sO-2w for qemu-devel@nongnu.org; Tue, 30 Sep 2014 07:02:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XYvCK-0007pC-Vp for qemu-devel@nongnu.org; Tue, 30 Sep 2014 07:02:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:20935) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYvCK-0007iO-OB for qemu-devel@nongnu.org; Tue, 30 Sep 2014 07:02:24 -0400 Message-ID: <1412074932.23471.14.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Tue, 30 Sep 2014 13:02:12 +0200 In-Reply-To: <20140929161836.GD21268@redhat.com> References: <1411475457-10942-1-git-send-email-kraxel@redhat.com> <1411475457-10942-4-git-send-email-kraxel@redhat.com> <20140929161836.GD21268@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 3/3] vga-pci: add qext region to mmio List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: qemu-devel@nongnu.org, Anthony Liguori , David Gibson On Mo, 2014-09-29 at 19:18 +0300, Michael S. Tsirkin wrote: > > + .driver = "VGA",\ > > + .property = "qext",\ > > + .value = "off",\ > > I'd prefer a more friendly name like "qemu-extended-registers". > There's very little documentation for properties besides > the name, so the name has to be explicit. Done. cheers, Gerd