aboutsummaryrefslogtreecommitdiff
path: root/hw/display
AgeCommit message (Expand)AuthorFilesLines
2019-07-15hw/display/xlnx_dp: Avoid crash when reading empty RX FIFOPhilippe Mathieu-Daudé1-4/+11
2019-07-05ati-vga: Fix setting offset together with pitch for r128proBALATON Zoltan1-2/+2
2019-07-05ati-vga: Fix reverse bit bltsBALATON Zoltan1-15/+40
2019-07-05ati-vga: Fix frame buffer endianness for big endian targetBALATON Zoltan2-5/+6
2019-07-05ati-vga: Improve readability of ati_2d_blt functionBALATON Zoltan1-47/+33
2019-07-03hw/i2c/bitbang_i2c: Use in-place rather than malloc'd bitbang_i2c_interface s...Peter Maydell2-5/+4
2019-07-03virtio-gpu: check if the resource already exists in virtio_gpu_load()Li Qiang1-0/+5
2019-07-03virtio-gpu: fix unmap in error pathGerd Hoffmann1-2/+2
2019-07-01Merge remote-tracking branch 'remotes/kraxel/tags/vga-20190628-pull-request' ...Peter Maydell6-23/+118
2019-06-28ati-vga: switch to vgabios-ati.binGerd Hoffmann1-1/+1
2019-06-28ati-vga: Fixes to offset and pitch registersBALATON Zoltan4-20/+43
2019-06-28ati-vga: Implement DDC and EDID info from monitorBALATON Zoltan5-2/+74
2019-06-24xen: Import other xen/io/*.hAnthony PERARD1-4/+3
2019-06-13edid: flip the default to enabledGerd Hoffmann2-3/+3
2019-06-12Clean up a header guard symbols (again)Markus Armbruster1-3/+3
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster7-5/+2
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster29-9/+36
2019-05-29hw/display: add vhost-user-vga & gpu-pciMarc-André Lureau7-17/+725
2019-05-29virtio-gpu: split virtio-gpu-pci & virtio-vgaMarc-André Lureau3-83/+136
2019-05-29virtio-gpu: split virtio-gpu, introduce virtio-gpu-baseMarc-André Lureau6-304/+404
2019-05-29virtio-gpu: add a pixman helper headerMarc-André Lureau1-26/+3
2019-05-29virtio-gpu: add bswap helpers headerMarc-André Lureau1-42/+1
2019-05-28virtio-gpu: add sanity checkGerd Hoffmann1-0/+2
2019-05-24hw/display/ramfb: initialize fw-config space with xres/ yresHou Qiming2-2/+26
2019-05-24hw/display/ramfb: lock guest resolution after it's setHou Qiming1-4/+22
2019-05-24hw/display/ramfb: fix guest memory un-mappingHou Qiming1-13/+38
2019-05-20hw: report invalid disable-legacy|modern usage for virtio-1-only devsDaniel P. Berrangé2-2/+6
2019-05-13Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-05-1...Peter Maydell1-0/+3
2019-05-13hw/arm: Express dependencies of the ZynqMP zcu102 machine with KconfigThomas Huth1-0/+1
2019-05-13hw/arm: Express dependencies of realview, versatile and vexpress with KconfigThomas Huth1-0/+1
2019-05-13hw/arm: Express dependencies of integratorcp with KconfigThomas Huth1-0/+1
2019-05-13Clean up header guards that don't match their file nameMarkus Armbruster1-3/+3
2019-05-13Clean up includesMarkus Armbruster4-1/+3
2019-05-07i2c-ddc: move it to hw/displayPaolo Bonzini5-2/+135
2019-05-07ati-vga: Fix check for blt outside vramBALATON Zoltan1-6/+6
2019-05-07qxl: avoid unaligned pointer reads/writesDaniel P. Berrangé1-31/+24
2019-05-07hw/display/cirrus_vga: Remove unused includePhilippe Mathieu-Daudé1-1/+0
2019-05-07hw/display/cirrus_vga: Update the documentation URLPhilippe Mathieu-Daudé1-2/+7
2019-05-07qxl: check release info objectPrasad J Pandit1-0/+3
2019-04-29hw/devices: Move Blizzard declarations into a new headerPhilippe Mathieu-Daudé1-1/+1
2019-04-29hw/devices: Move TC6393XB declarations into a new headerPhilippe Mathieu-Daudé1-1/+1
2019-04-29hw/display/tc6393xb: Remove unused functionsPhilippe Mathieu-Daudé1-16/+0
2019-03-28Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+1
2019-03-26ati-vga: Fix indexed access to video memoryBALATON Zoltan1-12/+6
2019-03-22trace-events: Fix attribution of trace points to sourceMarkus Armbruster1-1/+2
2019-03-22trace-events: Delete unused trace pointsMarkus Armbruster1-1/+0
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster1-13/+13
2019-03-21virtio-vga: only enable for specific boardsPaolo Bonzini1-1/+1
2019-03-18virtio-gpu: clear command and fence queues on resetGerd Hoffmann1-0/+14
2019-03-18virtio-gpu: delay virglrenderer reset when blocked.Gerd Hoffmann1-1/+11