aboutsummaryrefslogtreecommitdiff
path: root/hw/vga.c
AgeCommit message (Expand)Author
2012-07-14vga: Implement blinking of text cursorJan Kiszka
2012-06-22vga: make vram size configurableGerd Hoffmann
2012-05-29vga: fix vram double-mapping with -vga std and -M pc-0.12Avi Kivity
2012-05-01vga: Don't switch to 1 x 1 character text screenStefan Weil
2012-03-24fix screendumpGerd Hoffmann
2012-03-12vga: add trace event for ppm_saveAlon Levy
2012-02-24optimize screendump for the common non-switch caseGerd Hoffmann
2012-02-24vga: simplify screendumpGerd Hoffmann
2012-02-11vga: Fix full updates in graphic modeJan Kiszka
2012-02-11Fix memory dirty getting API change falloutBlue Swirl
2012-02-04vga: improve documentationBlue Swirl
2012-02-04vga: use constants from vga.hBlue Swirl
2012-02-04memory: change dirty getting API to take a sizeBlue Swirl
2012-01-25memory: change dirty setting APIs to take a sizeBlue Swirl
2012-01-12vga: optimize ppm_save() divisionsAvi Kivity
2012-01-04vmstate, memory: decouple vmstate from memory APIAvi Kivity
2011-12-20xen, vga: add API for registering the framebufferAvi Kivity
2011-10-15Move graphic-related coalesced MMIO flushes to affected device modelsJan Kiszka
2011-10-11vga: Convert to isa_register_portio_listRichard Henderson
2011-09-16vga: Respect isa_mem_base when registering chain4 aliasJan Kiszka
2011-09-16vga: Fix text mode screendumpsJan Kiszka
2011-08-25vga: Silence bogus gcc warning about uninitialized variablesJan Kiszka
2011-08-22vga: Use linear mapping + dirty logging in chain 4 memory access modeJan Kiszka
2011-08-22vmware-vga: Eliminate vga_dirty_log_restartJan Kiszka
2011-08-22vga: drop get_system_memory() from vga devices and derivativesAvi Kivity
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-08vga: simplify vga window mmio access functionsAvi Kivity
2011-08-08vga: convert vga and its derivatives to the memory APIAvi Kivity
2011-06-22Optimize screendumpAvi Kivity
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini
2011-02-20vga-isa: convert to qdevBlue Swirl
2011-02-14Introduce log_start/log_stop in CPUPhysMemoryClientAnthony PERARD
2011-01-04Fix curses on big endian hostsAurelien Jarno
2010-12-19vga: Declare as little endianBlue Swirl
2010-12-11Add endianness as io mem parameterAlexander Graf
2010-11-16more stdvga cleanups.Gerd Hoffmann
2010-08-22VGA: Don't register deprecated VBE rangeAlex Williamson
2010-07-06qemu_ram_alloc: Add DeviceState and name parametersAlex Williamson
2010-05-22Fix %lld or %llx printf format useBlue Swirl
2010-05-14vga: make some tables 'const'Blue Swirl
2010-04-28vga: fix typo in length passed to kvm_log_stopMarcelo Tosatti
2010-04-25x86: remove dead assignments, spotted by clang analyzerBlue Swirl
2010-04-08update bochs vbe interfaceGerd Hoffmann
2010-01-13hw/vga.c: remove dead assignmentAmit Shah
2009-12-18VMware VGA: Only enable dirty log tracking when fifo is disabledAnthony Liguori
2009-12-18Make sure to enable dirty tracking of VBE vram mappingAnthony Liguori
2009-11-27Revert "vga: do not resize the screen on hw_invalidate"Aurelien Jarno
2009-11-07v3: don't call reset functions on cpu initializationGlauber Costa
2009-11-06vga: fix line comparisonmalc
2009-11-06vga: Respect Line Compare Register in text modesmalc