aboutsummaryrefslogtreecommitdiffstats
path: root/hw/vga_int.h
AgeCommit message (Expand)AuthorFilesLines
2012-02-04vga: use constants from vga.hBlue Swirl1-3/+0
2012-02-04vga: move Cirrus VGA template to its own fileBlue Swirl1-13/+0
2011-10-11vga: Convert to isa_register_portio_listRichard Henderson1-2/+5
2011-08-22vga: Drop some unused fieldsJan Kiszka1-2/+0
2011-08-22vga: Use linear mapping + dirty logging in chain 4 memory access modeJan Kiszka1-0/+2
2011-08-22vmware-vga: Eliminate vga_dirty_log_restartJan Kiszka1-1/+0
2011-08-22vga: drop get_system_memory() from vga devices and derivativesAvi Kivity1-2/+2
2011-08-08vga: simplify vga window mmio access functionsAvi Kivity1-2/+2
2011-08-08vga: convert vga and its derivatives to the memory APIAvi Kivity1-9/+5
2011-07-23vga: Fix type of lfb/map_addr/end.Richard Henderson1-5/+5
2011-02-20vga-isa: convert to qdevBlue Swirl1-0/+1
2010-12-09spice: add qxl deviceGerd Hoffmann1-1/+1
2010-11-16more stdvga cleanups.Gerd Hoffmann1-2/+0
2010-04-08update bochs vbe interfaceGerd Hoffmann1-1/+3
2009-12-18VMware VGA: Only enable dirty log tracking when fifo is disabledAnthony Liguori1-0/+2
2009-12-18Make sure to enable dirty tracking of VBE vram mappingAnthony Liguori1-2/+3
2009-11-27Revert "vga: do not resize the screen on hw_invalidate"Aurelien Jarno1-1/+0
2009-10-30vga roms: move loading from pc.c to vga drivers.Gerd Hoffmann1-0/+2
2009-10-27vga: remove unused vga_common_save/loadJuan Quintela1-2/+0
2009-10-27vga: port vga_common_save/load to vmstateJuan Quintela1-0/+4
2009-10-27vga: create is_vbe_vmstate fieldJuan Quintela1-0/+1
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-3/+3
2009-10-01Get rid of _t suffixmalc1-3/+3
2009-09-09vga and cirrus_vga: create vga_ioport_invalid() and use it everywhereJuan Quintela1-0/+2
2009-09-09vga: split vga-isa-mm.oJuan Quintela1-1/+0
2009-09-09vga: export vga_mem_{read,write}Juan Quintela1-0/+2
2009-09-09vga: split vga_{load, save} into pci and common partsJuan Quintela1-1/+2
2009-09-09vga: export vga_ioport_{read,write}Juan Quintela1-0/+2
2009-08-27Everything outside of vga.c should use VGACommonStateJuan Quintela1-6/+4
2009-08-27Introduce vga_common_reset() to be able to typcheck vga_reset()Juan Quintela1-1/+1
2009-08-10qdev/prop: convert vga.c to helper macros.Gerd Hoffmann1-2/+2
2009-08-10vga: do not resize the screen on hw_invalidateStefano Stabellini1-0/+1
2009-05-13Remove vga_ram_sizePaul Brook1-0/+3
2009-05-08vga: Replace VGA_COMMON with a structureAvi Kivity1-86/+84
2009-04-17vga: Cleanup dirty logging (Jan Kiszka)aliguori1-1/+0
2009-04-10Clean up VGA ram allocation.pbrook1-2/+1
2009-04-07Revert r6989aliguori1-4/+0
2009-04-05Fix display breakage when resizing the screen (v2) (Avi Kivity)aliguori1-0/+4
2009-01-16fix screendump (Stefano Stabellini)aliguori1-2/+1
2009-01-16graphical_console_init change (Stefano Stabellini)aliguori1-2/+1
2009-01-15DisplayState interface change (Stefano Stabellini)aliguori1-0/+2
2009-01-05Add cirrus reset handlerblueswir11-0/+1
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook1-1/+0
2008-11-24vga optimization (Glauber Costa)aliguori1-0/+9
2008-11-24move vga_io_address to VGA State (Glauber Costa)aliguori1-0/+1
2008-11-24better type checking for vga (Glauber Costa)aliguori1-2/+2
2008-09-28Optional "precise" VGA retrace supportmalc1-1/+24
2008-07-01Implement resolution switching in common console code.pbrook1-0/+1
2008-02-10Add an ncurses UI.balrog1-0/+1
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-3/+3