1. 27 9月, 2018 1 次提交
    • G
      display/stdvga: add edid support. · d46b40fc
      Gerd Hoffmann 提交于
      This patch adds edid support to the qemu stdvga.  It is turned off by
      default and can be enabled with the new edid property.  The patch also
      adds xres and yres properties to specify the video mode you want the
      guest use.  Works only with edid enabled and updated guest driver.
      
      The mmio bar of the stdvga has some unused address space at the start.
      It was reserved just in case it'll be needed for virtio, but it turned
      out to not be needed for that.  So let's use that region to place the
      EDID data block there.
      Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
      Message-id: 20180925075646.25114-6-kraxel@redhat.com
      d46b40fc
  2. 15 10月, 2014 1 次提交
  3. 28 4月, 2014 1 次提交
  4. 16 11月, 2012 1 次提交
    • G
      vga: fix bochs alignment issue · df9ffb72
      Gerd Hoffmann 提交于
      The bochs dispi interface traditionally uses port 0x1ce as 16bit index
      register and port 0x1cf as 16bit data register.  The later is unaligned,
      and probably for that reason the the data register was moved to 0x1d0
      for non-x86 archs.
      
      This patch makes the data register available at 0x1d0 on x86 too.  The
      old x86 location is kept for compatibility reasons, so both 0x1cf and
      0x1d0 can be used as data register on x86.
      Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
      df9ffb72
  5. 20 10月, 2012 1 次提交