aboutsummaryrefslogtreecommitdiffstats
path: root/hw/vga.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-02-20vga-isa: convert to qdevBlue Swirl1-8/+14
2011-02-14Introduce log_start/log_stop in CPUPhysMemoryClientAnthony PERARD1-15/+16
2011-01-04Fix curses on big endian hostsAurelien Jarno1-3/+3
2010-12-19vga: Declare as little endianBlue Swirl1-25/+1
2010-12-11Add endianness as io mem parameterAlexander Graf1-1/+2
2010-11-16more stdvga cleanups.Gerd Hoffmann1-2/+0
2010-08-22VGA: Don't register deprecated VBE rangeAlex Williamson1-7/+0
2010-07-06qemu_ram_alloc: Add DeviceState and name parametersAlex Williamson1-1/+1
2010-05-22Fix %lld or %llx printf format useBlue Swirl1-1/+1
2010-05-14vga: make some tables 'const'Blue Swirl1-5/+5
2010-04-28vga: fix typo in length passed to kvm_log_stopMarcelo Tosatti1-2/+2
2010-04-25x86: remove dead assignments, spotted by clang analyzerBlue Swirl1-3/+6
2010-04-08update bochs vbe interfaceGerd Hoffmann1-2/+4
2010-01-13hw/vga.c: remove dead assignmentAmit Shah1-1/+0
2009-12-18VMware VGA: Only enable dirty log tracking when fifo is disabledAnthony Liguori1-0/+22
2009-12-18Make sure to enable dirty tracking of VBE vram mappingAnthony Liguori1-0/+24
2009-11-27Revert "vga: do not resize the screen on hw_invalidate"Aurelien Jarno1-3/+3
2009-11-07v3: don't call reset functions on cpu initializationGlauber Costa1-1/+0
2009-11-06vga: fix line comparisonmalc1-7/+5
2009-11-06vga: Respect Line Compare Register in text modesmalc1-5/+13
2009-10-27vga: remove unused vga_common_save/loadJuan Quintela1-10/+0
2009-10-27vga: port vga_common_save/load to vmstateJuan Quintela1-80/+51
2009-10-27vga: create is_vbe_vmstate fieldJuan Quintela1-7/+10
2009-10-05vga: move back dirty_log functions to vga.cJuan Quintela1-0/+12
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-9/+9
2009-10-01Get rid of _t suffixmalc1-9/+9