aboutsummaryrefslogtreecommitdiff
path: root/hw/qxl.c
AgeCommit message (Expand)Author
2012-04-20qxl: Add missing GCC_FMT_ATTR and fix format specifierStefan Weil
2012-04-18qxl: set default values of vram*_size_mb to -1Alon Levy
2012-03-19hw/qxl.c: Fix compilation failures on 32 bit hostsPeter Maydell
2012-03-19qxl: switch qxl.c to trace-eventsAlon Levy
2012-03-19qxl: init_pipe_signaling: exit on failureAlon Levy
2012-02-28qxl: add optinal 64bit vram barGerd Hoffmann
2012-02-27qxl: make qxl_render_update asyncAlon Levy
2012-02-27qxl: introduce QXLCookieAlon Levy
2012-02-27qxl: require spice >= 0.8.2Alon Levy
2012-02-27qxl: fix spice+sdl no cursor regressionAlon Levy
2012-02-24optimize screendump for the common non-switch caseGerd Hoffmann
2012-02-21qxl: add user-friendly bar size propertiesGerd Hoffmann
2012-02-21qxl: move ram size init to new functionGerd Hoffmann
2012-02-21qxl: drop vram bar minimum sizeGerd Hoffmann
2012-02-21qxl: make sure primary surface is saved on migration also in compat modeYonit Halperin
2012-02-21qxl: set only off-screen surfaces dirty instead of the whole vramYonit Halperin
2012-02-21qxl: fix warnings on 32bitGerd Hoffmann
2012-02-15qom: Unify type registrationAndreas Färber
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori
2012-01-27pci: convert to QEMU Object ModelAnthony Liguori
2012-01-27qdev: prepare source tree for code conversionAnthony Liguori
2012-01-25memory: change dirty setting APIs to take a sizeBlue Swirl
2012-01-17qxl: Slot sanity check in qxl_phys2virt() is off by one, fixMarkus Armbruster
2012-01-04vmstate, memory: decouple vmstate from memory APIAvi Kivity
2011-11-07qxl: fix vga port initialization.Gerd Hoffmann
2011-11-01qxl: create slots on post_load in vga stateAlon Levy
2011-10-25qxl: reset update_surfaceAlon Levy
2011-10-25qxl: fix guest cursor trackingYonit Halperin
2011-10-25qxl: factor out propertiesGerd Hoffmann
2011-10-25qxl: Drop phread_yield on OOMJan Kiszka
2011-10-25qxl: Convert to QEMU thread APIJan Kiszka
2011-10-11vga: Convert to isa_register_portio_listRichard Henderson
2011-09-15Replace the VMSTOP macros with a proper state typeLuiz Capitulino
2011-09-07qxl: s/qxl_set_irq/qxl_update_irq/Yonit Halperin
2011-09-07qxl: send interrupt after migration in case ram->int_pending != 0, RHBZ #732949Yonit Halperin
2011-09-07hw/qxl: Fix format string errorsPeter Maydell
2011-09-02main: force enabling of I/O threadAnthony Liguori
2011-08-22vga: drop get_system_memory() from vga devices and derivativesAvi Kivity
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-10qxl: unbreak after memory API conversionAlon Levy
2011-08-10qxl: allowing the command rings to be not empty when spice worker is stopped ...Yonit Halperin
2011-08-08pci: rename pci_register_bar_region() to pci_register_bar()Avi Kivity
2011-08-08vga: convert vga and its derivatives to the memory APIAvi Kivity
2011-08-03qxl: bump pci revGerd Hoffmann
2011-08-03qxl: add QXL_IO_FLUSH_{SURFACES,RELEASE} for guest S3&S4 supportAlon Levy
2011-08-03qxl: async io support using new spice apiAlon Levy
2011-08-01qxl: only disallow specific io's in vga modeAlon Levy
2011-08-01qxl: make qxl_guest_bug take variable argumentsAlon Levy
2011-08-01qxl: error handling fixes and cleanups.Gerd Hoffmann
2011-08-01qxl: add io_port_to_stringAlon Levy