aboutsummaryrefslogtreecommitdiff
path: root/hw/display
AgeCommit message (Expand)AuthorFilesLines
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
2018-03-12vga: fix region calculationGerd Hoffmann1-0/+2
2018-03-06g364fb: fix DirtyBitmapSnapshot leakPaolo Bonzini1-0/+1
2018-03-01hw/sii9022: Add support for Silicon Image SII9022Linus Walleij3-0/+197
2018-02-26virtio-gpu-3d: add support for second capability set (v4)Dave Airlie2-1/+21
2018-02-13memory: hide memory_region_sync_dirty_bitmap behind DirtyBitmapSnapshotPaolo Bonzini7-13/+0
2018-02-13g364fb: switch to using DirtyBitmapSnapshotPaolo Bonzini1-4/+6
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster5-1/+5
2018-02-05exynos4210: workaround UBSAN compilation errorMarc-André Lureau1-1/+1
2018-02-02virtio-gpu: disallow vIOMMUPeter Xu2-1/+12
2018-01-26aarch64-softmmu.mak: Use an ARM specific configAlistair Francis1-1/+1
2018-01-25Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180125'...Peter Maydell1-1/+29
2018-01-25pl110: Implement vertical compare/next base interruptsLinus Walleij1-1/+29
2018-01-25vga: check the validation of memory addr when draw textlinzhecheng1-0/+3
2018-01-23Merge remote-tracking branch 'remotes/huth/tags/pull-request-2018-01-22' into...Peter Maydell7-25/+25
2018-01-22Replace all occurances of __FUNCTION__ with __func__Alistair Francis7-25/+25
2018-01-20sm501: Add missing break to caseBALATON Zoltan1-0/+1
2018-01-16Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell3-3/+3
2018-01-16maint: Fix macros with broken 'do/while(0); ' usageEric Blake3-3/+3
2018-01-12spice: remove QXLWorker interface fieldFrediano Ziglio1-1/+0
2018-01-10sm501: Add some more unimplemented registersBALATON Zoltan1-0/+17
2018-01-10sm501: Add panel hardware cursor registers also to read functionBALATON Zoltan1-0/+13
2017-12-18hw/display/vga: extract public API from i386/pc to "hw/display/vga.h"Philippe Mathieu-Daudé3-4/+3