aboutsummaryrefslogtreecommitdiff
path: root/hw/vga.c
AgeCommit message (Expand)Author
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
2009-10-27vga: remove unused vga_common_save/loadJuan Quintela
2009-10-27vga: port vga_common_save/load to vmstateJuan Quintela
2009-10-27vga: create is_vbe_vmstate fieldJuan Quintela
2009-10-05vga: move back dirty_log functions to vga.cJuan Quintela
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-09-11Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela
2009-09-09vga: Rename last VGAState occurrences to VGACommonStateJuan Quintela
2009-09-09vga and cirrus_vga: substitute switch for equivalent assigntmentJuan Quintela
2009-09-09vga: change tabs to spacesJuan Quintela
2009-09-09vga and cirrus_vga: create vga_ioport_invalid() and use it everywhereJuan Quintela
2009-09-09vga: split vga-isa-mm.oJuan Quintela
2009-09-09vga: export vga_mem_{read,write}Juan Quintela
2009-09-09vga: split isa bits inco vga-isa.cJuan Quintela
2009-09-09vga: split pci bits into vga-pci.cJuan Quintela
2009-09-09vga: split vga_{load, save} into pci and common partsJuan Quintela
2009-09-09vga: export vga_ioport_{read,write}Juan Quintela