summaryrefslogtreecommitdiffstats
path: root/hw/qxl.c
Commit message (Expand)AuthorAgeFilesLines
* qxl: Add missing GCC_FMT_ATTR and fix format specifierStefan Weil2012-04-201-1/+1
* qxl: set default values of vram*_size_mb to -1Alon Levy2012-04-181-2/+2
* hw/qxl.c: Fix compilation failures on 32 bit hostsPeter Maydell2012-03-191-8/+8
* qxl: switch qxl.c to trace-eventsAlon Levy2012-03-191-72/+69
* qxl: init_pipe_signaling: exit on failureAlon Levy2012-03-191-10/+11
* qxl: add optinal 64bit vram barGerd Hoffmann2012-02-281-7/+44
* qxl: make qxl_render_update asyncAlon Levy2012-02-271-4/+65
* qxl: introduce QXLCookieAlon Levy2012-02-271-14/+47
* qxl: require spice >= 0.8.2Alon Levy2012-02-271-40/+0
* qxl: fix spice+sdl no cursor regressionAlon Levy2012-02-271-0/+4
* optimize screendump for the common non-switch caseGerd Hoffmann2012-02-241-2/+2
* qxl: add user-friendly bar size propertiesGerd Hoffmann2012-02-211-0/+8
* qxl: move ram size init to new functionGerd Hoffmann2012-02-211-19/+22
* qxl: drop vram bar minimum sizeGerd Hoffmann2012-02-211-2/+2
* qxl: make sure primary surface is saved on migration also in compat modeYonit Halperin2012-02-211-1/+1
* qxl: set only off-screen surfaces dirty instead of the whole vramYonit Halperin2012-02-211-9/+44
* qxl: fix warnings on 32bitGerd Hoffmann2012-02-211-3/+4
* qom: Unify type registrationAndreas Färber2012-02-151-2/+2
* qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-031-18/+22
* pci: convert to QEMU Object ModelAnthony Liguori2012-01-271-24/+38
* qdev: prepare source tree for code conversionAnthony Liguori2012-01-271-4/+4
* memory: change dirty setting APIs to take a sizeBlue Swirl2012-01-251-4/+1
* qxl: Slot sanity check in qxl_phys2virt() is off by one, fixMarkus Armbruster2012-01-171-1/+1
* vmstate, memory: decouple vmstate from memory APIAvi Kivity2012-01-041-6/+6
* qxl: fix vga port initialization.Gerd Hoffmann2011-11-071-5/+17
* qxl: create slots on post_load in vga stateAlon Levy2011-11-011-7/+19
* qxl: reset update_surfaceAlon Levy2011-10-251-0/+1
* qxl: fix guest cursor trackingYonit Halperin2011-10-251-4/+12
* qxl: factor out propertiesGerd Hoffmann2011-10-251-24/+15
* qxl: Drop phread_yield on OOMJan Kiszka2011-10-251-6/+0
* qxl: Convert to QEMU thread APIJan Kiszka2011-10-251-2/+2
* vga: Convert to isa_register_portio_listRichard Henderson2011-10-111-1/+1
* Replace the VMSTOP macros with a proper state typeLuiz Capitulino2011-09-151-2/+3
* qxl: s/qxl_set_irq/qxl_update_irq/Yonit Halperin2011-09-071-6/+6
* qxl: send interrupt after migration in case ram->int_pending != 0, RHBZ #732949Yonit Halperin2011-09-071-2/+8
* hw/qxl: Fix format string errorsPeter Maydell2011-09-071-4/+4
* main: force enabling of I/O threadAnthony Liguori2011-09-021-4/+0
* vga: drop get_system_memory() from vga devices and derivativesAvi Kivity2011-08-221-1/+1
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-2/+2
* qxl: unbreak after memory API conversionAlon Levy2011-08-101-2/+3
* qxl: allowing the command rings to be not empty when spice worker is stopped ...Yonit Halperin2011-08-101-5/+3
* pci: rename pci_register_bar_region() to pci_register_bar()Avi Kivity2011-08-081-8/+8
* vga: convert vga and its derivatives to the memory APIAvi Kivity2011-08-081-86/+49
* qxl: bump pci revGerd Hoffmann2011-08-031-7/+18
* qxl: add QXL_IO_FLUSH_{SURFACES,RELEASE} for guest S3&S4 supportAlon Levy2011-08-031-0/+30
* qxl: async io support using new spice apiAlon Levy2011-08-031-37/+203
* qxl: only disallow specific io's in vga modeAlon Levy2011-08-011-1/+2
* qxl: make qxl_guest_bug take variable argumentsAlon Levy2011-08-011-2/+7
* qxl: error handling fixes and cleanups.Gerd Hoffmann2011-08-011-4/+30
* qxl: add io_port_to_stringAlon Levy2011-08-011-1/+39
OpenPOWER on IntegriCloud