summaryrefslogtreecommitdiff
path: root/hw/qxl.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-01hw: include hw header files with full pathsPaolo Bonzini1-1/+1
2013-02-11error: Strip trailing '\n' from error string arguments (again)Markus Armbruster1-1/+1
2013-01-22qxl: change rom size to 8192Alon Levy1-6/+7
2013-01-22qxl: stop using non revision 4 rom fields for revision < 4Alon Levy1-0/+11
2013-01-14qxl: Don't drop client capability bitsMarkus Armbruster1-2/+4
2013-01-14qxl: Fix SPICE_RING_PROD_ITEM(), SPICE_RING_CONS_ITEM() sanity checkMarkus Armbruster1-14/+6
2013-01-10Make all static TypeInfos constAndreas Färber1-2/+2
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini1-1/+1
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-2/+2
2012-12-19monitor: move include files to include/monitor/Paolo Bonzini1-1/+1
2012-11-29qxl: reload memslots after migration, when qxl is in UNDEFINED modeYonit Halperin1-0/+1
2012-11-05spice: fix initialization orderGerd Hoffmann1-2/+8
2012-11-05qxl: call dpy_gfx_resize when entering vga modeGerd Hoffmann1-1/+1
2012-11-05qxl: fix cursor resetGerd Hoffmann1-0/+4
2012-11-05hw/qxl: qxl_send_events: nop if stoppedAlon Levy1-1/+7
2012-11-05hw/qxl: guest bug on primary create with stride %4 != 0Alon Levy1-0/+12
2012-11-01console: untangle gfx & txt updatesGerd Hoffmann1-2/+2
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity1-2/+2
2012-10-08spice: raise requirement to 0.12Gerd Hoffmann1-30/+0
2012-10-08hw/qxl: qxl_dirty_surfaces: use uintptr_tAlon Levy1-2/+2
2012-10-08hw/qxl: fix condition for exiting guest_bugAlon Levy1-1/+1
2012-10-08hw/qxl: exit on failure to register qxl interfaceAlon Levy1-1/+5
2012-10-08qxl: fix range check for rev3 io commands.Gerd Hoffmann1-1/+1
2012-10-08qxl/update_area_io: cleanup invalid parameters handlingMichael Tokarev1-10/+3
2012-09-17Merge remote-tracking branch 'spice/spice.v60' into stagingAnthony Liguori1-6/+101
2012-09-13hw/qxl: support client monitor configuration via deviceAlon Levy1-0/+79
2012-09-13qxl: add trace-event for QXL_IO_LOGAlon Levy1-0/+1
2012-09-13hw/qxl: tracing fixesAlon Levy1-3/+5
2012-09-12qxl: better cleanup for surface destroyUri Lublin1-0/+1
2012-09-12qxl: Ignore set_client_capabilities pre/post migrateHans de Goede1-0/+5
2012-09-12qxl: dont update invalid areaDunrong Huang1-0/+7
2012-09-12spice: switch to queue for vga mode updatesGerd Hoffmann1-3/+3
2012-09-11VGA: Flush coalesced MMIO on related MMIO/PIO accessesJan Kiszka1-0/+1
2012-09-10Merge branch 'spice.v59' of git://anongit.freedesktop.org/spice/qemuAurelien Jarno1-23/+152
2012-09-05vga: ppm_save(): add error handlingLuiz Capitulino1-1/+1
2012-09-05console: vga_hw_screen_dump_ptr: take Error argumentLuiz Capitulino1-2/+3
2012-09-05Remove #ifdef QXL_COMMAND_FLAG_COMPAT_16BPPSøren Sandmann Pedersen1-2/+0
2012-09-05qxl: Add set_client_capabilities() interface to QXLInterfaceSøren Sandmann Pedersen1-0/+23
2012-09-05spice: make number of surfaces runtime-configurable.Gerd Hoffmann1-14/+17
2012-09-05qxl: add QXL_IO_MONITORS_CONFIG_ASYNCAlon Levy1-4/+93
2012-09-05qxl: disallow unknown revisionsAlon Levy1-1/+4
2012-09-05qxl/update_area_io: guest_bug on invalid parametersAlon Levy1-0/+12
2012-09-05spice: notify on vm state change only via spice_server_vm_start/stopYonit Halperin1-3/+4
2012-06-22vga: raise default vgamem sizeGerd Hoffmann1-1/+1
2012-06-22qxl: add vgamem_size_mb and vgamem_sizeAlon Levy1-30/+42
2012-06-22vga: make vram size configurableGerd Hoffmann1-1/+4
2012-06-22qxl: reset current_async on qxl_soft_resetAlon Levy1-0/+1
2012-06-22hw/qxl: ignore guest from guestbug until resetAlon Levy1-1/+12
2012-06-22qxl: stop dirty loging when not in vga modeAlon Levy1-0/+2
2012-06-22hw/qxl: s/qxl_guest_bug/qxl_set_guest_bug/Alon Levy1-22/+27