summaryrefslogtreecommitdiff
path: root/hw/tcx.c
Commit message (Expand)AuthorAgeFilesLines
* sparc32 (mostly): remove unneeded calls to device resetBlue Swirl2009-11-071-1/+0
* sparc32: tcx: remove unused include directiveBlue Swirl2009-10-251-1/+0
* qemu/qdev: type safety in reset handlerMichael S. Tsirkin2009-10-051-3/+3
* vmstate: add version_id argument to post_loadJuan Quintela2009-10-051-1/+1
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-14/+14
* Get rid of _t suffixmalc2009-10-011-14/+14
* vmstate: rename run_after_load() -> post_load()Juan Quintela2009-09-111-2/+2
* qdev: convert tcx to reset + vmsdGerd Hoffmann2009-09-091-2/+2
* Sparc32: port TCX to VMState designBlue Swirl2009-08-281-33/+21
* qdev: add return value to init() callbacks.Gerd Hoffmann2009-08-271-1/+2
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-4/+4
* qdev/prop: convert tcx.c to helper macros.Gerd Hoffmann2009-08-101-27/+6
* Sparc32: move device instantiation to sun4m.cBlue Swirl2009-08-081-33/+0
* qdev: rework device properties.Gerd Hoffmann2009-07-161-17/+48
* Sparc32: fix SDL zooming with TCXBlue Swirl2009-07-161-20/+34
* Sparc32: convert tcx to qdevBlue Swirl2009-07-121-27/+70
* Revert "Introduce reset notifier order"Jan Kiszka2009-06-291-1/+1
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-2/+2
* Introduce reset notifier orderJan Kiszka2009-05-221-1/+1
* Synch to VGABlue Swirl2009-04-271-4/+4
* Allocate enough vram for 24-bit planes.pbrook2009-04-111-1/+1
* Cleanup SPARC/TCX framebuffer allocation.pbrook2009-04-091-2/+6
* DisplayAllocator interface (Stefano Stabellini)aliguori2009-03-131-3/+10
* hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-2/+0
* graphical_console_init change (Stefano Stabellini)aliguori2009-01-161-10/+8
* remove bgr (Stefano Stabellini)aliguori2009-01-151-18/+5
* Remove address maskingblueswir12008-12-021-4/+2
* Introduce accessors for DisplayState (Stefano Stabellini)aliguori2008-11-241-8/+8
* Resurrect the safe part of r5274blueswir12008-10-021-9/+9
* Revert r5274 which breaks savevm/loadvmblueswir12008-09-251-9/+9
* Add signed versions of save/load functionsblueswir12008-09-201-9/+9
* Fix 24 bit modeblueswir12008-07-241-4/+19
* Implement resolution switching in common console code.pbrook2008-07-011-10/+8
* Also fix 24 bit depthblueswir12008-06-191-0/+2
* Fix crash when returning from monitor or serial console to normal TCX viewblueswir12008-06-191-0/+2
* Wrap long linesblueswir12008-05-121-1/+2
* Fix compiler warningsblueswir12008-05-101-2/+2
* Add an ncurses UI.balrog2008-02-101-2/+3
* Register only valid register access widthsblueswir12008-01-011-8/+8
* Break up vl.h.pbrook2007-11-171-1/+3
* More detabificationblueswir12007-10-061-56/+56
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-2/+2
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-9/+9
* Fix loadvmblueswir12007-07-031-9/+9
* Rename variables and rearrange code to please gcc -Wshadow checksblueswir12007-06-251-1/+1
* Attempt to fix incorrect colours on some BGR displaysblueswir12007-06-101-3/+12
* Merge TCX and VGA pixel operationsblueswir12007-06-101-21/+1
* Force display update on palette change or loadvmblueswir12007-06-011-1/+10
* Use full 36-bit physical address space on SS10blueswir12007-05-191-13/+11
* Make TCX registers match what NetBSD expectsblueswir12007-05-171-2/+3