summaryrefslogtreecommitdiffstats
path: root/hw/misc
Commit message (Expand)AuthorAgeFilesLines
...
* hw/misc/pvpanic: split-out generic and bus dependent codeMihai Carabas2021-01-294-81/+107
* hw/misc: Fix arith overflow in NPCM7XX PWM moduleHao Wu2021-01-291-4/+19
* block: Separate blk_is_writable() and blk_supports_write_perm()Kevin Wolf2021-01-271-1/+1
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul...Peter Maydell2021-01-181-0/+9
|\
| * misc/mos6522: Use timer_free() in the finalize function to avoid memleakGan Qixin2021-01-181-0/+9
* | hw/misc/sifive_u_otp: handling the fails of blk_pread and blk_pwriteGreen Wan2021-01-161-8/+23
|/
* macio: don't set user_creatable to falseMark Cave-Ayland2021-01-131-2/+0Star
* macio: wire macio GPIOs to OpenPIC using sysbus IRQsMark Cave-Ayland2021-01-132-24/+12Star
* macio: move OpenPIC inside macio-newworld deviceMark Cave-Ayland2021-01-131-10/+9Star
* macio: move heathrow PIC inside macio-oldworld deviceMark Cave-Ayland2021-01-131-10/+10
* hw/*: Use type casting for SysBusDevice in NPCM7XXHao Wu2021-01-123-3/+3
* hw/misc: Add a PWM module for NPCM7XXHao Wu2021-01-123-0/+557
* hw/misc: Add clock converter in NPCM7XX CLK moduleHao Wu2021-01-121-6/+789
* hw/msic: imx6_ccm: Correct register value for silicon typeBin Meng2021-01-081-1/+1
* hw/misc: imx6_ccm: Update PMU_MISC0 reset valueBin Meng2021-01-081-1/+1
* qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost2020-12-184-0/+4
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201215'...Peter Maydell2020-12-151-0/+5
|\
| * hw/misc/zynq_slcr: Avoid #DIV/0! errorPhilippe Mathieu-Daudé2020-12-151-0/+5
* | tmp421: Register properties as class propertiesEduardo Habkost2020-12-141-17/+13Star
|/
* hw/ssi: Rename SSI 'slave' as 'peripheral'Philippe Mathieu-Daudé2020-12-101-9/+9
* Merge remote-tracking branch 'remotes/legoater/tags/pull-aspeed-20201210' int...Peter Maydell2020-12-103-0/+331
|\
| * hw/misc: add an EMC141{3,4} device modelJohn Wang2020-12-103-0/+331
* | i.MX6ul: Fix bad printf format specifiersAlex Chen2020-12-101-2/+2
* | i.MX6: Fix bad printf format specifiersAlex Chen2020-12-102-11/+11
* | i.MX31: Fix bad printf format specifiersAlex Chen2020-12-102-9/+9
* | i.MX25: Fix bad printf format specifiersAlex Chen2020-12-101-6/+6
|/
* 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