aboutsummaryrefslogtreecommitdiff
path: root/hw/vga.c
AgeCommit message (Expand)Author
2012-11-16vga: fix bochs alignment issueGerd Hoffmann
2012-11-03vmware_vga: Allow simple drivers to work without using the fifoBALATON Zoltan
2012-11-01pixman: switch screendump function.Gerd Hoffmann
2012-11-01vga: stop direct access to DisplaySurface fields.Gerd Hoffmann
2012-11-01vga: fix text mode updatingGerd Hoffmann
2012-11-01console: untangle gfx & txt updatesGerd Hoffmann
2012-11-01console: move set_mouse + cursor_define callbacksGerd 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-11VGA: Flush coalesced MMIO on related MMIO/PIO accessesJan Kiszka
2012-09-05vga: ppm_save(): add error handlingLuiz Capitulino
2012-09-05console: vga_hw_screen_dump_ptr: take Error argumentLuiz Capitulino
2012-08-27Revert "vga: add some optional CGA compatibility hacks"malc
2012-08-24vga: add some optional CGA compatibility hacksMatthew Ogilvie
2012-07-14vga: Implement blinking of text cursorJan Kiszka
2012-06-22vga: make vram size configurableGerd Hoffmann
2012-05-29vga: fix vram double-mapping with -vga std and -M pc-0.12Avi Kivity
2012-05-01vga: Don't switch to 1 x 1 character text screenStefan Weil
2012-03-24fix screendumpGerd Hoffmann
2012-03-12vga: add trace event for ppm_saveAlon Levy
2012-02-24optimize screendump for the common non-switch caseGerd Hoffmann
2012-02-24vga: simplify screendumpGerd Hoffmann
2012-02-11vga: Fix full updates in graphic modeJan Kiszka
2012-02-11Fix memory dirty getting API change falloutBlue Swirl
2012-02-04vga: improve documentationBlue Swirl
2012-02-04vga: use constants from vga.hBlue Swirl
2012-02-04memory: change dirty getting API to take a sizeBlue Swirl
2012-01-25memory: change dirty setting APIs to take a sizeBlue Swirl
2012-01-12vga: optimize ppm_save() divisionsAvi Kivity
2012-01-04vmstate, memory: decouple vmstate from memory APIAvi Kivity
2011-12-20xen, vga: add API for registering the framebufferAvi Kivity
2011-10-15Move graphic-related coalesced MMIO flushes to affected device modelsJan Kiszka
2011-10-11vga: Convert to isa_register_portio_listRichard Henderson
2011-09-16vga: Respect isa_mem_base when registering chain4 aliasJan Kiszka
2011-09-16vga: Fix text mode screendumpsJan Kiszka
2011-08-25vga: Silence bogus gcc warning about uninitialized variablesJan 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-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-08vga: simplify vga window mmio access functionsAvi Kivity
2011-08-08vga: convert vga and its derivatives to the memory APIAvi Kivity
2011-06-22Optimize screendumpAvi Kivity
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini
2011-02-20vga-isa: convert to qdevBlue Swirl
2011-02-14Introduce log_start/log_stop in CPUPhysMemoryClientAnthony PERARD
2011-01-04Fix curses on big endian hostsAurelien Jarno
2010-12-19vga: Declare as little endianBlue Swirl
2010-12-11Add endianness as io mem parameterAlexander Graf