Re: [Qemu-devel] [PATCH] Add an isa device for SGA

2011-05-12 Thread Gerd Hoffmann
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 us

Re: [Qemu-devel] [PATCH] Add an isa device for SGA

2011-05-12 Thread Markus Armbruster
Glauber Costa writes: > 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. > > Si

Re: [Qemu-devel] [PATCH] Add an isa device for SGA

2011-05-11 Thread Glauber de Oliveira Costa
- Original Message - > From: "Jan Kiszka" > To: "Glauber Costa" > Cc: k...@vger.kernel.org, aligu...@us.ibm.com, mtosa...@redhat.com, > qemu-devel@nongnu.org, a...@redhat.com > Sent: Wednesday, May 11, 2011 5:00:10 PM > Subject: Re: [PATCH] Add an isa device for SGA > On 2011-05-11 19:

Re: [Qemu-devel] [PATCH] Add an isa device for SGA

2011-05-11 Thread Jan Kiszka
On 2011-05-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 s

[Qemu-devel] [PATCH] Add an isa device for SGA

2011-05-11 Thread Glauber Costa
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. Signed-off-by: Glauber Costa --- Ma