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