aboutsummaryrefslogtreecommitdiff
path: root/hw/display
AgeCommit message (Expand)AuthorFilesLines
2020-06-15qdev: Convert uses of qdev_set_parent_bus() with CoccinelleMarkus Armbruster2-4/+2
2020-06-15qdev: Convert uses of qdev_create() manuallyMarkus Armbruster3-8/+7
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2-4/+4
2020-06-15display/sm501 display/ati: Fix to realize "i2c-ddc"Markus Armbruster2-0/+4
2020-06-15display/xlnx_dp: Fix to realize "i2c-ddc" and "aux-to-i2c-bridge"Markus Armbruster1-0/+4
2020-06-05hw/display/cirrus_vga: Fix code mis-indentationPhilippe Mathieu-Daudé1-3/+3
2020-06-05ati-vga: check mm_index before recursive call (CVE-2020-13800)Prasad J Pandit1-2/+8
2020-05-28sm501: Remove obsolete changelog and todo commentBALATON Zoltan1-18/+1
2020-05-28sm501: Optimize small overlapping blitsBALATON Zoltan1-4/+11
2020-05-28sm501: Replace hand written implementation with pixman where possibleBALATON Zoltan1-88/+119
2020-05-28sm501: Clean up local variables in sm501_2d_operationBALATON Zoltan1-15/+16
2020-05-28sm501: Use BIT(x) macro to shorten constantBALATON Zoltan1-3/+2
2020-05-28sm501: Shorten long variable names in sm501_2d_operationBALATON Zoltan1-23/+22
2020-05-28sm501: Convert printf + abort to qemu_log_maskBALATON Zoltan1-30/+27
2020-05-28hw/display/pxa2xx_lcd: Replace printf() call by qemu_log_mask()Philippe Mathieu-Daudé1-12/+14
2020-05-28hw/display/omap_dss: Replace fprintf() call by qemu_log_mask(LOG_UNIMP)Philippe Mathieu-Daudé1-1/+1
2020-05-28hw/display/exynos4210_fimd: Use qemu_log_mask(GUEST_ERROR)Philippe Mathieu-Daudé1-17/+29
2020-05-28hw/display/vmware_vga: Let the PCI device own its I/O MemoryRegionPhilippe Mathieu-Daudé1-1/+1
2020-05-28hw/display/vmware_vga: Replace printf() calls by qemu_log_mask(ERROR)Philippe Mathieu-Daudé1-5/+11
2020-05-28hw/display/xlnx_dp: Replace disabled DPRINTF() by error_report()Philippe Mathieu-Daudé1-6/+8
2020-05-28hw/display/dpcd: Convert debug printf()s to trace eventsPhilippe Mathieu-Daudé2-13/+7
2020-05-28hw/display/dpcd: Fix memory region sizePhilippe Mathieu-Daudé1-2/+2
2020-05-28hw/display/cirrus_vga: Convert debug printf() to trace eventPhilippe Mathieu-Daudé2-14/+11
2020-05-28hw/display/cirrus_vga: Use qemu_log_mask(ERROR) instead of debug printfPhilippe Mathieu-Daudé1-44/+33
2020-05-28hw/display/cirrus_vga: Use qemu_log_mask(UNIMP) instead of debug printfPhilippe Mathieu-Daudé1-6/+8
2020-05-28hw/display/cirrus_vga: Convert debug printf() to trace eventPhilippe Mathieu-Daudé2-3/+2
2020-05-28hw/display/cg3: Convert debug printf()s to trace eventsPhilippe Mathieu-Daudé2-10/+8
2020-05-21hw/arm/pxa2xx: Replace hw_error() by qemu_log_mask()Philippe Mathieu-Daudé1-3/+5
2020-05-18ramfb: fix size calculationGerd Hoffmann1-9/+10
2020-05-18ramfb: add sanity checks to ramfb_create_display_surfaceGerd Hoffmann1-0/+6
2020-05-18ramfb: don't update RAMFBState on errorsGerd Hoffmann1-9/+17
2020-05-18ramfb: drop leftover debug messageGerd Hoffmann1-2/+0
2020-05-18Revert "hw/display/ramfb: lock guest resolution after it's set"Gerd Hoffmann1-22/+4
2020-05-18Revert "hw/display/ramfb: initialize fw-config space with xres/ yres"Gerd Hoffmann2-26/+2
2020-05-18hw/display: Include local 'framebuffer.h'Philippe Mathieu-Daudé2-2/+2
2020-05-18ati-vga: Do not allow unaligned access via index registerBALATON Zoltan1-1/+1
2020-05-15hw: Remove unnecessary DEVICE() castPhilippe Mathieu-Daudé5-6/+6
2020-05-15qdev: Unrealize must not failMarkus Armbruster1-1/+1
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster7-14/+10
2020-05-05Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul...Peter Maydell2-9/+5
2020-05-04Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-23/+20
2020-05-04lockable: replaced locks with lock guard macros where appropriateDaniel Brodsky1-23/+20
2020-05-04virtio-vga: fix virtio-vga bar orderingAnthoine Bourgeois1-0/+1
2020-05-04Compress lines for immediate returnSimran Singhal1-3/+1
2020-05-04display/blizzard: use extract16() for fix clang analyzer warning in blizzard_...Chen Qun1-6/+4
2020-04-29bochs-display: Fix vgamem=SIZE error handlingMarkus Armbruster1-2/+4
2020-04-07ati-vga: Fix checks in ati_2d_blt() to avoid crashBALATON Zoltan1-11/+26
2020-03-23hw/arm/bcm283x: Correct the license textPhilippe Mathieu-Daudé1-1/+0
2020-03-17hw/display: Let devices own the MemoryRegion they createPhilippe Mathieu-Daudé2-3/+4
2020-03-17hw/display: Use memory_region_init_rom() with read-only regionsPhilippe Mathieu-Daudé2-6/+4