summaryrefslogtreecommitdiff
path: root/hw/display
AgeCommit message (Expand)AuthorFilesLines
2017-08-31virtio-gpu: use DIV_ROUND_UPMarc-André Lureau1-2/+2
2017-08-31vga: use DIV_ROUND_UPMarc-André Lureau1-1/+1
2017-08-15qxl: call qemu_spice_display_init_common for secondary devicesPaolo Bonzini1-1/+1
2017-08-01trace-events: fix code style: print 0x before hex numbersVladimir Sementsov-Ogievskiy1-6/+6
2017-08-01trace-events: fix code style: %# -> 0x%Vladimir Sementsov-Ogievskiy1-1/+1
2017-07-31docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé1-1/+1
2017-07-25hw/display/sm501: Don't use vmstate_register_ram_global()Peter Maydell1-2/+1
2017-07-17Merge remote-tracking branch 'remotes/kraxel/tags/vga-20170717-pull-request' ...Peter Maydell1-1/+3
2017-07-17virtio-gpu: skip update cursor in post_load if we don't have oneGerd Hoffmann1-1/+3
2017-07-14hw/display/qxl.c Use memory_region_init_ram()Peter Maydell1-6/+3
2017-07-14hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell3-6/+3
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell7-11/+11
2017-07-14qom: enforce readonly nature of link's check callbackIgor Mammedov1-1/+1
2017-07-07xenfb: remove xen_init_display "temporary" hackStefano Stabellini1-63/+18
2017-07-04xilinx-dp: Add support for the yuy2 video formatEdgar E. Iglesias1-0/+3
2017-06-28vmstate: error hint for failed equal checksHalil Pasic4-5/+5
2017-06-02Remove/replace sysemu/char.h inclusionMarc-André Lureau1-1/+0
2017-05-17migration: Create migration/blocker.hJuan Quintela2-2/+2
2017-05-15Merge remote-tracking branch 'kraxel/tags/pull-ui-20170512-1' into stagingStefan Hajnoczi2-16/+18
2017-05-15Merge remote-tracking branch 'kraxel/tags/pull-vga-20170511-1' into stagingStefan Hajnoczi4-85/+53
2017-05-12virtio-gpu: move virtio_gpu_gl_blockGerd Hoffmann2-16/+18
2017-05-11vga: fix display update region calculationGerd Hoffmann1-1/+1
2017-05-11sm501: make display updates thread safeGerd Hoffmann1-20/+7
2017-05-11tcx: make display updates thread safeMark Cave-Ayland1-44/+24
2017-05-11cg3: make display updates thread safeMark Cave-Ayland1-20/+21
2017-05-10Merge remote-tracking branch 'mjt/tags/trivial-patches-fetch' into stagingStefan Hajnoczi1-2/+2
2017-05-10jazz_led: fix bad snprintfPaolo Bonzini1-2/+2
2017-05-05cg3: add explicit ram_addr_t cast to scanline page variableMark Cave-Ayland1-1/+1
2017-05-05tcx: fix cut/paste error in update_palette_entries()Mark Cave-Ayland1-1/+0
2017-04-24Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20170424-1' into s...Peter Maydell8-113/+85
2017-04-24sm501: Add vmstate descriptorBALATON Zoltan1-1/+99
2017-04-24sm501: Add some more missing registersBALATON Zoltan1-1/+125
2017-04-24sm501: Add support for panel layerBALATON Zoltan1-31/+32
2017-04-24sm501: Misc clean upsBALATON Zoltan2-11/+9
2017-04-24sm501: Fix hardware cursorBALATON Zoltan2-87/+107
2017-04-24sm501: Fix device endiannessBALATON Zoltan2-17/+10
2017-04-24sm501: Add emulation of chip connected via PCIBALATON Zoltan1-0/+65
2017-04-24sm501: Get rid of base address in draw_hwc_lineBALATON Zoltan2-8/+6
2017-04-24sm501: QOMifyBALATON Zoltan1-46/+124
2017-04-24sm501: Add missing arbitration control registerBALATON Zoltan1-0/+8
2017-04-24sm501: Use defined constants instead of literal values where availableBALATON Zoltan2-11/+20
2017-04-24sm501: Fixed code style and a few typos in commentsBALATON Zoltan2-590/+594
2017-04-24virtio-gpu: add xres and yres propertiesGerd Hoffmann1-2/+4
2017-04-24qxl: add xres and yres propertiesGerd Hoffmann2-10/+26
2017-04-24vmsvga: fix vmsvga_update_displayGerd Hoffmann1-18/+3
2017-04-24g364fb: make display updates thread safeGerd Hoffmann1-23/+5
2017-04-24exynos: make display updates thread safeGerd Hoffmann1-5/+6
2017-04-24framebuffer: make display updates thread safeGerd Hoffmann1-6/+5
2017-04-24vga: make display updates thread safe.Gerd Hoffmann1-19/+17
2017-04-24vga: add vga_scanline_invalidated helperGerd Hoffmann1-3/+11