aboutsummaryrefslogtreecommitdiffstats
path: root/hw/tcx.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-11Add endianness as io mem parameterAlexander Graf1-2/+3
2010-07-06qemu_ram_alloc: Add DeviceState and name parametersAlex Williamson1-1/+1
2010-01-13Sparc32: remove dead increment, spotted by clangBlue Swirl1-1/+1
2009-11-07sparc32 (mostly): remove unneeded calls to device resetBlue Swirl1-1/+0
2009-10-25sparc32: tcx: remove unused include directiveBlue Swirl1-1/+0
2009-10-05qemu/qdev: type safety in reset handlerMichael S. Tsirkin1-3/+3
2009-10-05vmstate: add version_id argument to post_loadJuan Quintela1-1/+1
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-14/+14
2009-10-01Get rid of _t suffixmalc1-14/+14
2009-09-11vmstate: rename run_after_load() -> post_load()Juan Quintela1-2/+2
2009-09-09qdev: convert tcx to reset + vmsdGerd Hoffmann1-2/+2
2009-08-28Sparc32: port TCX to VMState designBlue Swirl1-33/+21
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann1-1/+2
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl1-4/+4
2009-08-10qdev/prop: convert tcx.c to helper macros.Gerd Hoffmann1-27/+6
2009-08-08Sparc32: move device instantiation to sun4m.cBlue Swirl1-33/+0
2009-07-16qdev: rework device properties.Gerd Hoffmann1-17/+48
2009-07-16Sparc32: fix SDL zooming with TCXBlue Swirl1-20/+34
2009-07-12Sparc32: convert tcx to qdevBlue Swirl1-27/+70
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka1-1/+1
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity1-2/+2
2009-05-22Introduce reset notifier orderJan Kiszka1-1/+1
2009-04-27Synch to VGABlue Swirl1-4/+4
2009-04-11Allocate enough vram for 24-bit planes.pbrook1-1/+1
2009-04-09Cleanup SPARC/TCX framebuffer allocation.pbrook1-2/+6
2009-03-13DisplayAllocator interface (Stefano Stabellini)aliguori1-3/+10
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-2/+0
2009-01-16graphical_console_init change (Stefano Stabellini)aliguori1-10/+8
2009-01-15remove bgr (Stefano Stabellini)aliguori1-18/+5
2008-12-02Remove address maskingblueswir11-4/+2
2008-11-24Introduce accessors for DisplayState (Stefano Stabellini)aliguori1-8/+8
2008-10-02Resurrect the safe part of r5274blueswir11-9/+9
2008-09-25Revert r5274 which breaks savevm/loadvmblueswir11-9/+9
2008-09-20Add signed versions of save/load functionsblueswir11-9/+9
2008-07-24Fix 24 bit modeblueswir11-4/+19
2008-07-01Implement resolution switching in common console code.pbrook1-10/+8
2008-06-19Also fix 24 bit depthblueswir11-0/+2
2008-06-19Fix crash when returning from monitor or serial console to normal TCX viewblueswir11-0/+2
2008-05-12Wrap long linesblueswir11-1/+2
2008-05-10Fix compiler warningsblueswir11-2/+2
2008-02-10Add an ncurses UI.balrog1-2/+3
2008-01-01 Register only valid register access widthsblueswir11-8/+8
2007-11-17Break up vl.h.pbrook1-1/+3
2007-10-06 More detabificationblueswir11-56/+56
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-2/+2
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-9/+9
2007-07-03 Fix loadvmblueswir11-9/+9
2007-06-25 Rename variables and rearrange code to please gcc -Wshadow checksblueswir11-1/+1
2007-06-10 Attempt to fix incorrect colours on some BGR displaysblueswir11-3/+12
2007-06-10 Merge TCX and VGA pixel operationsblueswir11-21/+1