aboutsummaryrefslogtreecommitdiffstats
path: root/hw/vga.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-09-11Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela1-3/+3
2009-09-09vga: Rename last VGAState occurrences to VGACommonStateJuan Quintela1-31/+29
2009-09-09vga and cirrus_vga: substitute switch for equivalent assigntmentJuan Quintela1-13/+1
2009-09-09vga: change tabs to spacesJuan Quintela1-3/+3
2009-09-09vga and cirrus_vga: create vga_ioport_invalid() and use it everywhereJuan Quintela1-6/+14
2009-09-09vga: split vga-isa-mm.oJuan Quintela1-96/+0
2009-09-09vga: export vga_mem_{read,write}Juan Quintela1-2/+2
2009-09-09vga: split isa bits inco vga-isa.cJuan Quintela1-21/+0
2009-09-09vga: split pci bits into vga-pci.cJuan Quintela1-134/+0
2009-09-09vga: split vga_{load, save} into pci and common partsJuan Quintela1-18/+34
2009-09-09vga: export vga_ioport_{read,write}Juan Quintela1-4/+4
2009-09-09vga: remove useless cast from void *Juan Quintela1-5/+5
2009-08-27Everything outside of vga.c should use VGACommonStateJuan Quintela1-1/+3
2009-08-27vga: Rename vga_state -> vgaJuan Quintela1-6/+6
2009-08-27Introduce vga_common_reset() to be able to typcheck vga_reset()Juan Quintela1-3/+7
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann1-2/+3
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl1-4/+4
2009-08-24make vga screen_dump use DisplayState properlyStefano Stabellini1-69/+21
2009-08-10qdev/prop: convert vga.c to helper macros.Gerd Hoffmann1-10/+3
2009-08-10vga: do not resize the screen on hw_invalidateStefano Stabellini1-3/+3