summaryrefslogtreecommitdiff
path: root/hw/vga.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-12-19ui: move files to ui/ and include/ui/Paolo Bonzini1-2/+2
2012-12-17Merge commit '1dd3a74d2ee2d873cde0b390b536e45420b3fe05' into HEADPaolo Bonzini1-1/+1
2012-12-17pci: update all users to look in pci/Michael S. Tsirkin1-1/+1
2012-12-14pixman: fix vnc tight png/jpeg supportGerd Hoffmann1-1/+1
2012-11-16vga: fix bochs alignment issueGerd Hoffmann1-2/+1
2012-11-03vmware_vga: Allow simple drivers to work without using the fifoBALATON Zoltan1-1/+1
2012-11-01pixman: switch screendump function.Gerd Hoffmann1-28/+11
2012-11-01vga: stop direct access to DisplaySurface fields.Gerd Hoffmann1-2/+7
2012-11-01vga: fix text mode updatingGerd Hoffmann1-0/+19
2012-11-01console: untangle gfx & txt updatesGerd Hoffmann1-19/+15
2012-11-01console: move set_mouse + cursor_define callbacksGerd Hoffmann1-5/+5
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity1-5/+5
2012-10-20vga: remove CONFIG_BOCHS_VBEGerd Hoffmann1-29/+5
2012-10-20vga: add mmio bar to standard vgaGerd Hoffmann1-3/+3
2012-09-11VGA: Flush coalesced MMIO on related MMIO/PIO accessesJan Kiszka1-0/+5
2012-09-05vga: ppm_save(): add error handlingLuiz Capitulino1-7/+25
2012-09-05console: vga_hw_screen_dump_ptr: take Error argumentLuiz Capitulino1-2/+4
2012-08-27Revert "vga: add some optional CGA compatibility hacks"malc1-28/+8
2012-08-24vga: add some optional CGA compatibility hacksMatthew Ogilvie1-8/+28
2012-07-14vga: Implement blinking of text cursorJan Kiszka1-2/+12
2012-06-22vga: make vram size configurableGerd Hoffmann1-3/+10
2012-05-29vga: fix vram double-mapping with -vga std and -M pc-0.12Avi Kivity1-1/+6
2012-05-01vga: Don't switch to 1 x 1 character text screenStefan Weil1-0/+4
2012-03-24fix screendumpGerd Hoffmann1-1/+1
2012-03-12vga: add trace event for ppm_saveAlon Levy1-0/+2
2012-02-24optimize screendump for the common non-switch caseGerd Hoffmann1-4/+6
2012-02-24vga: simplify screendumpGerd Hoffmann1-35/+1
2012-02-11vga: Fix full updates in graphic modeJan Kiszka1-2/+3
2012-02-11Fix memory dirty getting API change falloutBlue Swirl1-1/+1
2012-02-04vga: improve documentationBlue Swirl1-0/+12
2012-02-04vga: use constants from vga.hBlue Swirl1-168/+194
2012-02-04memory: change dirty getting API to take a sizeBlue Swirl1-12/+5
2012-01-25memory: change dirty setting APIs to take a sizeBlue Swirl1-3/+3
2012-01-12vga: optimize ppm_save() divisionsAvi Kivity1-6/+4
2012-01-04vmstate, memory: decouple vmstate from memory APIAvi Kivity1-1/+2
2011-12-20xen, vga: add API for registering the framebufferAvi Kivity1-0/+2
2011-10-15Move graphic-related coalesced MMIO flushes to affected device modelsJan Kiszka1-0/+4
2011-10-11vga: Convert to isa_register_portio_listRichard Henderson1-31/+42
2011-09-16vga: Respect isa_mem_base when registering chain4 aliasJan Kiszka1-0/+1
2011-09-16vga: Fix text mode screendumpsJan Kiszka1-4/+3
2011-08-25vga: Silence bogus gcc warning about uninitialized variablesJan Kiszka1-0/+1
2011-08-22vga: Use linear mapping + dirty logging in chain 4 memory access modeJan Kiszka1-1/+50
2011-08-22vmware-vga: Eliminate vga_dirty_log_restartJan Kiszka1-6/+0
2011-08-22vga: drop get_system_memory() from vga devices and derivativesAvi Kivity1-5/+4
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-4/+4
2011-08-08vga: simplify vga window mmio access functionsAvi Kivity1-48/+8
2011-08-08vga: convert vga and its derivatives to the memory APIAvi Kivity1-79/+67
2011-06-22Optimize screendumpAvi Kivity1-3/+10
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini1-1/+1