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
/
tcx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-19
hw: Replace anti-social QOM type names
Markus Armbruster
1
-1
/
+1
2021-03-06
hw/display/tcx: Drop unnecessary code for handling BGR format outputs
Peter Maydell
1
-23
/
+8
2020-12-10
vl: extract softmmu/datadir.c
Paolo Bonzini
1
-0
/
+1
2020-11-22
hw/display/tcx: add missing 64-bit access for framebuffer blitter
Mark Cave-Ayland
1
-1
/
+5
2020-10-28
hw/display/tcx: Allow 64-bit accesses to framebuffer stippler and blitter
Philippe Mathieu-Daudé
1
-3
/
+15
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
1
-3
/
+1
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
1
-1
/
+2
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
1
-2
/
+4
2020-05-15
hw: Remove unnecessary DEVICE() cast
Philippe Mathieu-Daudé
1
-2
/
+2
2020-03-17
hw/display: Use memory_region_init_rom() with read-only regions
Philippe Mathieu-Daudé
1
-3
/
+2
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
1
-1
/
+1
2020-01-24
hw/display/tcx: Add missing fall through comments
Philippe Mathieu-Daudé
1
-0
/
+2
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
1
-0
/
+1
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
1
-0
/
+1
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-1
/
+1
2018-10-19
cpus hw target: Use warn_report() & friends to report warnings
Markus Armbruster
1
-1
/
+1
2018-02-13
memory: hide memory_region_sync_dirty_bitmap behind DirtyBitmapSnapshot
Paolo Bonzini
1
-2
/
+0
2017-07-14
memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()
Peter Maydell
1
-2
/
+2
2017-05-11
tcx: make display updates thread safe
Mark Cave-Ayland
1
-44
/
+24
2017-05-05
tcx: fix cut/paste error in update_palette_entries()
Mark Cave-Ayland
1
-1
/
+0
2017-04-21
tcx: switch to load_image_mr() and remove prom_addr hack
Mark Cave-Ayland
1
-3
/
+1
2017-04-21
tcx: use tcx_set_dirty() for accelerated ops
Mark Cave-Ayland
1
-5
/
+5
2017-04-21
tcx: remove primitives for non-32-bit surfaces
Mark Cave-Ayland
1
-118
/
+8
2017-04-21
tcx: remove TARGET_PAGE_SIZE from tcx24_update_display()
Mark Cave-Ayland
1
-40
/
+6
2017-04-21
tcx: remove TARGET_PAGE_SIZE from tcx_update_display()
Mark Cave-Ayland
1
-32
/
+4
2017-04-21
tcx: remove page24 and cpage from tcx24_update_display()
Mark Cave-Ayland
1
-5
/
+2
2017-04-21
tcx: alter tcx24_reset_dirty() to accept address and length parameters
Mark Cave-Ayland
1
-20
/
+11
2017-04-21
tcx: alter tcx24_check_dirty() to accept address and length parameters
Mark Cave-Ayland
1
-11
/
+14
2017-04-21
tcx: ensure tcx_set_dirty() also invalidates the 24-bit plane and cplane
Mark Cave-Ayland
1
-0
/
+7
2017-04-21
tcx: alter tcx_set_dirty() to accept address and length parameters
Mark Cave-Ayland
1
-6
/
+6
2016-03-22
hw: explicitly include qemu-common.h and cpu.h
Paolo Bonzini
1
-0
/
+1
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
2015-11-06
hw/display/tcx: Remove superfluous OBJECT() typecasts
Thomas Huth
1
-14
/
+12
2015-10-09
hw: do not pass NULL to memory_region_init from instance_init
Paolo Bonzini
1
-1
/
+1
2015-09-18
Fix bad error handling after memory_region_init_ram()
Markus Armbruster
1
-2
/
+2
2015-06-23
hw/display/tcx.c: Fix memory leak
Shannon Zhao
1
-0
/
+1
2015-06-22
qerror: Move #include out of qerror.h
Markus Armbruster
1
-0
/
+1
2015-06-05
display: add memory_region_sync_dirty_bitmap calls
Paolo Bonzini
1
-0
/
+2
2015-06-05
display: enable DIRTY_MEMORY_VGA tracking explicitly
Paolo Bonzini
1
-0
/
+1
2014-09-23
tcx: Implement hardware acceleration
Mark Cave-Ayland
1
-118
/
+559
2014-09-09
memory: add parameter errp to memory_region_init_ram
Hu Tao
1
-2
/
+3
2014-06-05
tcx: move initialisation from realizefn to initfn
Mark Cave-Ayland
1
-18
/
+28
2014-06-05
tcx: move initialisation from SysBusDevice class to TCX class realizefn
Mark Cave-Ayland
1
-14
/
+12
2014-05-14
savevm: Remove all the unneeded version_minimum_id_old (rest)
Juan Quintela
1
-2
/
+1
2014-03-05
console: add head to index to qemu consoles.
Gerd Hoffmann
1
-2
/
+2
2014-02-14
qdev: Remove hex8/32/64 property types
Paolo Bonzini
1
-2
/
+2
2013-11-21
sun4m: Add FCode ROM for TCX framebuffer
Mark Cave-Ayland
1
-1
/
+25
2013-07-29
tcx: QOM cast cleanup
Andreas Färber
1
-4
/
+8
[next]