index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
display
/
vga.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-18
hw/display/vga: extract public API from i386/pc to "hw/display/vga.h"
Philippe Mathieu-Daudé
1
-1
/
+1
2017-12-18
hw/display/vga: "vga_int.h" requires "ui/console.h"
Philippe Mathieu-Daudé
1
-1
/
+0
2017-12-18
hw/display/vga: "vga.h" only contains registers defs, rename it "vga_regs.h"
Philippe Mathieu-Daudé
1
-1
/
+1
2017-11-10
vga: fix region checks in wraparound case
Gerd Hoffmann
1
-2
/
+2
2017-10-17
vga: add ram_addr_t cast
Gerd Hoffmann
1
-1
/
+1
2017-10-17
vga: handle cirrus vbe mode wraparounds.
Gerd Hoffmann
1
-7
/
+21
2017-10-17
vga: drop line_offset variable
Gerd Hoffmann
1
-4
/
+3
2017-09-01
vga/migration: Update memory map in post_load
Dr. David Alan Gilbert
1
-0
/
+1
2017-09-01
vga: stop passing pointers to vga_draw_line* functions
Gerd Hoffmann
1
-2
/
+3
2017-09-01
vga: fix display update region calculation (split screen)
Gerd Hoffmann
1
-2
/
+8
2017-08-31
vga: use DIV_ROUND_UP
Marc-André Lureau
1
-1
/
+1
2017-07-14
memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()
Peter Maydell
1
-1
/
+1
2017-06-28
vmstate: error hint for failed equal checks
Halil Pasic
1
-1
/
+1
2017-05-11
vga: fix display update region calculation
Gerd Hoffmann
1
-1
/
+1
2017-04-24
vga: make display updates thread safe.
Gerd Hoffmann
1
-19
/
+17
2017-04-24
vga: add vga_scanline_invalidated helper
Gerd Hoffmann
1
-3
/
+11
2017-02-10
vga: replace debug printf with trace points
Gerd Hoffmann
1
-23
/
+4
2016-06-20
coccinelle: Remove unnecessary variables for function return value
Eduardo Habkost
1
-3
/
+1
2016-05-23
vga: add sr_vbe register set
Gerd Hoffmann
1
-22
/
+28
2016-05-02
vga: make sure vga register setup for vbe stays intact (CVE-2016-3712).
Gerd Hoffmann
1
-0
/
+6
2016-05-02
vga: update vga register setup on vbe changes
Gerd Hoffmann
1
-0
/
+1
2016-05-02
vga: factor out vga register setup
Gerd Hoffmann
1
-34
/
+44
2016-05-02
vga: add vbe_enabled() helper
Gerd Hoffmann
1
-4
/
+9
2016-05-02
vga: fix banked access bounds checking (CVE-2016-3710)
Gerd Hoffmann
1
-6
/
+18
2016-03-22
Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND
Rutuja Shah
1
-3
/
+3
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-01-29
hw/display: Clean up includes
Peter Maydell
1
-0
/
+1
2016-01-08
ui/curses: Fix color attribute of monitor for curses
OGAWA Hirofumi
1
-1
/
+2
2015-09-18
Fix bad error handling after memory_region_init_ram()
Markus Armbruster
1
-1
/
+1
2015-06-12
migration: Use normal VMStateDescriptions for Subsections
Juan Quintela
1
-7
/
+4
2015-03-19
Fix remaining warnings from Sparse (void return)
Stefan Weil
1
-1
/
+1
2015-03-03
vga: refactor vram_size clamping and rounding
Radim Krčmář
1
-7
/
+15
2015-03-03
spice: fix invalid memory access to vga.vram
Radim Krčmář
1
-2
/
+2
2015-02-13
isa: remove isa_mem_base variable
Hervé Poussineau
1
-2
/
+1
2015-02-10
vga: Fix warning caused by missing 'static' attribute
Stefan Weil
1
-1
/
+1
2015-01-19
ui: Add dpy_gfx_check_format() to check backend shared surface support
Benjamin Herrenschmidt
1
-4
/
+14
2014-12-16
vga: Add mechanism to force the use of a shadow surface
Benjamin Herrenschmidt
1
-2
/
+15
2014-10-15
hw/display/vga: Remove unused arrays dmask4 and dmask16
Peter Maydell
1
-26
/
+0
2014-09-30
vga: Add endian to vmstate
Benjamin Herrenschmidt
1
-4
/
+37
2014-09-30
vga: Make fb endian a common state variable
Benjamin Herrenschmidt
1
-13
/
+19
2014-09-30
vga: Rename vga_template.h to vga-helpers.h
Benjamin Herrenschmidt
1
-1
/
+1
2014-09-30
vga: Remove some "should be done in BIOS" comments
Benjamin Herrenschmidt
1
-4
/
+2
2014-09-30
vga: Simplify vga_draw_blank() a bit
Benjamin Herrenschmidt
1
-7
/
+2
2014-09-30
vga: Remove rgb_to_pixel indirection
Benjamin Herrenschmidt
1
-21
/
+10
2014-09-30
vga: Separate LE and BE conversion functions
Benjamin Herrenschmidt
1
-15
/
+28
2014-09-30
vga: Remove remainder of old conversion cruft
Benjamin Herrenschmidt
1
-24
/
+22
2014-09-30
vga: Start cutting out non-32bpp conversion support
Benjamin Herrenschmidt
1
-236
/
+22
2014-09-12
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-1
/
+2
2014-09-11
Merge remote-tracking branch 'remotes/kraxel/tags/pull-console-20140905-2' in...
Peter Maydell
1
-4
/
+8
2014-09-09
memory: add parameter errp to memory_region_init_ram
Hu Tao
1
-1
/
+2
[next]