commit | 9c29148ea6e2ba0c1ca81f92138a4f71e5f8d6d7 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Thu Jan 01 21:27:46 2015 +0100 |
committer | Kevin O'Connor <kevin@koconnor.net> | Tue Jan 06 09:53:39 2015 -0500 |
tree | e0f9134d585e2970fc242d8d29572c7a63a01518 | |
parent | 6f86b8936edb948bb878e36f4a1761a5b124594e [diff] |
vgabios: fix graphics operation with Bochs VGA in non-DISPI modes For legacy VGA modes that do not set the VBE_DISPI_ENABLED bit, bochsvga_get_linelength returns 0. Thus all characters are squashed into the first scanline. Fix this by falling back to stdvga for the legacy modes. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>