aboutsummaryrefslogtreecommitdiff
path: root/hw/display
AgeCommit message (Expand)Author
2018-07-17hw/display/xlnx_dp: Move problematic code from instance_init to realizePaolo Bonzini
2018-07-16sm501: Fix warning about unreachable codeBALATON Zoltan
2018-07-16sm501: Update screen on frame buffer address changeBALATON Zoltan
2018-07-07sm501: Set updated region dirty after 2D operationBALATON Zoltan
2018-07-07sm501: Fix support for non-zero frame buffer start addressBALATON Zoltan
2018-07-07sm501: Log unimplemented raster operation modesSebastian Bauer
2018-07-07sm501: Implement negated destination raster operation modeSebastian Bauer
2018-07-07sm501: Use values from the pitch register for 2D operationsSebastian Bauer
2018-07-07sm501: Perform a full update after palette changeSebastian Bauer
2018-07-07sm501: Implement i2c part for reading monitor EDIDBALATON Zoltan
2018-07-03Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180703-pull-request' ...Peter Maydell
2018-07-03vga: disable global_vmstate for 3.0+ machine typesGerd Hoffmann
2018-07-03virtio-gpu: disable scanout when backing resource is destroyedGerd Hoffmann
2018-07-03virtio-gpu: update old resource too.Gerd Hoffmann
2018-07-03virtio-gpu: tweak scanout disable.Gerd Hoffmann
2018-07-02Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-07-02ramfb: enable vgabiosGerd Hoffmann
2018-07-02bochs-display: enable vgabiosGerd Hoffmann
2018-07-02hw/display: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé
2018-07-02hw: Directly use "qemu/units.h" instead of "qemu/cutils.h"Philippe Mathieu-Daudé
2018-07-02hw: Use IEC binary prefix definitions from "qemu/units.h"Philippe Mathieu-Daudé
2018-06-27compiler: add a sizeof_field() macroStefan Hajnoczi
2018-06-26ramfb: fix overflowGerd Hoffmann
2018-06-26vga: set owner for mmio regionsGerd Hoffmann
2018-06-21sm501: Fix hardware cursor color conversionSebastian Bauer
2018-06-19Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180618-pull-request' ...Peter Maydell
2018-06-18hw/display: add standalone ramfb deviceGerd Hoffmann
2018-06-18hw/display: add ramfb, a simple boot framebuffer living in guest ramGerd Hoffmann
2018-06-16sm501: Do not clear read only bits when writing registersBALATON Zoltan
2018-06-12object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalenceMarc-André Lureau
2018-06-08xilinx-dp: Add trailing '\n' to qemu_log() callPhilippe Mathieu-Daudé
2018-06-04Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180604-pull-request' ...Peter Maydell
2018-06-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2018-06-04vga: cleanup surface handlingGerd Hoffmann
2018-06-04bochs-display: add missing breakGerd Hoffmann
2018-06-01display: use local path for local headersMichael S. Tsirkin
2018-06-01hw: make virtio devices configurable via default-configs/Paolo Bonzini
2018-06-01hw/i2c: Use DeviceClass::realize instead of I2CSlaveClass::initPhilippe Mathieu-Daudé
2018-06-01hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé
2018-06-01hw: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé
2018-05-24bochs-display: add pcie supportGerd Hoffmann
2018-05-24bochs-display: add dirty tracking supportGerd Hoffmann
2018-05-24hw/display: add new bochs-display deviceGerd Hoffmann
2018-05-24vga-pci: use PCI_VGA_MMIO_SIZEGerd Hoffmann
2018-05-24vga: move bochs vbe defines to header fileGerd Hoffmann
2018-05-24vga: catch depth 0Gerd Hoffmann
2018-05-18ui: add x_keymap.o to modulesPaolo Bonzini
2018-05-07qxl: fix local renderer crashGerd Hoffmann
2018-03-13secondary-vga: properly close QemuConsole on unplugGerd Hoffmann
2018-03-12vga: fix region calculationGerd Hoffmann