summary refs log tree commit diff stats
path: root/hw/display (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* edid: silence a stringop-overflow warningMarc-André Lureau2018-11-121-1/+1
* Merge remote-tracking branch 'remotes/kraxel/tags/vga-20181029-pull-request' ...Peter Maydell2018-10-293-8/+13
|\
| * vga_int: remove unused function protypeyuchenlin2018-10-291-1/+0
| * qxl: store channel id in qxl->idGerd Hoffmann2018-10-292-7/+13
* | cpus hw target: Use warn_report() & friends to report warningsMarkus Armbruster2018-10-192-2/+2
|/
* hw/display/cirrus_vga: Move "isa-cirrus-vga" device into a separate fileThomas Huth2018-10-154-138/+207
* qxl: check qxl_phys2virt return valueGerd Hoffmann2018-10-151-1/+1
* bochs-display: wire up edid supportGerd Hoffmann2018-10-152-0/+14
* display: add separate config option for bochs-displayGerd Hoffmann2018-10-151-1/+1
* edid: fix alignment issuesGerd Hoffmann2018-10-151-4/+4
* hw/display/bcm2835_fb: Silence Coverity warning about multiply overflowPeter Maydell2018-10-081-1/+1
* edid: fix vendor defaultGerd Hoffmann2018-10-051-1/+1
* secondary-vga: delete mmio subregions upon exitremy.noel2018-10-051-0/+8
* hw/display/qxl: Suppress clang-7 warning about misaligned atomic operationPeter Maydell2018-10-051-1/+25
* qxl: support mono cursors with inverted colorsPeter Wu2018-09-271-0/+16
* qxl: use guest_monitor_config for local renderer.Gerd Hoffmann2018-09-273-8/+24
* display/stdvga: add edid support.Gerd Hoffmann2018-09-273-6/+33
* display/edid: add region helper.Gerd Hoffmann2018-09-272-0/+34
* display/edid: add qemu_edid_size()Gerd Hoffmann2018-09-271-0/+14
* display/edid: add edid generator to qemu.Gerd Hoffmann2018-09-272-0/+427
* sm501: Adjust endianness of pixel value in rectangle fillMarcus Comstedt2018-09-251-0/+3
* virtio-gpu: add iommu supportGerd Hoffmann2018-09-031-11/+14
* virtio-gpu: pass down VirtIOGPU pointer to a bunch of functionsGerd Hoffmann2018-09-032-14/+19
* use dpy_gfx_update_fullGerd Hoffmann2018-08-308-17/+9
* Revert "virtio-gpu: fix crashes upon warm reboot with vga mode"Gerd Hoffmann2018-08-302-16/+0
* virtio-vga: fix resetGerd Hoffmann2018-08-302-2/+6
* hw/display/bcm2835_fb: Validate bcm2835_fb_mbox_push() configPeter Maydell2018-08-241-27/+26
* hw/display/bcm2835_fb: Validate config settingsPeter Maydell2018-08-241-2/+46
* hw/display/bcm2835_fb: Fix handling of virtual framebufferPeter Maydell2018-08-241-6/+22
* hw/display/bcm2835_fb: Abstract out calculation of pitch, sizePeter Maydell2018-08-241-3/+3
* hw/display/bcm2835_fb: Reset resolution, etc correctlyPeter Maydell2018-08-241-12/+15
* hw/display/bcm2835_fb: Drop unused size and pitch fieldsPeter Maydell2018-08-241-11/+8
* hw/misc/bcm2835_property: Track fb settings using BCM2835FBConfigPeter Maydell2018-08-241-24/+3
* hw/misc/bcm2835_fb: Move config fields to their own structPeter Maydell2018-08-241-55/+59
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2018-08-232-1/+3
|\
| * fix "Missing break in switch" coverity reportsPaolo Bonzini2018-08-232-1/+3
* | hw/display/vga-isa-mm: Convert away from old_mmioPeter Maydell2018-08-211-47/+13
* | qxl: drop unused generation variableGerd Hoffmann2018-08-212-2/+0
* | hw/display/ramfb: Compile the ramfb code only when CONFIG_FW_CFG_DMA is setThomas Huth2018-08-211-2/+2
|/
* virtio-gpu: fix crashes upon warm reboot with vga modeMarc-André Lureau2018-08-072-0/+16
* hw/display/xlnx_dp: Move problematic code from instance_init to realizePaolo Bonzini2018-07-171-1/+7
* sm501: Fix warning about unreachable codeBALATON Zoltan2018-07-161-1/+1
* sm501: Update screen on frame buffer address changeBALATON Zoltan2018-07-161-0/+2
* sm501: Set updated region dirty after 2D operationBALATON Zoltan2018-07-071-2/+15
* sm501: Fix support for non-zero frame buffer start addressBALATON Zoltan2018-07-071-3/+16
* sm501: Log unimplemented raster operation modesSebastian Bauer2018-07-071-0/+23
* sm501: Implement negated destination raster operation modeSebastian Bauer2018-07-071-1/+11
* sm501: Use values from the pitch register for 2D operationsSebastian Bauer2018-07-071-2/+2
* sm501: Perform a full update after palette changeSebastian Bauer2018-07-071-0/+8
* sm501: Implement i2c part for reading monitor EDIDBALATON Zoltan2018-07-071-4/+143