summaryrefslogtreecommitdiff
path: root/hw/misc
AgeCommit message (Expand)Author
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é
2018-06-01hw/misc/sga: Use the correct ISA includePhilippe Mathieu-Daudé
2018-06-01hw/misc/mips_itu: Cleanup includesPhilippe Mathieu-Daudé
2018-06-01hw: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé
2018-05-20Remove unnecessary variables for function return valueLaurent Vivier
2018-05-20misc, ide: remove use of HWADDR_PRIx in trace eventsDaniel P. Berrangé
2018-05-04mac_newworld: move wiring of macio IRQs to macio_newworld_realize()Mark Cave-Ayland
2018-04-27mac_oldworld: move wiring of macio IRQs to macio_oldworld_realize()Mark Cave-Ayland
2018-04-26Change references to serial_hds[] to serial_hd()Peter Maydell
2018-04-11icount: fix cpu_restore_state_from_tb for non-tb-exit casesPavel Dovgalyuk
2018-04-10hw/misc/macio: Fix crash when listing device properties of macio deviceThomas Huth
2018-03-18hw/misc/macio: Mark the macio devices with user_creatable = falseThomas Huth
2018-03-06misc: don't use hwaddr as a type in trace eventsDaniel P. Berrangé
2018-03-06macio: remove macio_init() functionMark Cave-Ayland
2018-03-06macio: move setting of CUDA timebase frequency to macio_common_realize()Mark Cave-Ayland
2018-03-06mac_newworld: use object link to pass OpenPIC object to macioMark Cave-Ayland
2018-03-06mac_oldworld: use object link to pass heathrow PIC object to macioMark Cave-Ayland
2018-03-06macio: move macio related structures and defines into separate macio.h fileMark Cave-Ayland
2018-03-06macio: move ESCC device within the macio deviceMark Cave-Ayland
2018-03-06macio: embed DBDMA device directly within macioMark Cave-Ayland
2018-03-02hw/misc/iotkit-secctl: Add remaining simple registersPeter Maydell
2018-03-02hw/misc/iotkit-secctl: Add handling for PPCsPeter Maydell
2018-03-02hw/misc/iotkit-secctl: Arm IoT Kit security controller initial skeletonPeter Maydell
2018-03-02hw/misc/tz-ppc: Model TrustZone peripheral protection controllerPeter Maydell
2018-03-02hw/misc/mps2-fpgaio: FPGA control block for MPS2 AN505Peter Maydell
2018-03-02hw/misc/unimp: Move struct to header filePeter Maydell
2018-02-22Fix ast2500 protection register emulationHugo Landau
2018-02-16cuda: convert to trace-eventsMark Cave-Ayland