index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
display
/
vga.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
display: include dependencies explicitly
Michael S. Tsirkin
2022-11-10
1
-0
/
+1
*
vga: fix incorrect line height in 640x200x2 mode
Paolo Bonzini
2022-07-28
1
-1
/
+2
*
Replace TARGET_WORDS_BIGENDIAN
Marc-André Lureau
2022-04-06
1
-1
/
+1
*
Replace config-time define HOST_WORDS_BIGENDIAN
Marc-André Lureau
2022-04-06
1
-6
/
+6
*
hw/display/vga: Report a proper error when adding a 2nd ISA VGA
Thomas Huth
2022-03-18
1
-0
/
+6
*
hw/display: Allow vga_common_init() to return errors
Thomas Huth
2022-03-18
1
-2
/
+9
*
vga: Allow writing VBE_DISPI_ID5 to ID register
Dennis Wölfing
2021-06-15
1
-1
/
+2
*
modules: add have_vga
Gerd Hoffmann
2021-05-10
1
-0
/
+2
*
hw/display/vga:Remove redundant statement in vga_draw_graphic()
Chen Qun
2020-09-01
1
-1
/
+0
*
vga: cleanup mapping of VRAM for non-PCI VGA
Paolo Bonzini
2019-12-18
1
-12
/
+0
*
hw/display: Remove "rombar" hack from vga-pci and vmware_vga
Thomas Huth
2019-12-18
1
-3
/
+1
*
vga: move access helpers to separate include file
Gerd Hoffmann
2019-09-19
1
-0
/
+1
*
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
1
-1
/
+0
*
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include sysemu/reset.h a lot less
Markus Armbruster
2019-08-16
1
-0
/
+2
*
avoid TABs in files that only contain a few
Paolo Bonzini
2019-01-11
1
-4
/
+4
*
use dpy_gfx_update_full
Gerd Hoffmann
2018-08-30
1
-2
/
+1
*
Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180703-pull-request' ...
Peter Maydell
2018-07-03
1
-2
/
+2
|
\
|
*
vga: disable global_vmstate for 3.0+ machine types
Gerd Hoffmann
2018-07-03
1
-2
/
+2
*
|
hw/display: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
2018-07-02
1
-2
/
+3
|
/
*
vga: cleanup surface handling
Gerd Hoffmann
2018-06-04
1
-17
/
+19
*
vga: catch depth 0
Gerd Hoffmann
2018-05-24
1
-5
/
+18
*
vga: fix region calculation
Gerd Hoffmann
2018-03-12
1
-0
/
+2
*
memory: hide memory_region_sync_dirty_bitmap behind DirtyBitmapSnapshot
Paolo Bonzini
2018-02-13
1
-6
/
+0
*
vga: check the validation of memory addr when draw text
linzhecheng
2018-01-25
1
-0
/
+3
*
hw/display/vga: extract public API from i386/pc to "hw/display/vga.h"
Philippe Mathieu-Daudé
2017-12-18
1
-1
/
+1
*
hw/display/vga: "vga_int.h" requires "ui/console.h"
Philippe Mathieu-Daudé
2017-12-18
1
-1
/
+0
*
hw/display/vga: "vga.h" only contains registers defs, rename it "vga_regs.h"
Philippe Mathieu-Daudé
2017-12-18
1
-1
/
+1
*
vga: fix region checks in wraparound case
Gerd Hoffmann
2017-11-10
1
-2
/
+2
*
vga: add ram_addr_t cast
Gerd Hoffmann
2017-10-17
1
-1
/
+1
*
vga: handle cirrus vbe mode wraparounds.
Gerd Hoffmann
2017-10-17
1
-7
/
+21
*
vga: drop line_offset variable
Gerd Hoffmann
2017-10-17
1
-4
/
+3
*
vga/migration: Update memory map in post_load
Dr. David Alan Gilbert
2017-09-01
1
-0
/
+1
*
vga: stop passing pointers to vga_draw_line* functions
Gerd Hoffmann
2017-09-01
1
-2
/
+3
*
vga: fix display update region calculation (split screen)
Gerd Hoffmann
2017-09-01
1
-2
/
+8
*
vga: use DIV_ROUND_UP
Marc-André Lureau
2017-08-31
1
-1
/
+1
*
memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()
Peter Maydell
2017-07-14
1
-1
/
+1
*
vmstate: error hint for failed equal checks
Halil Pasic
2017-06-28
1
-1
/
+1
*
vga: fix display update region calculation
Gerd Hoffmann
2017-05-11
1
-1
/
+1
*
vga: make display updates thread safe.
Gerd Hoffmann
2017-04-24
1
-19
/
+17
*
vga: add vga_scanline_invalidated helper
Gerd Hoffmann
2017-04-24
1
-3
/
+11
*
vga: replace debug printf with trace points
Gerd Hoffmann
2017-02-10
1
-23
/
+4
*
coccinelle: Remove unnecessary variables for function return value
Eduardo Habkost
2016-06-20
1
-3
/
+1
*
vga: add sr_vbe register set
Gerd Hoffmann
2016-05-23
1
-22
/
+28
*
vga: make sure vga register setup for vbe stays intact (CVE-2016-3712).
Gerd Hoffmann
2016-05-02
1
-0
/
+6
*
vga: update vga register setup on vbe changes
Gerd Hoffmann
2016-05-02
1
-0
/
+1
*
vga: factor out vga register setup
Gerd Hoffmann
2016-05-02
1
-34
/
+44
*
vga: add vbe_enabled() helper
Gerd Hoffmann
2016-05-02
1
-4
/
+9
*
vga: fix banked access bounds checking (CVE-2016-3710)
Gerd Hoffmann
2016-05-02
1
-6
/
+18
*
Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND
Rutuja Shah
2016-03-22
1
-3
/
+3
[next]