aboutsummaryrefslogtreecommitdiff
path: root/hw/vga.c
AgeCommit message (Expand)Author
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
2009-09-09vga: remove useless cast from void *Juan Quintela
2009-08-27Everything outside of vga.c should use VGACommonStateJuan Quintela
2009-08-27vga: Rename vga_state -> vgaJuan Quintela
2009-08-27Introduce vga_common_reset() to be able to typcheck vga_reset()Juan Quintela
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl
2009-08-24make vga screen_dump use DisplayState properlyStefano Stabellini
2009-08-10qdev/prop: convert vga.c to helper macros.Gerd Hoffmann
2009-08-10vga: do not resize the screen on hw_invalidateStefano Stabellini
2009-07-30qdev: convert all vga devices.Gerd Hoffmann
2009-07-27rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela
2009-07-20Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka
2009-06-16Fix vga_screen_dump_blank() PPM generationEduardo Habkost
2009-06-16Rename pci_register_io_region() to pci_register_bar()Avi Kivity
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity
2009-05-22Introduce reset notifier orderJan Kiszka
2009-05-13Remove vga_ram_sizePaul Brook