summaryrefslogtreecommitdiffstats
path: root/hw/display/qxl.c
Commit message (Expand)AuthorAgeFilesLines
* spice: fix 32bit buildGerd Hoffmann2014-06-201-1/+1
* spice: add mouse cursor supportGerd Hoffmann2014-06-131-1/+5
* PortioList: Store PortioList in device stateKirill Batuzov2014-05-051-4/+3
* vga: allow non-global vmstateGerd Hoffmann2014-04-281-1/+1
* console: add head to index to qemu consoles.Gerd Hoffmann2014-03-051-2/+2
* qxl: add sanity checkGerd Hoffmann2014-02-241-1/+7
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2014-02-131-1/+1
|\
| * qdev:pci: refactor PCIDevice to use generic "hotpluggable" propertyIgor Mammedov2014-02-101-1/+1
* | hw/display/qxl: fix signed to unsigned comparisonAlon Levy2014-02-031-6/+9
* | qxl: clear irq on resetAlon Levy2014-02-031-0/+1
|/
* spice: stop server for qxl hard resetGerd Hoffmann2013-12-161-0/+10
* qxl: replace pipe signaling with bottom halfGerd Hoffmann2013-11-041-30/+3
* Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-10-311-1/+1
|\
| * hw: set interrupts using pci irq wrappersMarcel Apfelbaum2013-10-141-1/+1
* | Merge remote-tracking branch 'bonzini/iommu-for-anthony' into stagingAnthony Liguori2013-10-181-0/+1
|\ \
| * | vga: Mark relevant portio lists regions as coalesced MMIO flushingJan Kiszka2013-10-171-0/+1
* | | spice: fix multihead supportGerd Hoffmann2013-10-171-2/+1
* | | spice: replace use of deprecated APIMarc-André Lureau2013-10-171-8/+8
|/ /
* | qxl: simplify page dirtyingGerd Hoffmann2013-09-181-2/+1
* | qxl: simplify qxl_rom_sizeGerd Hoffmann2013-09-181-3/+1
* | qxl: define qxl operating on 4k pagesGerd Hoffmann2013-09-181-2/+3
|/
* qxl: trace io port nameGerd Hoffmann2013-09-101-2/+3
* aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-221-1/+1
* devices: Associate devices to their logical categoryMarcel Apfelbaum2013-07-291-0/+2
* add a header file for atomic operationsPaolo Bonzini2013-07-041-1/+2
* hw/d*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-6/+9
* piolist: add owner argument to initialization functions and pass devicesPaolo Bonzini2013-07-041-1/+2
* vga: pass owner to vga_common_initPaolo Bonzini2013-07-041-1/+1
* vga: pass owner to vga_initPaolo Bonzini2013-07-041-1/+2
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-5/+5
* qxl: Fix QXLRam initialisation.Anthony PERARD2013-06-211-0/+1
* qxl: Call spice_qxl_driver_unload from qxl_enter_vga_modeHans de Goede2013-05-091-0/+3
* console: zap ds arg from register_displaychangelistenerGerd Hoffmann2013-04-251-3/+1
* console: add device link to QemuConsolesGerd Hoffmann2013-04-251-2/+2
* Merge remote-tracking branch 'spice/spice.v69' into stagingAnthony Liguori2013-04-161-1/+7
|\
| * spice: (32 bit only) fix surface cmd tracking destructionAlon Levy2013-04-161-1/+1
| * qxl: add 2000x2000 and 2048x2048 video modesGerd Hoffmann2013-04-161-0/+2
| * qxl: add 4k + 8k resolutionsGerd Hoffmann2013-04-161-0/+4
* | qxl: register QemuConsole for secondary cardsGerd Hoffmann2013-04-161-1/+5
* | console: allow pinning displaychangelisteners to consolesGerd Hoffmann2013-04-161-1/+1
* | console: add GraphicHwOpsGerd Hoffmann2013-04-161-6/+10
* | console: simplify screendumpGerd Hoffmann2013-04-161-21/+1
* | console: rename vga_hw_*, add QemuConsole paramGerd Hoffmann2013-04-161-1/+1
|/
* hw: move private headers to hw/ subdirectories.Paolo Bonzini2013-04-081-1/+1
* hw: move display devices to hw/display/, configure via default-configs/Paolo Bonzini2013-04-081-0/+2365
OpenPOWER on IntegriCloud