summaryrefslogtreecommitdiff
path: root/hw/qxl.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-11vga: Convert to isa_register_portio_listRichard Henderson1-1/+1
2011-09-15Replace the VMSTOP macros with a proper state typeLuiz Capitulino1-2/+3
2011-09-07qxl: s/qxl_set_irq/qxl_update_irq/Yonit Halperin1-6/+6
2011-09-07qxl: send interrupt after migration in case ram->int_pending != 0, RHBZ #732949Yonit Halperin1-2/+8
2011-09-07hw/qxl: Fix format string errorsPeter Maydell1-4/+4
2011-09-02main: force enabling of I/O threadAnthony Liguori1-4/+0
2011-08-22vga: drop get_system_memory() from vga devices and derivativesAvi Kivity1-1/+1
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-2/+2
2011-08-10qxl: unbreak after memory API conversionAlon Levy1-2/+3
2011-08-10qxl: allowing the command rings to be not empty when spice worker is stopped ...Yonit Halperin1-5/+3
2011-08-08pci: rename pci_register_bar_region() to pci_register_bar()Avi Kivity1-8/+8
2011-08-08vga: convert vga and its derivatives to the memory APIAvi Kivity1-86/+49
2011-08-03qxl: bump pci revGerd Hoffmann1-7/+18
2011-08-03qxl: add QXL_IO_FLUSH_{SURFACES,RELEASE} for guest S3&S4 supportAlon Levy1-0/+30
2011-08-03qxl: async io support using new spice apiAlon Levy1-37/+203
2011-08-01qxl: only disallow specific io's in vga modeAlon Levy1-1/+2
2011-08-01qxl: make qxl_guest_bug take variable argumentsAlon Levy1-2/+7
2011-08-01qxl: error handling fixes and cleanups.Gerd Hoffmann1-4/+30
2011-08-01qxl: add io_port_to_stringAlon Levy1-1/+39
2011-08-01qxl: fix surface tracking & lockingGerd Hoffmann1-1/+12
2011-08-01spice/qxl: move worker wrappersGerd Hoffmann1-10/+57
2011-08-01spice: add qemu_spice_display_init_commonGerd Hoffmann1-6/+1
2011-08-01spice: add worker wrapper functions.Gerd Hoffmann1-16/+16
2011-07-20qxl: upon reset, if spice worker is stopped, the command rings can be not emptyYonit Halperin1-2/+2
2011-07-04qxl: allow QXL_IO_LOG also in vgaAlon Levy1-0/+1
2011-07-04qxl: put QXL_IO_UPDATE_IRQ into vgamode whitelistGerd Hoffmann1-0/+1
2011-07-04qxl: make sure primary surface is saved on migrationYonit Halperin1-3/+6
2011-07-04qxl: add dev id to guest printsAlon Levy1-1/+2
2011-07-04qxl: interface_get_command: fix reported modeAlon Levy1-4/+21
2011-07-04qxl: device id fixupGerd Hoffmann1-8/+3
2011-06-15Merge remote-tracking branch 'origin/master' into pciMichael S. Tsirkin1-15/+16
2011-06-12hw/qxl.c: convert to PCIDeviceInfo to initialize idsIsaku Yamahata1-3/+4
2011-06-06qxl: fix cmdlog for vgaAlon Levy1-1/+3
2011-05-03spice: drop obsolete iothread lockingGerd Hoffmann1-8/+0
2011-05-03spice: don't call displaystate callbacks from spice server context.Gerd Hoffmann1-0/+2
2011-05-03spice: don't create updates in spice server context.Gerd Hoffmann1-6/+11
2011-01-24qxl: locking fixGerd Hoffmann1-0/+2
2011-01-24spice/qxl: zap spice 0.4 migration compatibility bitsGerd Hoffmann1-69/+10
2011-01-10qxl: tag as not hotpluggableGerd Hoffmann1-0/+1
2010-12-09spice: add qxl deviceGerd Hoffmann1-0/+1587