[Spice-commits] Changes to 'vgabios.3'

Gerd Hoffmann kraxel at kemper.freedesktop.org
Wed Nov 3 04:52:27 PDT 2010


New branch 'vgabios.3' available with the following commits:
commit 376de67c731eae0e57eb9e958fd55420ee807952
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Fri Oct 15 11:45:13 2010 +0200

    more stdvga cleanups.
    
    video.x is gone now.  It was the only user of the
    vga bios_offset + bios_size logic.  Zap it.
    
    Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>

commit 23b1c6a799f6503465bdce80d07cb2819c61dad2
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Thu May 6 11:14:11 2010 +0200

    switch vmware_vga to pci vgabios
    
    Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>

commit c59d569043e3c5a1ba21e29a67e7d0390081d319
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Thu May 6 11:13:11 2010 +0200

    switch stdvga to pci vgabios
    
    Make stdvga provide the new vgabios binary (with pcibios support)
    using the PCI option rom bar.  Seabios will happily load it from
    there.  The new vga bios will also lookup the framebuffer address
    in pci config space, so the magic bochs lfb @ 0xe0000000 is not
    needed any more -> zap it.
    
    Without the patch:
    
      # dmesg | grep framebuffer
      vesafb: framebuffer at 0xe0000000, mapped to 0xf7e80000, using 1875k, total 8192k
      # lspci -vs2
      00:02.0 VGA compatible controller: Technical Corp. Device 1111 (prog-if 00 [VGA controller])
    	Subsystem: Qumranet, Inc. Device 1100
    	Physical Slot: 2
    	Flags: fast devsel
    	Memory at f0000000 (32-bit, prefetchable) [size=8M]
    	Expansion ROM at <unassigned> [disabled]
    
    With patch applied:
    
      # dmesg | grep framebuffer
      vesafb: framebuffer at 0xf0000000, mapped to 0xf7e80000, using 1875k, total 8192k
      # lspci -vs2
      00:02.0 VGA compatible controller: Technical Corp. Device 1111 (prog-if 00 [VGA controller])
    	Subsystem: Qumranet, Inc. Device 1100
    	Physical Slot: 2
    	Flags: fast devsel
    	Memory at f0000000 (32-bit, prefetchable) [size=8M]
    	Expansion ROM at f0800000 [disabled] [size=64K]
    
    cheers,
      Gerd
    
    Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>

commit 05cad9482ede8008a9928d2181245ab4474a5e20
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Mon Aug 23 12:10:46 2010 +0200

    Add new vgabios binaries to blobs list.
    
    Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>



More information about the Spice-commits mailing list