aboutsummaryrefslogtreecommitdiffstats
path: root/hw/g364fb.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-11Add endianness as io mem parameterAlexander Graf1-1/+2
2010-07-06qemu_ram_alloc: Add DeviceState and name parametersAlex Williamson1-1/+1
2010-07-06savevm: Add DeviceState paramAlex Williamson1-1/+1
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-17/+17
2009-10-01Get rid of _t suffixmalc1-17/+17
2009-09-25gcc wants 1st static and then constJuan Quintela1-1/+1
2009-09-25static and inline should came before the type of the functionsJuan Quintela1-1/+1
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl1-2/+2
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka1-1/+1
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity1-1/+1
2009-05-22Introduce reset notifier orderJan Kiszka1-1/+1
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl1-5/+5
2009-05-13Remove vga_ram_sizePaul Brook1-3/+3
2009-04-10Clean up VGA ram allocation.pbrook1-4/+3
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-2/+0
2009-01-16G364 video adapter enhancementaurel321-204/+439
2009-01-16graphical_console_init change (Stefano Stabellini)aliguori1-9/+5
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel321-4/+3
2008-12-07MIPS: remove a few warningsaurel321-0/+1
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook1-7/+3
2008-11-24Introduce accessors for DisplayState (Stefano Stabellini)aliguori1-6/+6
2008-08-17Fix g364fb video emulationaurel321-14/+12
2008-07-01Implement resolution switching in common console code.pbrook1-10/+7
2008-03-28g364 framebuffer deviceaurel321-0/+396