aboutsummaryrefslogtreecommitdiff
path: root/hw/misc
AgeCommit message (Expand)AuthorFilesLines
2021-09-01arm: Move M-profile RAS register block into its own devicePeter Maydell2-0/+95
2021-07-11Merge remote-tracking branch 'remotes/cminyard/tags/for-qemu-6.1-2' into stagingPeter Maydell9-1678/+52
2021-07-08hw/i2c: Introduce i2c_start_recv() and i2c_start_send()Philippe Mathieu-Daudé1-6/+6
2021-07-08hw/misc/auxbus: Replace i2c_send_recv() by i2c_recv() & i2c_send()Philippe Mathieu-Daudé1-24/+11
2021-07-08hw/misc/auxbus: Replace 'is_write' boolean by its valuePhilippe Mathieu-Daudé1-17/+11
2021-07-08hw/misc/auxbus: Explode READ_I2C / WRITE_I2C_MOT casesPhilippe Mathieu-Daudé1-0/+53
2021-07-08hw/misc/auxbus: Fix MOT/classic I2C modePhilippe Mathieu-Daudé1-3/+3
2021-07-02hw/arm: Add basic power management to raspi.Nolan Leake2-0/+161
2021-06-17sensor: Move hardware sensors from misc to a sensor directoryCorey Minyard6-1115/+0
2021-06-17adc: Move the max111x driver to the adc directoryCorey Minyard3-240/+0
2021-06-17adc: Move the zynq-xadc file to the adc directoriesCorey Minyard2-306/+1
2021-06-15softmmu/memory: Pass ram_flags to qemu_ram_alloc_from_fd()David Hildenbrand1-3/+2
2021-06-03arm: Consistently use "Cortex-Axx", not "Cortex Axx"Peter Maydell1-1/+1
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella2-2/+2
2021-05-12Drop the deprecated unicore32 targetMarkus Armbruster2-162/+0
2021-05-12Drop the deprecated lm32 targetMarkus Armbruster4-731/+0
2021-05-10hw/misc/mps2-scc: Support using CFG0 bit 0 for remappingPeter Maydell1-3/+10
2021-05-05Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell15-15/+1
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02hw: Do not include qemu/log.h if it is not necessaryThomas Huth5-5/+0
2021-05-02hw: Do not include hw/irq.h if it is not necessaryThomas Huth2-2/+0
2021-05-02hw: Remove superfluous includes of hw/hw.hThomas Huth5-5/+0
2021-05-02hw/arm: Constify VMStateDescriptionPhilippe Mathieu-Daudé1-1/+1
2021-05-01hw/misc/aspeed_xdma: Add AST2600 supportCédric Le Goater1-23/+101
2021-05-01hw: Model ASPEED's Hash and Crypto EngineJoel Stanley2-0/+390
2021-03-19hw: Replace anti-social QOM type namesMarkus Armbruster1-1/+1
2021-03-18Merge remote-tracking branch 'remotes/vivier/tags/q800-for-6.0-pull-request' ...Peter Maydell2-121/+77
2021-03-16mac_via: remove VIA1 timer optimisationsMark Cave-Ayland1-39/+4
2021-03-16mac_via: fix 60Hz VIA1 timer intervalMark Cave-Ayland1-2/+9
2021-03-16mac_via: rename VBL timer to 60Hz timerMark Cave-Ayland1-20/+21
2021-03-16mac_via: don't re-inject ADB response when switching to IDLE stateMark Cave-Ayland1-51/+27
2021-03-16mac_via: allow long accesses to VIA registersMark Cave-Ayland1-2/+2
2021-03-16mac_via: fix up adb_via_receive() trace eventsMark Cave-Ayland1-17/+24
2021-03-16mac_via: switch rtc pram trace-events to use hex rather than decimal for addr...Mark Cave-Ayland1-2/+2
2021-03-15m68k: add a system controllerLaurent Vivier4-0/+164
2021-03-15hw/misc/led: Add yellow LEDPhilippe Mathieu-Daudé1-0/+1
2021-03-12hw/misc: Add NPCM7XX MFT ModuleHao Wu3-0/+549
2021-03-12hw/misc: Add GPIOs for duty in NPCM7xx PWMHao Wu1-0/+4
2021-03-12hw/misc: versal: Add a model of the XRAM controllerEdgar E. Iglesias2-0/+254
2021-03-11Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul...Peter Maydell2-2/+2
2021-03-11Merge remote-tracking branch 'remotes/legoater/tags/pull-aspeed-20210309' int...Peter Maydell2-1/+492
2021-03-10Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-03-...Peter Maydell1-1/+0
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé1-1/+1
2021-03-09Various spelling fixesMichael Tokarev1-1/+1
2021-03-09hw/misc: Model KCS devices in the Aspeed LPC controllerAndrew Jeffery1-2/+357
2021-03-09hw/misc: Add a basic Aspeed LPC controller modelCédric Le Goater2-1/+137
2021-03-09qtest: delete superfluous inclusions of qtest.hChen Qun1-1/+0
2021-03-08hw/misc/mps2-scc: Implement changes for AN547Peter Maydell1-6/+9
2021-03-08hw/misc/mps2-fpgaio: Support AN547 DBGCTRL registerPeter Maydell1-2/+20