aboutsummaryrefslogtreecommitdiffstats
path: root/hw/sbi.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-11Add endianness as io mem parameterAlexander Graf1-1/+2
2009-11-07sparc32 (mostly): remove unneeded calls to device resetBlue Swirl1-2/+0
2009-10-24sparc32: convert sbi to VMState, vmsd and vmstate resetBlue Swirl1-31/+15
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-2/+2
2009-10-01Get rid of _t suffixmalc1-2/+2
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann1-1/+2
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl1-2/+2
2009-08-08Sparc32: move device instantiation to sun4m.cBlue Swirl1-20/+0
2009-07-21Sparc32: convert SBI to qdevBlue Swirl1-16/+42
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka1-1/+1
2009-06-17Don't set IRQs on device reset and loadvm/savevmBlue Swirl1-6/+0
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-3/+3
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-2/+0
2008-12-02Remove address maskingblueswir11-3/+2
2008-01-01 Register only valid register access widthsblueswir11-4/+4
2007-12-28 Initial support for Sun4d machines (SS-1000, SS-2000)blueswir11-0/+167