aboutsummaryrefslogtreecommitdiffstats
path: root/hw/vga.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-07-30qdev: convert all vga devices.Gerd Hoffmann1-37/+63
2009-07-27rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela1-7/+7
2009-07-20Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl1-6/+6
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka1-1/+1
2009-06-16Fix vga_screen_dump_blank() PPM generationEduardo Habkost1-2/+3
2009-06-16Rename pci_register_io_region() to pci_register_bar()Avi Kivity1-2/+2
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity1-3/+3
2009-05-22Introduce reset notifier orderJan Kiszka1-1/+1
2009-05-13Remove vga_ram_sizePaul Brook1-10/+10
2009-05-03use PCI_HEADER_TYPE.Isaku Yamahata1-1/+1
2009-04-27[RESEND] Fix vga segfaults or screen corruption with large memory guestsAvi Kivity1-5/+6
2009-04-17vga: Cleanup dirty logging (Jan Kiszka)aliguori1-17/+0
2009-04-17vga: Fix inconsistent tracking of map_addr (Jan Kiszka)aliguori1-5/+5