summaryrefslogtreecommitdiff
path: root/hw/display
AgeCommit message (Expand)Author
2019-11-21display: xlnx_dp: Provide sufficient bytes for silent audio channelSai Pavan Boddu
2019-10-28hw/m68k: add Nubus macfb video cardLaurent Vivier
2019-10-15hw/arm/bcm2835_peripherals: Name various address spacesPhilippe Mathieu-Daudé
2019-09-19ati: use vga_read_byte in ati_cursor_defineGerd Hoffmann
2019-09-19vga: move access helpers to separate include fileGerd Hoffmann
2019-09-07m68k: Add NeXTcube framebuffer device emulationThomas Huth
2019-08-22Merge remote-tracking branch 'remotes/kraxel/tags/vga-20190822-pull-request' ...Peter Maydell
2019-08-22ati-vga: Implement dummy VBlank IRQBALATON Zoltan
2019-08-21hw/display: Compile various display devices as common objectPhilippe Mathieu-Daudé
2019-08-21hw/display/sm501: Remove unused includePhilippe Mathieu-Daudé
2019-08-21ati-vga: Add limited support for big endian frame buffer apertureBALATON Zoltan
2019-08-21ati-vga: Attempt to handle CRTC offset not exact multiple of strideBALATON Zoltan
2019-08-21ati-vga: Fix hardware cursor image offsetBALATON Zoltan
2019-08-21ati-vga: Fix cursor color with guest_hwcursor=trueBALATON Zoltan
2019-08-21ati-vga: Fix GPIO_MONID register writeBALATON Zoltan
2019-08-21ati-vga: Add some register definitions for debuggingBALATON Zoltan
2019-08-21ati-vga: Add registers for getting aperturesBALATON Zoltan
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster
2019-08-16sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.hMarkus Armbruster
2019-08-16Include sysemu/sysemu.h a lot lessMarkus Armbruster
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include exec/memory.h slightly lessMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-08-16Include migration/qemu-file-types.h a lot lessMarkus Armbruster
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster
2019-08-16memory: Fix type of IOMMUMemoryRegionClass member @parent_classMarkus Armbruster
2019-08-12display/bochs: fix pcie supportGerd Hoffmann
2019-07-29Revert "hw: report invalid disable-legacy|modern usage for virtio-1-only devs"Dr. David Alan Gilbert
2019-07-15hw/display/xlnx_dp: Avoid crash when reading empty RX FIFOPhilippe Mathieu-Daudé
2019-07-05ati-vga: Fix setting offset together with pitch for r128proBALATON Zoltan
2019-07-05ati-vga: Fix reverse bit bltsBALATON Zoltan
2019-07-05ati-vga: Fix frame buffer endianness for big endian targetBALATON Zoltan
2019-07-05ati-vga: Improve readability of ati_2d_blt functionBALATON Zoltan
2019-07-03hw/i2c/bitbang_i2c: Use in-place rather than malloc'd bitbang_i2c_interface s...Peter Maydell
2019-07-03virtio-gpu: check if the resource already exists in virtio_gpu_load()Li Qiang
2019-07-03virtio-gpu: fix unmap in error pathGerd Hoffmann
2019-07-01Merge remote-tracking branch 'remotes/kraxel/tags/vga-20190628-pull-request' ...Peter Maydell
2019-06-28ati-vga: switch to vgabios-ati.binGerd Hoffmann
2019-06-28ati-vga: Fixes to offset and pitch registersBALATON Zoltan
2019-06-28ati-vga: Implement DDC and EDID info from monitorBALATON Zoltan
2019-06-24xen: Import other xen/io/*.hAnthony PERARD
2019-06-13edid: flip the default to enabledGerd Hoffmann
2019-06-12Clean up a header guard symbols (again)Markus Armbruster
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-05-29hw/display: add vhost-user-vga & gpu-pciMarc-André Lureau