Gerd Hoffmann
|
145e543eb3
vga: move access helpers to separate include file
|
6 years ago |
Markus Armbruster
|
650d103d3e
Include hw/hw.h exactly where needed
|
6 years ago |
Markus Armbruster
|
d645427057
Include migration/vmstate.h less
|
6 years ago |
Markus Armbruster
|
71e8a91585
Include sysemu/reset.h a lot less
|
6 years ago |
Paolo Bonzini
|
7d37435bd5
avoid TABs in files that only contain a few
|
6 years ago |
Gerd Hoffmann
|
91155f8bf7
use dpy_gfx_update_full
|
7 years ago |
Peter Maydell
|
79c2b203a9
Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180703-pull-request' into staging
|
7 years ago |
Gerd Hoffmann
|
1fcfdc435a
vga: disable global_vmstate for 3.0+ machine types
|
7 years ago |
Philippe Mathieu-Daudé
|
f0353b0d10
hw/display: Use the IEC binary prefix definitions
|
7 years ago |
Gerd Hoffmann
|
6bc2fd57e1
vga: cleanup surface handling
|
7 years ago |
Gerd Hoffmann
|
a89fe6c329
vga: catch depth 0
|
7 years ago |
Gerd Hoffmann
|
7cdc61becd
vga: fix region calculation
|
7 years ago |
Paolo Bonzini
|
0fe1eca7dc
memory: hide memory_region_sync_dirty_bitmap behind DirtyBitmapSnapshot
|
7 years ago |
linzhecheng
|
191f59dc17
vga: check the validation of memory addr when draw text
|
7 years ago |
Philippe Mathieu-Daudé
|
866e2b3727
hw/display/vga: extract public API from i386/pc to "hw/display/vga.h"
|
7 years ago |
Philippe Mathieu-Daudé
|
e07b15891e
hw/display/vga: "vga_int.h" requires "ui/console.h"
|
7 years ago |
Philippe Mathieu-Daudé
|
d10d69e39d
hw/display/vga: "vga.h" only contains registers defs, rename it "vga_regs.h"
|
7 years ago |
Gerd Hoffmann
|
115788d7a7
vga: fix region checks in wraparound case
|
7 years ago |
Gerd Hoffmann
|
b0898b42ef
vga: add ram_addr_t cast
|
7 years ago |
Gerd Hoffmann
|
28f77de26a
vga: handle cirrus vbe mode wraparounds.
|
7 years ago |
Gerd Hoffmann
|
362f811793
vga: drop line_offset variable
|
7 years ago |
Dr. David Alan Gilbert
|
138bc2df84
vga/migration: Update memory map in post_load
|
8 years ago |
Gerd Hoffmann
|
3d90c62548
vga: stop passing pointers to vga_draw_line* functions
|
8 years ago |
Gerd Hoffmann
|
e65294157d
vga: fix display update region calculation (split screen)
|
8 years ago |
Marc-André Lureau
|
2c23ce22c6
vga: use DIV_ROUND_UP
|
8 years ago |
Peter Maydell
|
1cfe48c1ce
memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()
|
8 years ago |
Halil Pasic
|
d2164ad35c
vmstate: error hint for failed equal checks
|
8 years ago |
Gerd Hoffmann
|
bfc56535f7
vga: fix display update region calculation
|
8 years ago |
Gerd Hoffmann
|
fec5e8c92b
vga: make display updates thread safe.
|
8 years ago |
Gerd Hoffmann
|
f3289f6f0f
vga: add vga_scanline_invalidated helper
|
8 years ago |