aboutsummaryrefslogtreecommitdiff
path: root/hw/vga.c
Commit message (Expand)AuthorAgeFilesLines
* qemu_ram_alloc: Add DeviceState and name parametersAlex Williamson2010-07-061-1/+1
* Fix %lld or %llx printf format useBlue Swirl2010-05-221-1/+1
* vga: make some tables 'const'Blue Swirl2010-05-141-5/+5
* vga: fix typo in length passed to kvm_log_stopMarcelo Tosatti2010-04-281-2/+2
* x86: remove dead assignments, spotted by clang analyzerBlue Swirl2010-04-251-3/+6
* update bochs vbe interfaceGerd Hoffmann2010-04-081-2/+4
* hw/vga.c: remove dead assignmentAmit Shah2010-01-131-1/+0
* VMware VGA: Only enable dirty log tracking when fifo is disabledAnthony Liguori2009-12-181-0/+22
* Make sure to enable dirty tracking of VBE vram mappingAnthony Liguori2009-12-181-0/+24
* Revert "vga: do not resize the screen on hw_invalidate"Aurelien Jarno2009-11-271-3/+3
* v3: don't call reset functions on cpu initializationGlauber Costa2009-11-071-1/+0
* vga: fix line comparisonmalc2009-11-061-7/+5
* vga: Respect Line Compare Register in text modesmalc2009-11-061-5/+13
* vga: remove unused vga_common_save/loadJuan Quintela2009-10-271-10/+0
* vga: port vga_common_save/load to vmstateJuan Quintela2009-10-271-80/+51
* vga: create is_vbe_vmstate fieldJuan Quintela2009-10-271-7/+10
* vga: move back dirty_log functions to vga.cJuan Quintela2009-10-051-0/+12
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-9/+9
* Get rid of _t suffixmalc2009-10-011-9/+9
* Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela2009-09-111-3/+3
* vga: Rename last VGAState occurrences to VGACommonStateJuan Quintela2009-09-091-31/+29
* vga and cirrus_vga: substitute switch for equivalent assigntmentJuan Quintela2009-09-091-13/+1
* vga: change tabs to spacesJuan Quintela2009-09-091-3/+3
* vga and cirrus_vga: create vga_ioport_invalid() and use it everywhereJuan Quintela2009-09-091-6/+14
* vga: split vga-isa-mm.oJuan Quintela2009-09-091-96/+0
* vga: export vga_mem_{read,write}Juan Quintela2009-09-091-2/+2
* vga: split isa bits inco vga-isa.cJuan Quintela2009-09-091-21/+0
* vga: split pci bits into vga-pci.cJuan Quintela2009-09-091-134/+0
* vga: split vga_{load, save} into pci and common partsJuan Quintela2009-09-091-18/+34
* vga: export vga_ioport_{read,write}Juan Quintela2009-09-091-4/+4
* vga: remove useless cast from void *Juan Quintela2009-09-091-5/+5
* Everything outside of vga.c should use VGACommonStateJuan Quintela2009-08-271-1/+3
* vga: Rename vga_state -> vgaJuan Quintela2009-08-271-6/+6
* Introduce vga_common_reset() to be able to typcheck vga_reset()Juan Quintela2009-08-271-3/+7
* qdev: add return value to init() callbacks.Gerd Hoffmann2009-08-271-2/+3
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-4/+4
* make vga screen_dump use DisplayState properlyStefano Stabellini2009-08-241-69/+21
* qdev/prop: convert vga.c to helper macros.Gerd Hoffmann2009-08-101-10/+3
* vga: do not resize the screen on hw_invalidateStefano Stabellini2009-08-101-3/+3
* qdev: convert all vga devices.Gerd Hoffmann2009-07-301-37/+63
* rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela2009-07-271-7/+7
* Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl2009-07-201-6/+6
* Revert "Introduce reset notifier order"Jan Kiszka2009-06-291-1/+1
* Fix vga_screen_dump_blank() PPM generationEduardo Habkost2009-06-161-2/+3
* Rename pci_register_io_region() to pci_register_bar()Avi Kivity2009-06-161-2/+2
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-3/+3
* Introduce reset notifier orderJan Kiszka2009-05-221-1/+1
* Remove vga_ram_sizePaul Brook2009-05-131-10/+10
* use PCI_HEADER_TYPE.Isaku Yamahata2009-05-031-1/+1
* [RESEND] Fix vga segfaults or screen corruption with large memory guestsAvi Kivity2009-04-271-5/+6