Add an isa device for SGA
commita90d4690074526f54ad0851fce19fa6783f06803
authorGlauber Costa <glommer@redhat.com>
Mon, 16 May 2011 18:45:08 +0000 (16 15:45 -0300)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 7 Jun 2011 18:52:30 +0000 (7 13:52 -0500)
treeb19b9e738828223ed7d13b77a70ca754154d8fae
parentc1990ebfa11265d3aa9b6a4d5d1a02bd3f9ac5c6
Add an isa device for SGA

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.

[v2: suggestions on qdev by Markus ]
[v3: cleanups and documentation, per list suggestions ]

Signed-off-by: Glauber Costa <glommer@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Makefile.target
hw/pc.c
hw/sga.c [new file with mode: 0644]