summaryrefslogtreecommitdiffstats
path: root/hw/vga.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-9/+9
* Get rid of _t suffixmalc2009-10-011-9/+9
* Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela2009-09-111-3/+3
* vga: Rename last VGAState occurrences to VGACommonStateJuan Quintela2009-09-091-31/+29
* vga and cirrus_vga: substitute switch for equivalent assigntmentJuan Quintela2009-09-091-13/+1
* vga: change tabs to spacesJuan Quintela2009-09-091-3/+3
* vga and cirrus_vga: create vga_ioport_invalid() and use it everywhereJuan Quintela2009-09-091-6/+14
* vga: split vga-isa-mm.oJuan Quintela2009-09-091-96/+0
* vga: export vga_mem_{read,write}Juan Quintela2009-09-091-2/+2
* vga: split isa bits inco vga-isa.cJuan Quintela2009-09-091-21/+0
* vga: split pci bits into vga-pci.cJuan Quintela2009-09-091-134/+0
* vga: split vga_{load, save} into pci and common partsJuan Quintela2009-09-091-18/+34
* vga: export vga_ioport_{read,write}Juan Quintela2009-09-091-4/+4
OpenPOWER on IntegriCloud