summaryrefslogtreecommitdiffstats
path: root/hw/qxl.c
Commit message (Expand)AuthorAgeFilesLines
* hw: move display devices to hw/display/, configure via default-configs/Paolo Bonzini2013-04-081-2365/+0
* console: stop using DisplayState in gfx hardware emulationGerd Hoffmann2013-03-181-4/+8
* console: zap displaystate from dcl callbacksGerd Hoffmann2013-03-181-4/+1
* spice: stop using DisplayStateGerd Hoffmann2013-03-181-1/+2
* console: rework DisplaySurface handling [dcl/ui side]Gerd Hoffmann2013-03-181-4/+5
* qxl: better vga init in enter_vga_modeGerd Hoffmann2013-03-181-1/+1
* qxl: zap qxl0 globalGerd Hoffmann2013-03-181-13/+15
* console: fix displaychangelisteners interfaceGerd Hoffmann2013-03-181-6/+12
* hw: include hw header files with full pathsPaolo Bonzini2013-03-011-1/+1
* error: Strip trailing '\n' from error string arguments (again)Markus Armbruster2013-02-111-1/+1
* qxl: change rom size to 8192Alon Levy2013-01-221-6/+7
* qxl: stop using non revision 4 rom fields for revision < 4Alon Levy2013-01-221-0/+11
* qxl: Don't drop client capability bitsMarkus Armbruster2013-01-141-2/+4
* qxl: Fix SPICE_RING_PROD_ITEM(), SPICE_RING_CONS_ITEM() sanity checkMarkus Armbruster2013-01-141-14/+6
* Make all static TypeInfos constAndreas Färber2013-01-101-2/+2
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-1/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-2/+2
* monitor: move include files to include/monitor/Paolo Bonzini2012-12-191-1/+1
* qxl: reload memslots after migration, when qxl is in UNDEFINED modeYonit Halperin2012-11-291-0/+1
* spice: fix initialization orderGerd Hoffmann2012-11-051-2/+8
* qxl: call dpy_gfx_resize when entering vga modeGerd Hoffmann2012-11-051-1/+1
* qxl: fix cursor resetGerd Hoffmann2012-11-051-0/+4
* hw/qxl: qxl_send_events: nop if stoppedAlon Levy2012-11-051-1/+7
* hw/qxl: guest bug on primary create with stride %4 != 0Alon Levy2012-11-051-0/+12
* console: untangle gfx & txt updatesGerd Hoffmann2012-11-011-2/+2
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-2/+2
* spice: raise requirement to 0.12Gerd Hoffmann2012-10-081-30/+0
* hw/qxl: qxl_dirty_surfaces: use uintptr_tAlon Levy2012-10-081-2/+2
* hw/qxl: fix condition for exiting guest_bugAlon Levy2012-10-081-1/+1
* hw/qxl: exit on failure to register qxl interfaceAlon Levy2012-10-081-1/+5
* qxl: fix range check for rev3 io commands.Gerd Hoffmann2012-10-081-1/+1
* qxl/update_area_io: cleanup invalid parameters handlingMichael Tokarev2012-10-081-10/+3
* Merge remote-tracking branch 'spice/spice.v60' into stagingAnthony Liguori2012-09-171-6/+101
|\
| * hw/qxl: support client monitor configuration via deviceAlon Levy2012-09-131-0/+79
| * qxl: add trace-event for QXL_IO_LOGAlon Levy2012-09-131-0/+1
| * hw/qxl: tracing fixesAlon Levy2012-09-131-3/+5
| * qxl: better cleanup for surface destroyUri Lublin2012-09-121-0/+1
| * qxl: Ignore set_client_capabilities pre/post migrateHans de Goede2012-09-121-0/+5
| * qxl: dont update invalid areaDunrong Huang2012-09-121-0/+7
| * spice: switch to queue for vga mode updatesGerd Hoffmann2012-09-121-3/+3
* | VGA: Flush coalesced MMIO on related MMIO/PIO accessesJan Kiszka2012-09-111-0/+1
|/
* Merge branch 'spice.v59' of git://anongit.freedesktop.org/spice/qemuAurelien Jarno2012-09-101-23/+152
|\
| * Remove #ifdef QXL_COMMAND_FLAG_COMPAT_16BPPSøren Sandmann Pedersen2012-09-051-2/+0
| * qxl: Add set_client_capabilities() interface to QXLInterfaceSøren Sandmann Pedersen2012-09-051-0/+23
| * spice: make number of surfaces runtime-configurable.Gerd Hoffmann2012-09-051-14/+17
| * qxl: add QXL_IO_MONITORS_CONFIG_ASYNCAlon Levy2012-09-051-4/+93
| * qxl: disallow unknown revisionsAlon Levy2012-09-051-1/+4
| * qxl/update_area_io: guest_bug on invalid parametersAlon Levy2012-09-051-0/+12
| * spice: notify on vm state change only via spice_server_vm_start/stopYonit Halperin2012-09-051-3/+4
* | vga: ppm_save(): add error handlingLuiz Capitulino2012-09-051-1/+1
OpenPOWER on IntegriCloud