Age | Commit message (Expand) | Author |
2018-10-15 | hw/display/cirrus_vga: Move "isa-cirrus-vga" device into a separate file | Thomas Huth |
2018-10-15 | qxl: check qxl_phys2virt return value | Gerd Hoffmann |
2018-10-15 | bochs-display: wire up edid support | Gerd Hoffmann |
2018-10-15 | display: add separate config option for bochs-display | Gerd Hoffmann |
2018-10-15 | edid: fix alignment issues | Gerd Hoffmann |
2018-10-08 | hw/display/bcm2835_fb: Silence Coverity warning about multiply overflow | Peter Maydell |
2018-10-05 | edid: fix vendor default | Gerd Hoffmann |
2018-10-05 | secondary-vga: delete mmio subregions upon exit | remy.noel |
2018-10-05 | hw/display/qxl: Suppress clang-7 warning about misaligned atomic operation | Peter Maydell |
2018-09-27 | qxl: support mono cursors with inverted colors | Peter Wu |
2018-09-27 | qxl: use guest_monitor_config for local renderer. | Gerd Hoffmann |
2018-09-27 | display/stdvga: add edid support. | Gerd Hoffmann |
2018-09-27 | display/edid: add region helper. | Gerd Hoffmann |
2018-09-27 | display/edid: add qemu_edid_size() | Gerd Hoffmann |
2018-09-27 | display/edid: add edid generator to qemu. | Gerd Hoffmann |
2018-09-25 | sm501: Adjust endianness of pixel value in rectangle fill | Marcus Comstedt |
2018-09-03 | virtio-gpu: add iommu support | Gerd Hoffmann |
2018-09-03 | virtio-gpu: pass down VirtIOGPU pointer to a bunch of functions | Gerd Hoffmann |
2018-08-30 | use dpy_gfx_update_full | Gerd Hoffmann |
2018-08-30 | Revert "virtio-gpu: fix crashes upon warm reboot with vga mode" | Gerd Hoffmann |
2018-08-30 | virtio-vga: fix reset | Gerd Hoffmann |
2018-08-24 | hw/display/bcm2835_fb: Validate bcm2835_fb_mbox_push() config | Peter Maydell |
2018-08-24 | hw/display/bcm2835_fb: Validate config settings | Peter Maydell |
2018-08-24 | hw/display/bcm2835_fb: Fix handling of virtual framebuffer | Peter Maydell |
2018-08-24 | hw/display/bcm2835_fb: Abstract out calculation of pitch, size | Peter Maydell |
2018-08-24 | hw/display/bcm2835_fb: Reset resolution, etc correctly | Peter Maydell |
2018-08-24 | hw/display/bcm2835_fb: Drop unused size and pitch fields | Peter Maydell |
2018-08-24 | hw/misc/bcm2835_property: Track fb settings using BCM2835FBConfig | Peter Maydell |
2018-08-24 | hw/misc/bcm2835_fb: Move config fields to their own struct | Peter Maydell |
2018-08-23 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2018-08-23 | fix "Missing break in switch" coverity reports | Paolo Bonzini |
2018-08-21 | hw/display/vga-isa-mm: Convert away from old_mmio | Peter Maydell |
2018-08-21 | qxl: drop unused generation variable | Gerd Hoffmann |
2018-08-21 | hw/display/ramfb: Compile the ramfb code only when CONFIG_FW_CFG_DMA is set | Thomas Huth |
2018-08-07 | virtio-gpu: fix crashes upon warm reboot with vga mode | Marc-André Lureau |
2018-07-17 | hw/display/xlnx_dp: Move problematic code from instance_init to realize | Paolo Bonzini |
2018-07-16 | sm501: Fix warning about unreachable code | BALATON Zoltan |
2018-07-16 | sm501: Update screen on frame buffer address change | BALATON Zoltan |
2018-07-07 | sm501: Set updated region dirty after 2D operation | BALATON Zoltan |
2018-07-07 | sm501: Fix support for non-zero frame buffer start address | BALATON Zoltan |
2018-07-07 | sm501: Log unimplemented raster operation modes | Sebastian Bauer |
2018-07-07 | sm501: Implement negated destination raster operation mode | Sebastian Bauer |
2018-07-07 | sm501: Use values from the pitch register for 2D operations | Sebastian Bauer |
2018-07-07 | sm501: Perform a full update after palette change | Sebastian Bauer |
2018-07-07 | sm501: Implement i2c part for reading monitor EDID | BALATON Zoltan |
2018-07-03 | Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180703-pull-request' ... | Peter Maydell |
2018-07-03 | vga: disable global_vmstate for 3.0+ machine types | Gerd Hoffmann |
2018-07-03 | virtio-gpu: disable scanout when backing resource is destroyed | Gerd Hoffmann |
2018-07-03 | virtio-gpu: update old resource too. | Gerd Hoffmann |
2018-07-03 | virtio-gpu: tweak scanout disable. | Gerd Hoffmann |