Age | Commit message (Expand) | Author | Files | Lines |
2011-02-20 | vga-isa: convert to qdev | Blue Swirl | 1 | -8/+14 |
2011-02-14 | Introduce log_start/log_stop in CPUPhysMemoryClient | Anthony PERARD | 1 | -15/+16 |
2011-01-04 | Fix curses on big endian hosts | Aurelien Jarno | 1 | -3/+3 |
2010-12-19 | vga: Declare as little endian | Blue Swirl | 1 | -25/+1 |
2010-12-11 | Add endianness as io mem parameter | Alexander Graf | 1 | -1/+2 |
2010-11-16 | more stdvga cleanups. | Gerd Hoffmann | 1 | -2/+0 |
2010-08-22 | VGA: Don't register deprecated VBE range | Alex Williamson | 1 | -7/+0 |
2010-07-06 | qemu_ram_alloc: Add DeviceState and name parameters | Alex Williamson | 1 | -1/+1 |
2010-05-22 | Fix %lld or %llx printf format use | Blue Swirl | 1 | -1/+1 |
2010-05-14 | vga: make some tables 'const' | Blue Swirl | 1 | -5/+5 |
2010-04-28 | vga: fix typo in length passed to kvm_log_stop | Marcelo Tosatti | 1 | -2/+2 |
2010-04-25 | x86: remove dead assignments, spotted by clang analyzer | Blue Swirl | 1 | -3/+6 |
2010-04-08 | update bochs vbe interface | Gerd Hoffmann | 1 | -2/+4 |
2010-01-13 | hw/vga.c: remove dead assignment | Amit Shah | 1 | -1/+0 |
2009-12-18 | VMware VGA: Only enable dirty log tracking when fifo is disabled | Anthony Liguori | 1 | -0/+22 |
2009-12-18 | Make sure to enable dirty tracking of VBE vram mapping | Anthony Liguori | 1 | -0/+24 |
2009-11-27 | Revert "vga: do not resize the screen on hw_invalidate" | Aurelien Jarno | 1 | -3/+3 |
2009-11-07 | v3: don't call reset functions on cpu initialization | Glauber Costa | 1 | -1/+0 |
2009-11-06 | vga: fix line comparison | malc | 1 | -7/+5 |
2009-11-06 | vga: Respect Line Compare Register in text modes | malc | 1 | -5/+13 |
2009-10-27 | vga: remove unused vga_common_save/load | Juan Quintela | 1 | -10/+0 |
2009-10-27 | vga: port vga_common_save/load to vmstate | Juan Quintela | 1 | -80/+51 |
2009-10-27 | vga: create is_vbe_vmstate field | Juan Quintela | 1 | -7/+10 |
2009-10-05 | vga: move back dirty_log functions to vga.c | Juan Quintela | 1 | -0/+12 |
2009-10-01 | Revert "Get rid of _t suffix" | Anthony Liguori | 1 | -9/+9 |
2009-10-01 | Get rid of _t suffix | malc | 1 | -9/+9 |
2009-09-11 | Unexport ticks_per_sec variable. Create get_ticks_per_sec() function | Juan Quintela | 1 | -3/+3 |
2009-09-09 | vga: Rename last VGAState occurrences to VGACommonState | Juan Quintela | 1 | -31/+29 |
2009-09-09 | vga and cirrus_vga: substitute switch for equivalent assigntment | Juan Quintela | 1 | -13/+1 |
2009-09-09 | vga: change tabs to spaces | Juan Quintela | 1 | -3/+3 |
2009-09-09 | vga and cirrus_vga: create vga_ioport_invalid() and use it everywhere | Juan Quintela | 1 | -6/+14 |
2009-09-09 | vga: split vga-isa-mm.o | Juan Quintela | 1 | -96/+0 |
2009-09-09 | vga: export vga_mem_{read,write} | Juan Quintela | 1 | -2/+2 |
2009-09-09 | vga: split isa bits inco vga-isa.c | Juan Quintela | 1 | -21/+0 |
2009-09-09 | vga: split pci bits into vga-pci.c | Juan Quintela | 1 | -134/+0 |
2009-09-09 | vga: split vga_{load, save} into pci and common parts | Juan Quintela | 1 | -18/+34 |
2009-09-09 | vga: export vga_ioport_{read,write} | Juan Quintela | 1 | -4/+4 |
2009-09-09 | vga: remove useless cast from void * | Juan Quintela | 1 | -5/+5 |
2009-08-27 | Everything outside of vga.c should use VGACommonState | Juan Quintela | 1 | -1/+3 |
2009-08-27 | vga: Rename vga_state -> vga | Juan Quintela | 1 | -6/+6 |
2009-08-27 | Introduce vga_common_reset() to be able to typcheck vga_reset() | Juan Quintela | 1 | -3/+7 |
2009-08-27 | qdev: add return value to init() callbacks. | Gerd Hoffmann | 1 | -2/+3 |
2009-08-25 | Make CPURead/WriteFunc structure 'const' | Blue Swirl | 1 | -4/+4 |
2009-08-24 | make vga screen_dump use DisplayState properly | Stefano Stabellini | 1 | -69/+21 |
2009-08-10 | qdev/prop: convert vga.c to helper macros. | Gerd Hoffmann | 1 | -10/+3 |
2009-08-10 | vga: do not resize the screen on hw_invalidate | Stefano Stabellini | 1 | -3/+3 |
2009-07-30 | qdev: convert all vga devices. | Gerd Hoffmann | 1 | -37/+63 |
2009-07-27 | rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN | Juan Quintela | 1 | -7/+7 |
2009-07-20 | Fix most warnings (errors with -Werror) when debugging is enabled | Blue Swirl | 1 | -6/+6 |
2009-06-29 | Revert "Introduce reset notifier order" | Jan Kiszka | 1 | -1/+1 |