summaryrefslogtreecommitdiffstats
path: root/hw/qxl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* qxl: ioport_write: remove guest trigerrable abortAlon Levy2012-05-031-2/+1
* qxl: qxl_add_memslot: remove guest trigerrable panicsAlon Levy2012-05-031-7/+20
* qxl: interface_notify_update: remove guest trigerrable abortAlon Levy2012-05-031-2/+7
* qxl: cleanup s/__FUNCTION__/__func__/Alon Levy2012-05-031-1/+1
* qxl: don't abort on guest trigerrable ring indices mismatchAlon Levy2012-05-031-12/+39
* qxl: fix > 80 chars lineAlon Levy2012-05-031-2/+2
* qxl: replace panic with guest bug in qxl_track_commandAlon Levy2012-05-031-1/+5
* qxl: check for NULL return from qxl_phys2virtAlon Levy2012-05-031-1/+12
* hw/qxl.c: qxl_phys2virt: replace panics with guest_bugAlon Levy2012-05-031-6/+19
* 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
OpenPOWER on IntegriCloud