summaryrefslogtreecommitdiff
path: root/hw/misc
AgeCommit message (Expand)Author
2018-08-24hw/misc/bcm2835_property: Track fb settings using BCM2835FBConfigPeter Maydell
2018-08-24hw/misc/bcm2835_fb: Move config fields to their own structPeter Maydell
2018-08-24hw/misc/iotkit-secctl: Wire up registers for controlling MSCsPeter Maydell
2018-08-24hw/misc/tz-msc: Model TrustZone Master Security ControllerPeter Maydell
2018-08-24hw/misc/iotkit-sysinfo: Implement IoTKit system information blockPeter Maydell
2018-08-24hw/misc/iotkit-sysctl: Implement IoTKit system control elementPeter Maydell
2018-08-24hw/misc/mps2-fpgaio: Implement PSCNTR and COUNTERPeter Maydell
2018-08-24hw/misc/mps2-fpgaio: Implement 1Hz and 100Hz countersPeter Maydell
2018-08-23fw_cfg: import & use linux/qemu_fw_cfg.hMarc-André Lureau
2018-08-20hw/misc: Remove mmio_interface devicePeter Maydell
2018-08-16aspeed: add a max_ram_size property to the memory controllerCédric Le Goater
2018-08-16aspeed_sdmc: Handle ECC trainingJoel Stanley
2018-08-16aspeed_sdmc: Init status always idleJoel Stanley
2018-08-16aspeed_sdmc: Set 'cache initial sequence' always trueJoel Stanley
2018-08-16aspeed_sdmc: Fix saved valuesJoel Stanley
2018-08-16i.MX6UL: Add i.MX6UL specific CCM deviceJean-Christophe Dubois
2018-08-01hw/misc/macio: Fix device introspection problems in macio devicesThomas Huth
2018-07-30hw/misc/tz-mpc: Zero the LUT on initialization, not just resetPeter Maydell
2018-07-17Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-07-17hw/display/xlnx_dp: Move problematic code from instance_init to realizePaolo Bonzini
2018-07-16aspeed: Implement write-1-{set, clear} for AST2500 strappingAndrew Jeffery
2018-07-16hyperv: rename vcpu_id to vp_indexRoman Kagan
2018-07-03Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.0-20180703' into...Peter Maydell
2018-07-03mac_dbdma: only dump commands for debug enabled channelsMark Cave-Ayland
2018-07-02hw/mips: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé
2018-07-02hw/misc: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé
2018-07-02hw/ivshmem: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé
2018-06-28hostmem: drop error variable from host_memory_backend_get_memory()David Hildenbrand
2018-06-26aspeed/scu: introduce clock frequenciesCédric Le Goater
2018-06-22hw/misc/iotkit-secctl.c: Implement SECMPCINTSTATUSPeter Maydell
2018-06-22hw/misc/tz_mpc.c: Honour the BLK_LUT settings in translatePeter Maydell
2018-06-22hw/misc/tz-mpc.c: Implement correct blocked-access behaviourPeter Maydell
2018-06-22hw/misc/tz-mpc.c: Implement registersPeter Maydell
2018-06-22hw/misc/tz-mpc.c: Implement the Arm TrustZone Memory Protection ControllerPeter Maydell
2018-06-16mos6522: expose mos6522_update_irq() through MOS6522DeviceClassMark Cave-Ayland
2018-06-16mos6522: remove additional interrupt flag filter from mos6522_update_irq()Mark Cave-Ayland
2018-06-16mos6522: only clear the shift register interrupt upon writeMark Cave-Ayland
2018-06-16mac_newworld: add PMU deviceMark Cave-Ayland
2018-06-16mac_newworld: wire up programmer switch to NMI handlerMark Cave-Ayland
2018-06-16mac_newworld: add gpios to macio devices with PMU enabledMark Cave-Ayland
2018-06-16mac_newworld: add via machine option to control mac99 VIA/ADB configurationMark Cave-Ayland
2018-06-15aspeed_scu: Implement RNG registerJoel Stanley
2018-06-12mos6522: convert VMSTATE_TIMER_PTR_TEST to VMSTATE_TIMER_PTRMark Cave-Ayland
2018-06-12mos6522: move timer frequency initialisation to mos6522_resetMark Cave-Ayland
2018-06-12cuda: embed mos6522_cuda device directly rather than using QOM object linkMark Cave-Ayland
2018-06-12mos6522: fix vmstate_mos6522_timer version in vmstate_mos6522Mark Cave-Ayland
2018-06-12hw/misc/mos6522: Add trailing '\n' to qemu_log() callsPhilippe Mathieu-Daudé
2018-06-12macio: add trace-events to timer deviceMark Cave-Ayland
2018-06-08misc: add pca9552 LED blinker modelCédric Le Goater
2018-06-01hw/i2c: Use DeviceClass::realize instead of I2CSlaveClass::initPhilippe Mathieu-Daudé