summaryrefslogtreecommitdiff
path: root/hw/sbi.c
Commit message (Expand)AuthorAgeFilesLines
* sparc32 (mostly): remove unneeded calls to device resetBlue Swirl2009-11-071-2/+0
* sparc32: convert sbi to VMState, vmsd and vmstate resetBlue Swirl2009-10-241-31/+15
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-2/+2
* Get rid of _t suffixmalc2009-10-011-2/+2
* qdev: add return value to init() callbacks.Gerd Hoffmann2009-08-271-1/+2
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-2/+2
* Sparc32: move device instantiation to sun4m.cBlue Swirl2009-08-081-20/+0
* Sparc32: convert SBI to qdevBlue Swirl2009-07-211-16/+42
* Revert "Introduce reset notifier order"Jan Kiszka2009-06-291-1/+1
* Don't set IRQs on device reset and loadvm/savevmBlue Swirl2009-06-171-6/+0
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-1/+1
* Introduce reset notifier orderJan Kiszka2009-05-221-1/+1
* Replace gcc variadic macro extension with C99 versionBlue Swirl2009-05-131-3/+3
* hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-2/+0
* Remove address maskingblueswir12008-12-021-3/+2
* Register only valid register access widthsblueswir12008-01-011-4/+4
* Initial support for Sun4d machines (SS-1000, SS-2000)blueswir12007-12-281-0/+167