summaryrefslogtreecommitdiffstats
path: root/hw/display
Commit message (Expand)AuthorAgeFilesLines
...
* sm501: Convert printf + abort to qemu_log_maskBALATON Zoltan2020-05-281-30/+27Star
* hw/display/pxa2xx_lcd: Replace printf() call by qemu_log_mask()Philippe Mathieu-Daudé2020-05-281-12/+14
* hw/display/omap_dss: Replace fprintf() call by qemu_log_mask(LOG_UNIMP)Philippe Mathieu-Daudé2020-05-281-1/+1
* hw/display/exynos4210_fimd: Use qemu_log_mask(GUEST_ERROR)Philippe Mathieu-Daudé2020-05-281-17/+29
* hw/display/vmware_vga: Let the PCI device own its I/O MemoryRegionPhilippe Mathieu-Daudé2020-05-281-1/+1
* hw/display/vmware_vga: Replace printf() calls by qemu_log_mask(ERROR)Philippe Mathieu-Daudé2020-05-281-5/+11
* hw/display/xlnx_dp: Replace disabled DPRINTF() by error_report()Philippe Mathieu-Daudé2020-05-281-6/+8
* hw/display/dpcd: Convert debug printf()s to trace eventsPhilippe Mathieu-Daudé2020-05-282-13/+7Star
* hw/display/dpcd: Fix memory region sizePhilippe Mathieu-Daudé2020-05-281-2/+2
* hw/display/cirrus_vga: Convert debug printf() to trace eventPhilippe Mathieu-Daudé2020-05-282-14/+11Star
* hw/display/cirrus_vga: Use qemu_log_mask(ERROR) instead of debug printfPhilippe Mathieu-Daudé2020-05-281-44/+33Star
* hw/display/cirrus_vga: Use qemu_log_mask(UNIMP) instead of debug printfPhilippe Mathieu-Daudé2020-05-281-6/+8
* hw/display/cirrus_vga: Convert debug printf() to trace eventPhilippe Mathieu-Daudé2020-05-282-3/+2Star
* hw/display/cg3: Convert debug printf()s to trace eventsPhilippe Mathieu-Daudé2020-05-282-10/+8Star
* hw/arm/pxa2xx: Replace hw_error() by qemu_log_mask()Philippe Mathieu-Daudé2020-05-211-3/+5
* ramfb: fix size calculationGerd Hoffmann2020-05-181-9/+10
* ramfb: add sanity checks to ramfb_create_display_surfaceGerd Hoffmann2020-05-181-0/+6
* ramfb: don't update RAMFBState on errorsGerd Hoffmann2020-05-181-9/+17
* ramfb: drop leftover debug messageGerd Hoffmann2020-05-181-2/+0Star
* Revert "hw/display/ramfb: lock guest resolution after it's set"Gerd Hoffmann2020-05-181-22/+4Star
* Revert "hw/display/ramfb: initialize fw-config space with xres/ yres"Gerd Hoffmann2020-05-182-26/+2Star
* hw/display: Include local 'framebuffer.h'Philippe Mathieu-Daudé2020-05-182-2/+2
* ati-vga: Do not allow unaligned access via index registerBALATON Zoltan2020-05-181-1/+1
* hw: Remove unnecessary DEVICE() castPhilippe Mathieu-Daudé2020-05-155-6/+6
* qdev: Unrealize must not failMarkus Armbruster2020-05-151-1/+1
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-157-14/+10Star
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul...Peter Maydell2020-05-052-9/+5Star
|\
| * Compress lines for immediate returnSimran Singhal2020-05-041-3/+1Star
| * display/blizzard: use extract16() for fix clang analyzer warning in blizzard_...Chen Qun2020-05-041-6/+4Star
* | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2020-05-041-23/+20Star
|\ \
| * | lockable: replaced locks with lock guard macros where appropriateDaniel Brodsky2020-05-041-23/+20Star
| |/
* / virtio-vga: fix virtio-vga bar orderingAnthoine Bourgeois2020-05-041-0/+1
|/
* bochs-display: Fix vgamem=SIZE error handlingMarkus Armbruster2020-04-291-2/+4
* ati-vga: Fix checks in ati_2d_blt() to avoid crashBALATON Zoltan2020-04-071-11/+26
* hw/arm/bcm283x: Correct the license textPhilippe Mathieu-Daudé2020-03-231-1/+0Star
* hw/display: Let devices own the MemoryRegion they createPhilippe Mathieu-Daudé2020-03-172-3/+4
* hw/display: Use memory_region_init_rom() with read-only regionsPhilippe Mathieu-Daudé2020-03-172-6/+4Star
* stdvga+bochs-display: add dummy mmio handlerGerd Hoffmann2020-03-162-6/+6
* display/exynos4210_fimd: Remove redundant statement in exynos4210_fimd_update()Chen Qun2020-03-091-1/+0Star
* display/pxa2xx_lcd: Remove redundant statement in pxa2xx_palette_parse()Chen Qun2020-03-091-1/+0Star
* qxl: map rom r/oGerd Hoffmann2020-03-021-1/+1
* Arithmetic error in EDID generation fixedAnton V. Boyarshinov2020-03-021-2/+2
* Merge branch 'exec_rw_const_v4' of https://github.com/philmd/qemu into HEADPaolo Bonzini2020-02-255-12/+13
|\
| * Let cpu_[physical]_memory() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé2020-02-204-7/+8
| * Remove unnecessary cast when using the cpu_[physical]_memory APIPhilippe Mathieu-Daudé2020-02-201-5/+5
* | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell2020-02-201-1/+1
|\ \
| * | hw/display/qxl: Remove unneeded variable assignmentPhilippe Mathieu-Daudé2020-02-181-1/+1
| |/
* | hw/display/artist: Remove dead code (CID 1419388 & 1419389)Philippe Mathieu-Daudé2020-02-181-9/+0Star
* | hw/display/artist: Avoid drawing line when nothing to displayPhilippe Mathieu-Daudé2020-02-181-0/+3
* | hw/display/artist: Delay some variables initializationPhilippe Mathieu-Daudé2020-02-181-5/+5