Re: [Qemu-devel] [PATCH 2/4] vga: add secondary stdvga variant

2014-03-12 Thread Eric Blake
On 03/12/2014 06:55 AM, Gerd Hoffmann wrote: > Add a standard vga variant which doesn't occupy any legacy > ressources and thus can easily be used as secondary (or legacy-free) s/ressources/resources/ > graphics adapter. Programming must be done using the MMIO bar. > > Signed-off-by: Gerd Hoffm

[Qemu-devel] [PATCH 2/4] vga: add secondary stdvga variant

2014-03-12 Thread Gerd Hoffmann
Add a standard vga variant which doesn't occupy any legacy ressources and thus can easily be used as secondary (or legacy-free) graphics adapter. Programming must be done using the MMIO bar. Signed-off-by: Gerd Hoffmann --- docs/specs/standard-vga.txt | 13 +++--- hw/display/vga-pci.c