summaryrefslogtreecommitdiffstats
path: root/hw/qxl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | console: vga_hw_screen_dump_ptr: take Error argumentLuiz Capitulino2012-09-051-2/+3
|/
* vga: raise default vgamem sizeGerd Hoffmann2012-06-221-1/+1
* qxl: add vgamem_size_mb and vgamem_sizeAlon Levy2012-06-221-30/+42
* vga: make vram size configurableGerd Hoffmann2012-06-221-1/+4
* qxl: reset current_async on qxl_soft_resetAlon Levy2012-06-221-0/+1
* hw/qxl: ignore guest from guestbug until resetAlon Levy2012-06-221-1/+12
* qxl: stop dirty loging when not in vga modeAlon Levy2012-06-221-0/+2
* hw/qxl: s/qxl_guest_bug/qxl_set_guest_bug/Alon Levy2012-06-221-22/+27
* qxl: set size of PCI IO BAR correctly (16) for revision 2Uri Lublin2012-05-141-5/+3
* qxl: don't assert on guest create_guest_primaryAlon Levy2012-05-031-1/+4
OpenPOWER on IntegriCloud