aboutsummaryrefslogtreecommitdiffstats
path: root/hw/qxl.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-21qxl: add user-friendly bar size propertiesGerd Hoffmann1-0/+8
2012-02-21qxl: move ram size init to new functionGerd Hoffmann1-19/+22
2012-02-21qxl: drop vram bar minimum sizeGerd Hoffmann1-2/+2
2012-02-21qxl: make sure primary surface is saved on migration also in compat modeYonit Halperin1-1/+1
2012-02-21qxl: set only off-screen surfaces dirty instead of the whole vramYonit Halperin1-9/+44
2012-02-21qxl: fix warnings on 32bitGerd Hoffmann1-3/+4
2012-02-15qom: Unify type registrationAndreas Färber1-2/+2
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-18/+22
2012-01-27pci: convert to QEMU Object ModelAnthony Liguori1-24/+38
2012-01-27qdev: prepare source tree for code conversionAnthony Liguori1-4/+4
2012-01-25memory: change dirty setting APIs to take a sizeBlue Swirl1-4/+1
2012-01-17qxl: Slot sanity check in qxl_phys2virt() is off by one, fixMarkus Armbruster1-1/+1
2012-01-04vmstate, memory: decouple vmstate from memory APIAvi Kivity1-6/+6
2011-11-07qxl: fix vga port initialization.Gerd Hoffmann1-5/+17
2011-11-01qxl: create slots on post_load in vga stateAlon Levy1-7/+19
2011-10-25qxl: reset update_surfaceAlon Levy1-0/+1
2011-10-25qxl: fix guest cursor trackingYonit Halperin1-4/+12
2011-10-25qxl: factor out propertiesGerd Hoffmann1-24/+15
2011-10-25qxl: Drop phread_yield on OOMJan Kiszka1-6/+0
2011-10-25qxl: Convert to QEMU thread APIJan Kiszka1-2/+2
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