summaryrefslogtreecommitdiff
path: root/hw/qxl.c
AgeCommit message (Expand)Author
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
2011-08-01qxl: fix surface tracking & lockingGerd Hoffmann
2011-08-01spice/qxl: move worker wrappersGerd Hoffmann
2011-08-01spice: add qemu_spice_display_init_commonGerd Hoffmann
2011-08-01spice: add worker wrapper functions.Gerd Hoffmann
2011-07-20qxl: upon reset, if spice worker is stopped, the command rings can be not emptyYonit Halperin
2011-07-04qxl: allow QXL_IO_LOG also in vgaAlon Levy
2011-07-04qxl: put QXL_IO_UPDATE_IRQ into vgamode whitelistGerd Hoffmann
2011-07-04qxl: make sure primary surface is saved on migrationYonit Halperin
2011-07-04qxl: add dev id to guest printsAlon Levy
2011-07-04qxl: interface_get_command: fix reported modeAlon Levy
2011-07-04qxl: device id fixupGerd Hoffmann
2011-06-15Merge remote-tracking branch 'origin/master' into pciMichael S. Tsirkin
2011-06-12hw/qxl.c: convert to PCIDeviceInfo to initialize idsIsaku Yamahata
2011-06-06qxl: fix cmdlog for vgaAlon Levy
2011-05-03spice: drop obsolete iothread lockingGerd Hoffmann
2011-05-03spice: don't call displaystate callbacks from spice server context.Gerd Hoffmann
2011-05-03spice: don't create updates in spice server context.Gerd Hoffmann
2011-01-24qxl: locking fixGerd Hoffmann
2011-01-24spice/qxl: zap spice 0.4 migration compatibility bitsGerd Hoffmann
2011-01-10qxl: tag as not hotpluggableGerd Hoffmann
2010-12-09spice: add qxl deviceGerd Hoffmann