summaryrefslogtreecommitdiffstats
path: root/hw/vga.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* update bochs vbe interfaceGerd Hoffmann2010-04-081-2/+4
* hw/vga.c: remove dead assignmentAmit Shah2010-01-131-1/+0
* VMware VGA: Only enable dirty log tracking when fifo is disabledAnthony Liguori2009-12-181-0/+22
* Make sure to enable dirty tracking of VBE vram mappingAnthony Liguori2009-12-181-0/+24
* Revert "vga: do not resize the screen on hw_invalidate"Aurelien Jarno2009-11-271-3/+3
* v3: don't call reset functions on cpu initializationGlauber Costa2009-11-071-1/+0
* vga: fix line comparisonmalc2009-11-061-7/+5
* vga: Respect Line Compare Register in text modesmalc2009-11-061-5/+13
* vga: remove unused vga_common_save/loadJuan Quintela2009-10-271-10/+0
* vga: port vga_common_save/load to vmstateJuan Quintela2009-10-271-80/+51
* vga: create is_vbe_vmstate fieldJuan Quintela2009-10-271-7/+10
* vga: move back dirty_log functions to vga.cJuan Quintela2009-10-051-0/+12
OpenPOWER on IntegriCloud