aboutsummaryrefslogtreecommitdiff
path: root/hw/display
AgeCommit message (Expand)AuthorFilesLines
2018-12-19virtio: Helper for registering virtio device typesEduardo Habkost2-8/+6
2018-12-13display/g364fb: Convert sysbus init function to realize functionMao Zhongyi1-6/+3
2018-11-27vmstate: constify VMStateFieldMarc-André Lureau1-2/+2
2018-11-27cirrus_vga/migration: update the bank offset before useWang Xin1-2/+3
2018-11-12edid: silence a stringop-overflow warningMarc-André Lureau1-1/+1
2018-10-29Merge remote-tracking branch 'remotes/kraxel/tags/vga-20181029-pull-request' ...Peter Maydell3-8/+13
2018-10-29vga_int: remove unused function protypeyuchenlin1-1/+0
2018-10-29qxl: store channel id in qxl->idGerd Hoffmann2-7/+13
2018-10-19cpus hw target: Use warn_report() & friends to report warningsMarkus Armbruster2-2/+2
2018-10-15hw/display/cirrus_vga: Move "isa-cirrus-vga" device into a separate fileThomas Huth4-138/+207
2018-10-15qxl: check qxl_phys2virt return valueGerd Hoffmann1-1/+1
2018-10-15bochs-display: wire up edid supportGerd Hoffmann2-0/+14
2018-10-15display: add separate config option for bochs-displayGerd Hoffmann1-1/+1
2018-10-15edid: fix alignment issuesGerd Hoffmann1-4/+4
2018-10-08hw/display/bcm2835_fb: Silence Coverity warning about multiply overflowPeter Maydell1-1/+1
2018-10-05edid: fix vendor defaultGerd Hoffmann1-1/+1
2018-10-05secondary-vga: delete mmio subregions upon exitremy.noel1-0/+8
2018-10-05hw/display/qxl: Suppress clang-7 warning about misaligned atomic operationPeter Maydell1-1/+25
2018-09-27qxl: support mono cursors with inverted colorsPeter Wu1-0/+16
2018-09-27qxl: use guest_monitor_config for local renderer.Gerd Hoffmann3-8/+24
2018-09-27display/stdvga: add edid support.Gerd Hoffmann3-6/+33
2018-09-27display/edid: add region helper.Gerd Hoffmann2-0/+34
2018-09-27display/edid: add qemu_edid_size()Gerd Hoffmann1-0/+14
2018-09-27display/edid: add edid generator to qemu.Gerd Hoffmann2-0/+427
2018-09-25sm501: Adjust endianness of pixel value in rectangle fillMarcus Comstedt1-0/+3
2018-09-03virtio-gpu: add iommu supportGerd Hoffmann1-11/+14
2018-09-03virtio-gpu: pass down VirtIOGPU pointer to a bunch of functionsGerd Hoffmann2-14/+19
2018-08-30use dpy_gfx_update_fullGerd Hoffmann8-17/+9
2018-08-30Revert "virtio-gpu: fix crashes upon warm reboot with vga mode"Gerd Hoffmann2-16/+0
2018-08-30virtio-vga: fix resetGerd Hoffmann2-2/+6
2018-08-24hw/display/bcm2835_fb: Validate bcm2835_fb_mbox_push() configPeter Maydell1-27/+26
2018-08-24hw/display/bcm2835_fb: Validate config settingsPeter Maydell1-2/+46
2018-08-24hw/display/bcm2835_fb: Fix handling of virtual framebufferPeter Maydell1-6/+22
2018-08-24hw/display/bcm2835_fb: Abstract out calculation of pitch, sizePeter Maydell1-3/+3
2018-08-24hw/display/bcm2835_fb: Reset resolution, etc correctlyPeter Maydell1-12/+15
2018-08-24hw/display/bcm2835_fb: Drop unused size and pitch fieldsPeter Maydell1-11/+8
2018-08-24hw/misc/bcm2835_property: Track fb settings using BCM2835FBConfigPeter Maydell1-24/+3
2018-08-24hw/misc/bcm2835_fb: Move config fields to their own structPeter Maydell1-55/+59
2018-08-23Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2-1/+3
2018-08-23fix "Missing break in switch" coverity reportsPaolo Bonzini2-1/+3
2018-08-21hw/display/vga-isa-mm: Convert away from old_mmioPeter Maydell1-47/+13
2018-08-21qxl: drop unused generation variableGerd Hoffmann2-2/+0
2018-08-21hw/display/ramfb: Compile the ramfb code only when CONFIG_FW_CFG_DMA is setThomas Huth1-2/+2
2018-08-07virtio-gpu: fix crashes upon warm reboot with vga modeMarc-André Lureau2-0/+16
2018-07-17hw/display/xlnx_dp: Move problematic code from instance_init to realizePaolo Bonzini1-1/+7
2018-07-16sm501: Fix warning about unreachable codeBALATON Zoltan1-1/+1
2018-07-16sm501: Update screen on frame buffer address changeBALATON Zoltan1-0/+2
2018-07-07sm501: Set updated region dirty after 2D operationBALATON Zoltan1-2/+15
2018-07-07sm501: Fix support for non-zero frame buffer start addressBALATON Zoltan1-3/+16
2018-07-07sm501: Log unimplemented raster operation modesSebastian Bauer1-0/+23