From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:33571) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QKXAF-0005WG-9h for qemu-devel@nongnu.org; Thu, 12 May 2011 10:46:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QKXAE-00027N-Bc for qemu-devel@nongnu.org; Thu, 12 May 2011 10:46:55 -0400 Received: from mx1.redhat.com ([209.132.183.28]:28992) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QKXAD-00027J-Vx for qemu-devel@nongnu.org; Thu, 12 May 2011 10:46:54 -0400 Message-ID: <4DCBF2D9.6070103@redhat.com> Date: Thu, 12 May 2011 16:46:49 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1305133877-4163-1-git-send-email-glommer@redhat.com> In-Reply-To: <1305133877-4163-1-git-send-email-glommer@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] Add an isa device for SGA List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Glauber Costa Cc: aliguori@us.ibm.com, mtosatti@redhat.com, qemu-devel@nongnu.org, kvm@vger.kernel.org, avi@redhat.com On 05/11/11 19:11, 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. How about adding a qdev property to isa-serial instead? cheers, Gerd