summaryrefslogtreecommitdiffstats
path: root/hw/vga.c
Commit message (Expand)AuthorAgeFilesLines
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* ui: move files to ui/ and include/ui/Paolo Bonzini2012-12-191-2/+2
* Merge commit '1dd3a74d2ee2d873cde0b390b536e45420b3fe05' into HEADPaolo Bonzini2012-12-171-1/+1
|\
| * pci: update all users to look in pci/Michael S. Tsirkin2012-12-171-1/+1
* | pixman: fix vnc tight png/jpeg supportGerd Hoffmann2012-12-141-1/+1
|/
* vga: fix bochs alignment issueGerd Hoffmann2012-11-161-2/+1
* vmware_vga: Allow simple drivers to work without using the fifoBALATON Zoltan2012-11-031-1/+1
* pixman: switch screendump function.Gerd Hoffmann2012-11-011-28/+11
* vga: stop direct access to DisplaySurface fields.Gerd Hoffmann2012-11-011-2/+7
* vga: fix text mode updatingGerd Hoffmann2012-11-011-0/+19
* console: untangle gfx & txt updatesGerd Hoffmann2012-11-011-19/+15
* console: move set_mouse + cursor_define callbacksGerd Hoffmann2012-11-011-5/+5
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-5/+5
* vga: remove CONFIG_BOCHS_VBEGerd Hoffmann2012-10-201-29/+5
* vga: add mmio bar to standard vgaGerd Hoffmann2012-10-201-3/+3
* VGA: Flush coalesced MMIO on related MMIO/PIO accessesJan Kiszka2012-09-111-0/+5
* vga: ppm_save(): add error handlingLuiz Capitulino2012-09-051-7/+25
* console: vga_hw_screen_dump_ptr: take Error argumentLuiz Capitulino2012-09-051-2/+4
* Revert "vga: add some optional CGA compatibility hacks"malc2012-08-271-28/+8
* vga: add some optional CGA compatibility hacksMatthew Ogilvie2012-08-241-8/+28
* vga: Implement blinking of text cursorJan Kiszka2012-07-141-2/+12
* vga: make vram size configurableGerd Hoffmann2012-06-221-3/+10
* vga: fix vram double-mapping with -vga std and -M pc-0.12Avi Kivity2012-05-291-1/+6
* vga: Don't switch to 1 x 1 character text screenStefan Weil2012-05-011-0/+4
* fix screendumpGerd Hoffmann2012-03-241-1/+1
* vga: add trace event for ppm_saveAlon Levy2012-03-121-0/+2
* optimize screendump for the common non-switch caseGerd Hoffmann2012-02-241-4/+6
* vga: simplify screendumpGerd Hoffmann2012-02-241-35/+1
* vga: Fix full updates in graphic modeJan Kiszka2012-02-111-2/+3
* Fix memory dirty getting API change falloutBlue Swirl2012-02-111-1/+1
* vga: improve documentationBlue Swirl2012-02-041-0/+12
* vga: use constants from vga.hBlue Swirl2012-02-041-168/+194
* memory: change dirty getting API to take a sizeBlue Swirl2012-02-041-12/+5
* memory: change dirty setting APIs to take a sizeBlue Swirl2012-01-251-3/+3
* vga: optimize ppm_save() divisionsAvi Kivity2012-01-121-6/+4
* vmstate, memory: decouple vmstate from memory APIAvi Kivity2012-01-041-1/+2
* xen, vga: add API for registering the framebufferAvi Kivity2011-12-201-0/+2
* Move graphic-related coalesced MMIO flushes to affected device modelsJan Kiszka2011-10-151-0/+4
* vga: Convert to isa_register_portio_listRichard Henderson2011-10-111-31/+42
* vga: Respect isa_mem_base when registering chain4 aliasJan Kiszka2011-09-161-0/+1
* vga: Fix text mode screendumpsJan Kiszka2011-09-161-4/+3
* vga: Silence bogus gcc warning about uninitialized variablesJan Kiszka2011-08-251-0/+1
* vga: Use linear mapping + dirty logging in chain 4 memory access modeJan Kiszka2011-08-221-1/+50
* vmware-vga: Eliminate vga_dirty_log_restartJan Kiszka2011-08-221-6/+0
* vga: drop get_system_memory() from vga devices and derivativesAvi Kivity2011-08-221-5/+4
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-4/+4
* vga: simplify vga window mmio access functionsAvi Kivity2011-08-081-48/+8
* vga: convert vga and its derivatives to the memory APIAvi Kivity2011-08-081-79/+67
* Optimize screendumpAvi Kivity2011-06-221-3/+10
* change all other clock references to use nanosecond resolution accessorsPaolo Bonzini2011-03-211-1/+1
OpenPOWER on IntegriCloud