aboutsummaryrefslogtreecommitdiff
path: root/hw/vga_int.h
AgeCommit message (Expand)Author
2012-07-14vga: Implement blinking of text cursorJan Kiszka
2012-06-22vga: make vram size configurableGerd Hoffmann
2012-06-22vga: raise xres+yres limitsGerd Hoffmann
2012-05-29vga: fix vram double-mapping with -vga std and -M pc-0.12Avi Kivity
2012-02-04vga: use constants from vga.hBlue Swirl
2012-02-04vga: move Cirrus VGA template to its own fileBlue Swirl
2011-10-11vga: Convert to isa_register_portio_listRichard Henderson
2011-08-22vga: Drop some unused fieldsJan Kiszka
2011-08-22vga: Use linear mapping + dirty logging in chain 4 memory access modeJan Kiszka
2011-08-22vmware-vga: Eliminate vga_dirty_log_restartJan Kiszka
2011-08-22vga: drop get_system_memory() from vga devices and derivativesAvi Kivity
2011-08-08vga: simplify vga window mmio access functionsAvi Kivity
2011-08-08vga: convert vga and its derivatives to the memory APIAvi Kivity
2011-07-23vga: Fix type of lfb/map_addr/end.Richard Henderson
2011-02-20vga-isa: convert to qdevBlue Swirl
2010-12-09spice: add qxl deviceGerd Hoffmann
2010-11-16more stdvga cleanups.Gerd Hoffmann
2010-04-08update bochs vbe interfaceGerd Hoffmann
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-10-30vga roms: move loading from pc.c to vga drivers.Gerd Hoffmann
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-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
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 vga_{load, save} into pci and common partsJuan Quintela
2009-09-09vga: export vga_ioport_{read,write}Juan Quintela
2009-08-27Everything outside of vga.c should use VGACommonStateJuan Quintela
2009-08-27Introduce vga_common_reset() to be able to typcheck vga_reset()Juan Quintela
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-05-13Remove vga_ram_sizePaul Brook
2009-05-08vga: Replace VGA_COMMON with a structureAvi Kivity
2009-04-17vga: Cleanup dirty logging (Jan Kiszka)aliguori
2009-04-10Clean up VGA ram allocation.pbrook
2009-04-07Revert r6989aliguori
2009-04-05Fix display breakage when resizing the screen (v2) (Avi Kivity)aliguori
2009-01-16fix screendump (Stefano Stabellini)aliguori
2009-01-16graphical_console_init change (Stefano Stabellini)aliguori
2009-01-15DisplayState interface change (Stefano Stabellini)aliguori
2009-01-05Add cirrus reset handlerblueswir1
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook
2008-11-24vga optimization (Glauber Costa)aliguori
2008-11-24move vga_io_address to VGA State (Glauber Costa)aliguori
2008-11-24better type checking for vga (Glauber Costa)aliguori