summaryrefslogtreecommitdiffstats
path: root/hw/display
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | hw/display/artist: Remove pointless initializationPhilippe Mathieu-Daudé2020-02-181-1/+0Star
* | hw/display/artist: Move trace event to draw_line()Philippe Mathieu-Daudé2020-02-181-5/+1Star
|/
* qxl: introduce hardware revision 5Gerd Hoffmann2020-02-132-2/+7
* hw/*/Makefile.objs: Move many .o files to common-objsThomas Huth2020-02-041-1/+1
* hw/display/qxl.c: Use trace_event_get_state_backends()Peter Maydell2020-01-301-1/+1
* hppa: Add emulation of Artist graphicsSven Schnelle2020-01-274-0/+1468
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-2421-24/+24
* hw/display/tcx: Add missing fall through commentsPhilippe Mathieu-Daudé2020-01-241-0/+2
* migration: Define VMSTATE_INSTANCE_ID_ANYPeter Xu2020-01-201-1/+1
* sm501: make SerialMM a child, export chardev propertyMarc-André Lureau2020-01-071-8/+21