summaryrefslogtreecommitdiffstats
path: root/hw/vga.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* vga-isa: convert to qdevBlue Swirl2011-02-201-8/+14
* Introduce log_start/log_stop in CPUPhysMemoryClientAnthony PERARD2011-02-141-15/+16
* Fix curses on big endian hostsAurelien Jarno2011-01-041-3/+3
* vga: Declare as little endianBlue Swirl2010-12-191-25/+1
* Add endianness as io mem parameterAlexander Graf2010-12-111-1/+2
* more stdvga cleanups.Gerd Hoffmann2010-11-161-2/+0
* VGA: Don't register deprecated VBE rangeAlex Williamson2010-08-221-7/+0
* qemu_ram_alloc: Add DeviceState and name parametersAlex Williamson2010-07-061-1/+1
* Fix %lld or %llx printf format useBlue Swirl2010-05-221-1/+1
* vga: make some tables 'const'Blue Swirl2010-05-141-5/+5
* vga: fix typo in length passed to kvm_log_stopMarcelo Tosatti2010-04-281-2/+2
* x86: remove dead assignments, spotted by clang analyzerBlue Swirl2010-04-251-3/+6
OpenPOWER on IntegriCloud