Philippe Mathieu-Daudé
|
8e5c952b37
hw: Remove unnecessary DEVICE() cast
|
5 years ago |
Philippe Mathieu-Daudé
|
52013bcea0
hw/display: Use memory_region_init_rom() with read-only regions
|
5 years ago |
Marc-André Lureau
|
4f67d30b5e
qdev: set properties with device_class_set_props()
|
5 years ago |
Philippe Mathieu-Daudé
|
ada4406516
hw/display/tcx: Add missing fall through comments
|
5 years ago |
Markus Armbruster
|
a27bd6c779
Include hw/qdev-properties.h less
|
6 years ago |
Markus Armbruster
|
d645427057
Include migration/vmstate.h less
|
6 years ago |
Markus Armbruster
|
a8d2532645
Include qemu-common.h exactly where needed
|
6 years ago |
Markus Armbruster
|
0b8fa32f55
Include qemu/module.h where needed, drop it from qemu-common.h
|
6 years ago |
Markus Armbruster
|
0765691e97
cpus hw target: Use warn_report() & friends to report warnings
|
6 years ago |
Paolo Bonzini
|
0fe1eca7dc
memory: hide memory_region_sync_dirty_bitmap behind DirtyBitmapSnapshot
|
7 years ago |
Peter Maydell
|
1cfe48c1ce
memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()
|
8 years ago |
Mark Cave-Ayland
|
2dd285b5f3
tcx: make display updates thread safe
|
8 years ago |
Mark Cave-Ayland
|
b290f3b12e
tcx: fix cut/paste error in update_palette_entries()
|
8 years ago |
Mark Cave-Ayland
|
7497638642
tcx: switch to load_image_mr() and remove prom_addr hack
|
8 years ago |
Mark Cave-Ayland
|
973945804d
tcx: use tcx_set_dirty() for accelerated ops
|
8 years ago |
Mark Cave-Ayland
|
ee72bed08c
tcx: remove primitives for non-32-bit surfaces
|
8 years ago |
Mark Cave-Ayland
|
d18e101225
tcx: remove TARGET_PAGE_SIZE from tcx24_update_display()
|
8 years ago |
Mark Cave-Ayland
|
0a97c6c4f9
tcx: remove TARGET_PAGE_SIZE from tcx_update_display()
|
8 years ago |
Mark Cave-Ayland
|
66dcabea47
tcx: remove page24 and cpage from tcx24_update_display()
|
8 years ago |
Mark Cave-Ayland
|
36180430ac
tcx: alter tcx24_reset_dirty() to accept address and length parameters
|
8 years ago |
Mark Cave-Ayland
|
427ee02bc9
tcx: alter tcx24_check_dirty() to accept address and length parameters
|
8 years ago |
Mark Cave-Ayland
|
4b865c2809
tcx: ensure tcx_set_dirty() also invalidates the 24-bit plane and cplane
|
8 years ago |
Mark Cave-Ayland
|
9800b3c20e
tcx: alter tcx_set_dirty() to accept address and length parameters
|
8 years ago |
Paolo Bonzini
|
4771d756f4
hw: explicitly include qemu-common.h and cpu.h
|
9 years ago |
Markus Armbruster
|
da34e65cb4
include/qemu/osdep.h: Don't include qapi/error.h
|
9 years ago |
Peter Maydell
|
47df5154c3
hw/display: Clean up includes
|
9 years ago |
Thomas Huth
|
b21de19992
hw/display/tcx: Remove superfluous OBJECT() typecasts
|
9 years ago |
Paolo Bonzini
|
81e0ab48dd
hw: do not pass NULL to memory_region_init from instance_init
|
10 years ago |
Markus Armbruster
|
f8ed85ac99
Fix bad error handling after memory_region_init_ram()
|
10 years ago |
Shannon Zhao
|
8684e85ca9
hw/display/tcx.c: Fix memory leak
|
10 years ago |