summaryrefslogtreecommitdiff
path: root/hw/display/qxl.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-05console: add head to index to qemu consoles.Gerd Hoffmann1-2/+2
2014-02-24qxl: add sanity checkGerd Hoffmann1-1/+7
2014-02-13Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-1/+1
2014-02-10qdev:pci: refactor PCIDevice to use generic "hotpluggable" propertyIgor Mammedov1-1/+1
2014-02-03hw/display/qxl: fix signed to unsigned comparisonAlon Levy1-6/+9
2014-02-03qxl: clear irq on resetAlon Levy1-0/+1
2013-12-16spice: stop server for qxl hard resetGerd Hoffmann1-0/+10
2013-11-04qxl: replace pipe signaling with bottom halfGerd Hoffmann1-30/+3
2013-10-31Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori1-1/+1
2013-10-18Merge remote-tracking branch 'bonzini/iommu-for-anthony' into stagingAnthony Liguori1-0/+1
2013-10-17vga: Mark relevant portio lists regions as coalesced MMIO flushingJan Kiszka1-0/+1
2013-10-17spice: fix multihead supportGerd Hoffmann1-2/+1
2013-10-17spice: replace use of deprecated APIMarc-André Lureau1-8/+8
2013-10-14hw: set interrupts using pci irq wrappersMarcel Apfelbaum1-1/+1
2013-09-18qxl: simplify page dirtyingGerd Hoffmann1-2/+1
2013-09-18qxl: simplify qxl_rom_sizeGerd Hoffmann1-3/+1
2013-09-18qxl: define qxl operating on 4k pagesGerd Hoffmann1-2/+3
2013-09-10qxl: trace io port nameGerd Hoffmann1-2/+3
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-1/+1
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum1-0/+2
2013-07-04add a header file for atomic operationsPaolo Bonzini1-1/+2
2013-07-04hw/d*: pass owner to memory_region_init* functionsPaolo Bonzini1-6/+9
2013-07-04piolist: add owner argument to initialization functions and pass devicesPaolo Bonzini1-1/+2
2013-07-04vga: pass owner to vga_common_initPaolo Bonzini1-1/+1
2013-07-04vga: pass owner to vga_initPaolo Bonzini1-1/+2
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-5/+5
2013-06-21qxl: Fix QXLRam initialisation.Anthony PERARD1-0/+1
2013-05-09qxl: Call spice_qxl_driver_unload from qxl_enter_vga_modeHans de Goede1-0/+3
2013-04-25console: zap ds arg from register_displaychangelistenerGerd Hoffmann1-3/+1
2013-04-25console: add device link to QemuConsolesGerd Hoffmann1-2/+2
2013-04-16Merge remote-tracking branch 'spice/spice.v69' into stagingAnthony Liguori1-1/+7
2013-04-16spice: (32 bit only) fix surface cmd tracking destructionAlon Levy1-1/+1
2013-04-16qxl: add 2000x2000 and 2048x2048 video modesGerd Hoffmann1-0/+2
2013-04-16qxl: register QemuConsole for secondary cardsGerd Hoffmann1-1/+5
2013-04-16console: allow pinning displaychangelisteners to consolesGerd Hoffmann1-1/+1
2013-04-16qxl: add 4k + 8k resolutionsGerd Hoffmann1-0/+4
2013-04-16console: add GraphicHwOpsGerd Hoffmann1-6/+10
2013-04-16console: simplify screendumpGerd Hoffmann1-21/+1
2013-04-16console: rename vga_hw_*, add QemuConsole paramGerd Hoffmann1-1/+1
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini1-1/+1
2013-04-08hw: move display devices to hw/display/, configure via default-configs/Paolo Bonzini1-0/+2365