aboutsummaryrefslogtreecommitdiff
path: root/hw/misc/mips_itu.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau1-1/+2
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth1-1/+0
2020-11-03hw/mips: Fix Lesser GPL version numberChetan Pant1-1/+1
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-02-21hw/misc: mips_itu: Fix 32/64 bit issue in a line involving shift operatorAleksandar Markovic1-1/+1
2019-01-18target/mips: Update ITU to handle bus errorsYongbok Kim1-0/+22
2019-01-18target/mips: Update ITU to utilize SAARI and SAAR CP0 registersYongbok Kim1-6/+23
2019-01-18target/mips: Add field and R/W access to ITU control register ICR0Yongbok Kim1-1/+21
2018-07-02hw/mips: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-1/+2
2018-06-01hw/misc/mips_itu: Cleanup includesPhilippe Mathieu-Daudé1-4/+1
2018-04-11icount: fix cpu_restore_state_from_tb for non-tb-exit casesPavel Dovgalyuk1-2/+1
2016-05-19cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini1-0/+1
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini1-0/+1
2016-05-19qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini1-0/+1
2016-04-08hw/mips_itu: fix off-by-one reported by CoverityLeon Alrae1-8/+3
2016-03-30hw/mips: implement ITC Storage - Bypass ViewLeon Alrae1-0/+27
2016-03-30hw/mips: implement ITC Storage - P/V Sync and Try ViewsLeon Alrae1-0/+68
2016-03-30hw/mips: implement ITC Storage - Empty/Full Sync and Try ViewsLeon Alrae1-0/+113
2016-03-30hw/mips: implement ITC Storage - Control ViewLeon Alrae1-0/+104
2016-03-30hw/mips: implement ITC Configuration Tags and Storage CellsLeon Alrae1-0/+214