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