aboutsummaryrefslogtreecommitdiff
path: root/hw/vga_int.h
AgeCommit message (Expand)Author
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini
2013-03-18console: stop using DisplayState in gfx hardware emulationGerd Hoffmann
2012-12-19exec: move include files to include/exec/Paolo Bonzini
2012-12-19qapi: move include files to include/qobject/Paolo Bonzini
2012-12-19janitor: add guards to headersPaolo Bonzini
2012-11-03vmware_vga: Allow simple drivers to work without using the fifoBALATON Zoltan
2012-11-01vga: fix text mode updatingGerd Hoffmann
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity
2012-10-20vga: remove CONFIG_BOCHS_VBEGerd Hoffmann
2012-10-20vga: add mmio bar to standard vgaGerd Hoffmann
2012-09-05vga: ppm_save(): add error handlingLuiz Capitulino
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