aboutsummaryrefslogtreecommitdiff
path: root/hw/display
AgeCommit message (Expand)AuthorFilesLines
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
2018-07-07sm501: Implement negated destination raster operation modeSebastian Bauer1-1/+11
2018-07-07sm501: Use values from the pitch register for 2D operationsSebastian Bauer1-2/+2
2018-07-07sm501: Perform a full update after palette changeSebastian Bauer1-0/+8
2018-07-07sm501: Implement i2c part for reading monitor EDIDBALATON Zoltan1-4/+143
2018-07-03Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180703-pull-request' ...Peter Maydell10-32/+68
2018-07-03vga: disable global_vmstate for 3.0+ machine typesGerd Hoffmann9-13/+23
2018-07-03virtio-gpu: disable scanout when backing resource is destroyedGerd Hoffmann1-0/+10
2018-07-03virtio-gpu: update old resource too.Gerd Hoffmann1-1/+6
2018-07-03virtio-gpu: tweak scanout disable.Gerd Hoffmann1-18/+29
2018-07-02Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell10-43/+46
2018-07-02ramfb: enable vgabiosGerd Hoffmann1-0/+1
2018-07-02bochs-display: enable vgabiosGerd Hoffmann1-0/+1
2018-07-02hw/display: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé9-35/+38
2018-07-02hw: Directly use "qemu/units.h" instead of "qemu/cutils.h"Philippe Mathieu-Daudé1-1/+1
2018-07-02hw: Use IEC binary prefix definitions from "qemu/units.h"Philippe Mathieu-Daudé1-7/+7
2018-06-27compiler: add a sizeof_field() macroStefan Hajnoczi1-2/+2
2018-06-26ramfb: fix overflowGerd Hoffmann1-2/+2
2018-06-26vga: set owner for mmio regionsGerd Hoffmann3-6/+8
2018-06-21sm501: Fix hardware cursor color conversionSebastian Bauer1-3/+3
2018-06-19Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180618-pull-request' ...Peter Maydell3-0/+160
2018-06-18hw/display: add standalone ramfb deviceGerd Hoffmann2-0/+63
2018-06-18hw/display: add ramfb, a simple boot framebuffer living in guest ramGerd Hoffmann2-0/+97
2018-06-16sm501: Do not clear read only bits when writing registersBALATON Zoltan1-6/+9
2018-06-12object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalenceMarc-André Lureau1-1/+1
2018-06-08xilinx-dp: Add trailing '\n' to qemu_log() callPhilippe Mathieu-Daudé1-1/+3
2018-06-04Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180604-pull-request' ...Peter Maydell2-17/+20
2018-06-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-1/+1
2018-06-04vga: cleanup surface handlingGerd Hoffmann1-17/+19
2018-06-04bochs-display: add missing breakGerd Hoffmann1-0/+1
2018-06-01display: use local path for local headersMichael S. Tsirkin1-1/+1
2018-06-01hw: make virtio devices configurable via default-configs/Paolo Bonzini1-2/+2
2018-06-01hw/i2c: Use DeviceClass::realize instead of I2CSlaveClass::initPhilippe Mathieu-Daudé1-5/+4
2018-06-01hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2018-06-01hw: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2018-05-24bochs-display: add pcie supportGerd Hoffmann1-0/+8
2018-05-24bochs-display: add dirty tracking supportGerd Hoffmann1-2/+32
2018-05-24hw/display: add new bochs-display deviceGerd Hoffmann2-0/+326
2018-05-24vga-pci: use PCI_VGA_MMIO_SIZEGerd Hoffmann1-2/+4
2018-05-24vga: move bochs vbe defines to header fileGerd Hoffmann2-46/+2
2018-05-24vga: catch depth 0Gerd Hoffmann1-5/+18
2018-05-18ui: add x_keymap.o to modulesPaolo Bonzini1-0/+2
2018-05-07qxl: fix local renderer crashGerd Hoffmann1-1/+2
2018-03-13secondary-vga: properly close QemuConsole on unplugGerd Hoffmann1-0/+9