From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:42013) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QLt3J-0002KK-B4 for qemu-devel@nongnu.org; Mon, 16 May 2011 04:21:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QLt3I-0002pg-FK for qemu-devel@nongnu.org; Mon, 16 May 2011 04:21:21 -0400 Received: from ipmail06.adl6.internode.on.net ([150.101.137.145]:39962) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QLt3I-0002pM-2k for qemu-devel@nongnu.org; Mon, 16 May 2011 04:21:20 -0400 From: Brad Hards Date: Mon, 16 May 2011 18:21:08 +1000 References: <1305204913-13321-1-git-send-email-glommer@redhat.com> In-Reply-To: <1305204913-13321-1-git-send-email-glommer@redhat.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201105161821.08905.bradh@frogmouth.net> Subject: Re: [Qemu-devel] [PATCH v2] Add an isa device for SGA List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, glommer@redhat.com On Thu, 12 May 2011 10:55:13 pm Glauber Costa wrote: > This patch adds a dummy legacy ISA device whose responsibility is to > deploy sgabios, an option rom for a serial graphics adapter. > The proposal is that this device is always-on when -nographics, > but can otherwise be enable in any setup when -device sga is used. Perhaps could use documentation changes, especially a reference to the location for the ROM image (given that came up as a question on the original patch series) Brad