summaryrefslogtreecommitdiffstats
path: root/hw/qxl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* qxl: fix surface tracking & lockingGerd Hoffmann2011-08-011-1/+12
* spice/qxl: move worker wrappersGerd Hoffmann2011-08-011-10/+57
* spice: add qemu_spice_display_init_commonGerd Hoffmann2011-08-011-6/+1
* spice: add worker wrapper functions.Gerd Hoffmann2011-08-011-16/+16
* qxl: upon reset, if spice worker is stopped, the command rings can be not emptyYonit Halperin2011-07-201-2/+2
* qxl: allow QXL_IO_LOG also in vgaAlon Levy2011-07-041-0/+1
* qxl: put QXL_IO_UPDATE_IRQ into vgamode whitelistGerd Hoffmann2011-07-041-0/+1
* qxl: make sure primary surface is saved on migrationYonit Halperin2011-07-041-3/+6
* qxl: add dev id to guest printsAlon Levy2011-07-041-1/+2
* qxl: interface_get_command: fix reported modeAlon Levy2011-07-041-4/+21
* qxl: device id fixupGerd Hoffmann2011-07-041-8/+3
* Merge remote-tracking branch 'origin/master' into pciMichael S. Tsirkin2011-06-151-15/+16
|\
| * qxl: fix cmdlog for vgaAlon Levy2011-06-061-1/+3
| * spice: drop obsolete iothread lockingGerd Hoffmann2011-05-031-8/+0
| * spice: don't call displaystate callbacks from spice server context.Gerd Hoffmann2011-05-031-0/+2
| * spice: don't create updates in spice server context.Gerd Hoffmann2011-05-031-6/+11
* | hw/qxl.c: convert to PCIDeviceInfo to initialize idsIsaku Yamahata2011-06-121-3/+4
|/
* qxl: locking fixGerd Hoffmann2011-01-241-0/+2
* spice/qxl: zap spice 0.4 migration compatibility bitsGerd Hoffmann2011-01-241-69/+10
* qxl: tag as not hotpluggableGerd Hoffmann2011-01-101-0/+1
* spice: add qxl deviceGerd Hoffmann2010-12-091-0/+1587
OpenPOWER on IntegriCloud