Age | Commit message (Expand) | Author |
2011-09-16 | vga: Respect isa_mem_base when registering chain4 alias | Jan Kiszka |
2011-09-16 | vga: Fix text mode screendumps | Jan Kiszka |
2011-08-25 | vga: Silence bogus gcc warning about uninitialized variables | Jan Kiszka |
2011-08-22 | vga: Use linear mapping + dirty logging in chain 4 memory access mode | Jan Kiszka |
2011-08-22 | vmware-vga: Eliminate vga_dirty_log_restart | Jan Kiszka |
2011-08-22 | vga: drop get_system_memory() from vga devices and derivatives | Avi Kivity |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori |
2011-08-08 | vga: simplify vga window mmio access functions | Avi Kivity |
2011-08-08 | vga: convert vga and its derivatives to the memory API | Avi Kivity |
2011-06-22 | Optimize screendump | Avi Kivity |
2011-03-21 | change all other clock references to use nanosecond resolution accessors | Paolo Bonzini |
2011-02-20 | vga-isa: convert to qdev | Blue Swirl |
2011-02-14 | Introduce log_start/log_stop in CPUPhysMemoryClient | Anthony PERARD |
2011-01-04 | Fix curses on big endian hosts | Aurelien Jarno |
2010-12-19 | vga: Declare as little endian | Blue Swirl |
2010-12-11 | Add endianness as io mem parameter | Alexander Graf |
2010-11-16 | more stdvga cleanups. | Gerd Hoffmann |
2010-08-22 | VGA: Don't register deprecated VBE range | Alex Williamson |
2010-07-06 | qemu_ram_alloc: Add DeviceState and name parameters | Alex Williamson |
2010-05-22 | Fix %lld or %llx printf format use | Blue Swirl |
2010-05-14 | vga: make some tables 'const' | Blue Swirl |
2010-04-28 | vga: fix typo in length passed to kvm_log_stop | Marcelo Tosatti |
2010-04-25 | x86: remove dead assignments, spotted by clang analyzer | Blue Swirl |
2010-04-08 | update bochs vbe interface | Gerd Hoffmann |
2010-01-13 | hw/vga.c: remove dead assignment | Amit Shah |
2009-12-18 | VMware VGA: Only enable dirty log tracking when fifo is disabled | Anthony Liguori |
2009-12-18 | Make sure to enable dirty tracking of VBE vram mapping | Anthony Liguori |
2009-11-27 | Revert "vga: do not resize the screen on hw_invalidate" | Aurelien Jarno |
2009-11-07 | v3: don't call reset functions on cpu initialization | Glauber Costa |
2009-11-06 | vga: fix line comparison | malc |
2009-11-06 | vga: Respect Line Compare Register in text modes | malc |
2009-10-27 | vga: remove unused vga_common_save/load | Juan Quintela |
2009-10-27 | vga: port vga_common_save/load to vmstate | Juan Quintela |
2009-10-27 | vga: create is_vbe_vmstate field | Juan Quintela |
2009-10-05 | vga: move back dirty_log functions to vga.c | Juan Quintela |
2009-10-01 | Revert "Get rid of _t suffix" | Anthony Liguori |
2009-10-01 | Get rid of _t suffix | malc |
2009-09-11 | Unexport ticks_per_sec variable. Create get_ticks_per_sec() function | Juan Quintela |
2009-09-09 | vga: Rename last VGAState occurrences to VGACommonState | Juan Quintela |
2009-09-09 | vga and cirrus_vga: substitute switch for equivalent assigntment | Juan Quintela |
2009-09-09 | vga: change tabs to spaces | Juan Quintela |
2009-09-09 | vga and cirrus_vga: create vga_ioport_invalid() and use it everywhere | Juan Quintela |
2009-09-09 | vga: split vga-isa-mm.o | Juan Quintela |
2009-09-09 | vga: export vga_mem_{read,write} | Juan Quintela |
2009-09-09 | vga: split isa bits inco vga-isa.c | Juan Quintela |
2009-09-09 | vga: split pci bits into vga-pci.c | Juan Quintela |
2009-09-09 | vga: split vga_{load, save} into pci and common parts | Juan Quintela |
2009-09-09 | vga: export vga_ioport_{read,write} | Juan Quintela |
2009-09-09 | vga: remove useless cast from void * | Juan Quintela |
2009-08-27 | Everything outside of vga.c should use VGACommonState | Juan Quintela |