index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
display
Age
Commit message (
Expand
)
Author
2020-05-28
sm501: Convert printf + abort to qemu_log_mask
BALATON Zoltan
2020-05-28
hw/display/pxa2xx_lcd: Replace printf() call by qemu_log_mask()
Philippe Mathieu-Daudé
2020-05-28
hw/display/omap_dss: Replace fprintf() call by qemu_log_mask(LOG_UNIMP)
Philippe Mathieu-Daudé
2020-05-28
hw/display/exynos4210_fimd: Use qemu_log_mask(GUEST_ERROR)
Philippe Mathieu-Daudé
2020-05-28
hw/display/vmware_vga: Let the PCI device own its I/O MemoryRegion
Philippe Mathieu-Daudé
2020-05-28
hw/display/vmware_vga: Replace printf() calls by qemu_log_mask(ERROR)
Philippe Mathieu-Daudé
2020-05-28
hw/display/xlnx_dp: Replace disabled DPRINTF() by error_report()
Philippe Mathieu-Daudé
2020-05-28
hw/display/dpcd: Convert debug printf()s to trace events
Philippe Mathieu-Daudé
2020-05-28
hw/display/dpcd: Fix memory region size
Philippe Mathieu-Daudé
2020-05-28
hw/display/cirrus_vga: Convert debug printf() to trace event
Philippe Mathieu-Daudé
2020-05-28
hw/display/cirrus_vga: Use qemu_log_mask(ERROR) instead of debug printf
Philippe Mathieu-Daudé
2020-05-28
hw/display/cirrus_vga: Use qemu_log_mask(UNIMP) instead of debug printf
Philippe Mathieu-Daudé
2020-05-28
hw/display/cirrus_vga: Convert debug printf() to trace event
Philippe Mathieu-Daudé
2020-05-28
hw/display/cg3: Convert debug printf()s to trace events
Philippe Mathieu-Daudé
2020-05-21
hw/arm/pxa2xx: Replace hw_error() by qemu_log_mask()
Philippe Mathieu-Daudé
2020-05-18
ramfb: fix size calculation
Gerd Hoffmann
2020-05-18
ramfb: add sanity checks to ramfb_create_display_surface
Gerd Hoffmann
2020-05-18
ramfb: don't update RAMFBState on errors
Gerd Hoffmann
2020-05-18
ramfb: drop leftover debug message
Gerd Hoffmann
2020-05-18
Revert "hw/display/ramfb: lock guest resolution after it's set"
Gerd Hoffmann
2020-05-18
Revert "hw/display/ramfb: initialize fw-config space with xres/ yres"
Gerd Hoffmann
2020-05-18
hw/display: Include local 'framebuffer.h'
Philippe Mathieu-Daudé
2020-05-18
ati-vga: Do not allow unaligned access via index register
BALATON Zoltan
2020-05-15
hw: Remove unnecessary DEVICE() cast
Philippe Mathieu-Daudé
2020-05-15
qdev: Unrealize must not fail
Markus Armbruster
2020-05-15
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
2020-05-05
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul...
Peter Maydell
2020-05-04
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2020-05-04
lockable: replaced locks with lock guard macros where appropriate
Daniel Brodsky
2020-05-04
virtio-vga: fix virtio-vga bar ordering
Anthoine Bourgeois
2020-05-04
Compress lines for immediate return
Simran Singhal
2020-05-04
display/blizzard: use extract16() for fix clang analyzer warning in blizzard_...
Chen Qun
2020-04-29
bochs-display: Fix vgamem=SIZE error handling
Markus Armbruster
2020-04-07
ati-vga: Fix checks in ati_2d_blt() to avoid crash
BALATON Zoltan
2020-03-23
hw/arm/bcm283x: Correct the license text
Philippe Mathieu-Daudé
2020-03-17
hw/display: Let devices own the MemoryRegion they create
Philippe Mathieu-Daudé
2020-03-17
hw/display: Use memory_region_init_rom() with read-only regions
Philippe Mathieu-Daudé
2020-03-16
stdvga+bochs-display: add dummy mmio handler
Gerd Hoffmann
2020-03-09
display/exynos4210_fimd: Remove redundant statement in exynos4210_fimd_update()
Chen Qun
2020-03-09
display/pxa2xx_lcd: Remove redundant statement in pxa2xx_palette_parse()
Chen Qun
2020-03-02
qxl: map rom r/o
Gerd Hoffmann
2020-03-02
Arithmetic error in EDID generation fixed
Anton V. Boyarshinov
2020-02-25
Merge branch 'exec_rw_const_v4' of https://github.com/philmd/qemu into HEAD
Paolo Bonzini
2020-02-20
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...
Peter Maydell
2020-02-20
Let cpu_[physical]_memory() calls pass a boolean 'is_write' argument
Philippe Mathieu-Daudé
2020-02-20
Remove unnecessary cast when using the cpu_[physical]_memory API
Philippe Mathieu-Daudé
2020-02-18
hw/display/artist: Remove dead code (CID 1419388 & 1419389)
Philippe Mathieu-Daudé
2020-02-18
hw/display/artist: Avoid drawing line when nothing to display
Philippe Mathieu-Daudé
2020-02-18
hw/display/artist: Delay some variables initialization
Philippe Mathieu-Daudé
2020-02-18
hw/display/artist: Remove pointless initialization
Philippe Mathieu-Daudé
[prev]
[next]