index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
display
/
cg3.c
Age
Commit message (
Expand
)
Author
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-05-28
hw/display/cg3: Convert debug printf()s to trace events
Philippe Mathieu-Daudé
2020-05-15
hw: Remove unnecessary DEVICE() cast
Philippe Mathieu-Daudé
2020-03-17
hw/display: Use memory_region_init_rom() with read-only regions
Philippe Mathieu-Daudé
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2018-10-19
cpus hw target: Use warn_report() & friends to report warnings
Markus Armbruster
2018-08-23
fix "Missing break in switch" coverity reports
Paolo Bonzini
2018-02-13
memory: hide memory_region_sync_dirty_bitmap behind DirtyBitmapSnapshot
Paolo Bonzini
2018-01-16
maint: Fix macros with broken 'do/while(0); ' usage
Eric Blake
2017-07-14
hw: Use new memory_region_init_{ram, rom, rom_device}() functions
Peter Maydell
2017-07-14
memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()
Peter Maydell
2017-05-11
cg3: make display updates thread safe
Mark Cave-Ayland
2017-05-05
cg3: add explicit ram_addr_t cast to scanline page variable
Mark Cave-Ayland
2017-04-21
cg3: switch to load_image_mr() and remove prom-addr hack
Mark Cave-Ayland
2017-04-21
cg3: fix up size parameter for memory_region_get_dirty()
Mark Cave-Ayland
2017-04-21
cg3: remove TARGET_PAGE_SIZE rounding on dirty page detection
Mark Cave-Ayland
2016-05-19
hw: explicitly include qemu/log.h
Paolo Bonzini
2016-05-19
qemu-common: push cpu.h inclusion out of qemu-common.h
Paolo Bonzini
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-01-29
hw/display: Clean up includes
Peter Maydell
2015-10-09
hw: do not pass NULL to memory_region_init from instance_init
Paolo Bonzini
2015-09-18
Fix bad error handling after memory_region_init_ram()
Markus Armbruster
2015-06-23
hw/display/cg3.c: Fix memory leak
Shannon Zhao
2015-06-05
display: add memory_region_sync_dirty_bitmap calls
Paolo Bonzini
2015-06-05
display: enable DIRTY_MEMORY_VGA tracking explicitly
Paolo Bonzini
2014-09-09
memory: add parameter errp to memory_region_init_ram
Hu Tao
2014-06-05
cg3: add extra check to prevent CG3 register array overflow
Mark Cave-Ayland
2014-06-05
cg3: move initialisation from realizefn to initfn
Mark Cave-Ayland
2014-05-14
savevm: Remove all the unneeded version_minimum_id_old (rest)
Juan Quintela
2014-03-05
console: add head to index to qemu consoles.
Gerd Hoffmann
2014-02-27
sun4m: Add Sun CG3 framebuffer and corresponding OpenBIOS FCode ROM
Mark Cave-Ayland