summaryrefslogtreecommitdiffstats
path: root/hw/misc
Commit message (Expand)AuthorAgeFilesLines
* memory: Add IOMMUTLBEventEugenio Pérez2020-12-081-14/+18
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201117'...Peter Maydell2020-11-172-9/+71
|\
| * tmp105: Correct handling of temperature limit checksPeter Maydell2020-11-172-9/+68
| * hw/misc/tmp105: reset the T_low and T_High registersPeter Maydell2020-11-171-0/+3
* | max111x: put it into the 'misc' categoryGan Qixin2020-11-171-0/+1
|/
* nomaintainer: Fix Lesser GPL version numberChetan Pant2020-11-153-3/+3
* macio: set user_creatable to false in macio_class_init()Mark Cave-Ayland2020-11-121-0/+2
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2020-11-111-1/+4
|\
| * pvpanic: Advertise the PVPANIC_CRASHLOADED event supportPaolo Bonzini2020-11-111-1/+4
* | hw/misc/stm32f2xx_syscfg: Remove extraneous IRQPhilippe Mathieu-Daudé2020-11-101-2/+0Star
|/
* Merge remote-tracking branch 'remotes/philmd-gitlab/tags/mips-fixes-20201103'...Peter Maydell2020-11-042-2/+2
|\
| * hw/mips: Fix Lesser GPL version numberChetan Pant2020-11-032-2/+2
* | hw/misc: Add Microchip PolarFire SoC SYSREG module supportBin Meng2020-11-033-0/+103
* | hw/misc: Add Microchip PolarFire SoC IOSCB module supportBin Meng2020-11-033-0/+246
* | hw/misc: Add Microchip PolarFire SoC DDR Memory Controller supportBin Meng2020-11-033-0/+220
|/
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201027-...Peter Maydell2020-10-295-0/+1027
|\
| * hw/misc/bcm2835_cprman: add sane reset values to the registersLuc Michel2020-10-271-0/+31
| * hw/misc/bcm2835_cprman: add the DSI0HSCK multiplexerLuc Michel2020-10-271-1/+73
| * hw/misc/bcm2835_cprman: implement clock mux behaviourLuc Michel2020-10-271-1/+52
| * hw/misc/bcm2835_cprman: add a clock mux skeleton implementationLuc Michel2020-10-271-0/+151
| * hw/misc/bcm2835_cprman: implement PLL channels behaviourLuc Michel2020-10-271-1/+32
| * hw/misc/bcm2835_cprman: add a PLL channel skeleton implementationLuc Michel2020-10-271-8/+147
| * hw/misc/bcm2835_cprman: implement PLLs behaviourLuc Michel2020-10-271-1/+63
| * hw/misc/bcm2835_cprman: add a PLL skeleton implementationLuc Michel2020-10-271-0/+108
| * hw/arm/raspi: add a skeleton implementation of the CPRMANLuc Michel2020-10-273-0/+169
| * hw/misc: Add npcm7xx random number generatorHavard Skinnemoen2020-10-273-0/+185
| * hw/timer: Adding watchdog for NPCM7XX Timer.Hao Wu2020-10-271-0/+28
* | Merge remote-tracking branch 'remotes/philmd-gitlab/tags/led-api-20201026' in...Peter Maydell2020-10-286-18/+205
|\ \ | |/ |/|
| * hw/misc/mps2-scc: Use the LED devicePhilippe Mathieu-Daudé2020-10-263-12/+17
| * hw/misc/mps2-fpgaio: Use the LED devicePhilippe Mathieu-Daudé2020-10-263-6/+19
| * hw/misc/led: Emit a trace event when LED intensity has changedPhilippe Mathieu-Daudé2020-10-262-0/+5
| * hw/misc/led: Allow connecting from GPIO outputPhilippe Mathieu-Daudé2020-10-261-1/+16
| * hw/misc/led: Add a LED devicePhilippe Mathieu-Daudé2020-10-264-0/+149
* | hw/misc/sifive_u_otp: Add backend drive supportGreen Wan2020-10-221-0/+65
* | hw/misc/sifive_u_otp: Add write function and write-once protectionGreen Wan2020-10-221-1/+29
|/
* macio: don't reference serial_hd() directly within the deviceMark Cave-Ayland2020-10-181-4/+0Star
* hw/misc/mips_cpc: Start vCPU when powered onPhilippe Mathieu-Daudé2020-10-091-0/+1
* Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2020-09-241-8/+8
|\
| * qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2020-09-231-8/+8
* | qom: simplify object_find_property / object_class_find_propertyDaniel P. Berrangé2020-09-221-1/+1
|/
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-1820-60/+20Star
* Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost2020-09-181-4/+1Star
* misc: aspeed_scu: Update AST2600 silicon id registerJoel Stanley2020-09-181-1/+6
* hw/misc: Add NPCM7xx Clock Controller device modelHavard Skinnemoen2020-09-143-0/+271
* hw/misc: Add NPCM7xx System Global Control Registers device modelHavard Skinnemoen2020-09-143-0/+276
* hw/misc/a9scu: Report unimplemented accesses with qemu_log_mask(UNIMP)Philippe Mathieu-Daudé2020-09-141-0/+6
* hw/misc/a9scu: Simplify setting MemoryRegionOps::impl fieldsPhilippe Mathieu-Daudé2020-09-141-11/+5Star
* hw/misc/a9scu: Simplify setting MemoryRegionOps::valid fieldsPhilippe Mathieu-Daudé2020-09-141-16/+5Star
* hw/misc/a9scu: Do not allow invalid CPU countPhilippe Mathieu-Daudé2020-09-141-5/+13
* Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200...Peter Maydell2020-09-136-0/+603
|\