summaryrefslogtreecommitdiff
path: root/hw/display
AgeCommit message (Expand)AuthorFilesLines
2017-11-13Merge remote-tracking branch 'remotes/kraxel/tags/vga-20171110-pull-request' ...Peter Maydell3-7/+18
2017-11-10vmsvga: use ARRAY_SIZE macroPhilippe Mathieu-Daudé1-3/+2
2017-11-10vga: fix region checks in wraparound caseGerd Hoffmann1-2/+2
2017-11-10virtio-gpu: fix bug in host memory calculation.Tao Wu1-2/+14
2017-11-08hw/display/sm501: Fix comment in sm501_sysbus_class_init()Thomas Huth1-1/+1
2017-10-17cirrus: fix oob access in mode4and5 write functionsGerd Hoffmann1-4/+2
2017-10-17vga: add ram_addr_t castGerd Hoffmann1-1/+1
2017-10-17vga: handle cirrus vbe mode wraparounds.Gerd Hoffmann1-7/+21
2017-10-17vga: drop line_offset variableGerd Hoffmann1-4/+3
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost5-0/+20
2017-09-27migration: Route more error pathsDr. David Alan Gilbert1-3/+1
2017-09-27migration: pre_save return intDr. David Alan Gilbert1-1/+3
2017-09-26hw/display/virtio-gpu: Put the virtio-gpu-device into the display categoryThomas Huth1-0/+1
2017-09-26hw/display/xenfb.c: Add trace_xenfb_key_eventLiang Yan2-0/+2
2017-09-19virtio-gpu: Handle endian conversionFarhan Ali1-8/+62
2017-09-13virtio-gpu: don't clear QemuUIInfo information on resetGerd Hoffmann1-12/+0
2017-09-01vga/migration: Update memory map in post_loadDr. David Alan Gilbert1-0/+1
2017-09-01qxl: add support for chunked cursors.Gerd Hoffmann1-7/+29
2017-09-01qxl: drop mono cursor supportGerd Hoffmann1-9/+0
2017-09-01vga: stop passing pointers to vga_draw_line* functionsGerd Hoffmann3-94/+114
2017-09-01vga: fix display update region calculation (split screen)Gerd Hoffmann1-2/+8
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