aboutsummaryrefslogtreecommitdiff
path: root/hw/misc
AgeCommit message (Expand)AuthorFilesLines
2023-10-16Merge tag 'pull-request-2023-10-12' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi3-1/+16
2023-10-12hw/misc/Kconfig: add switch for i2c-echoKlaus Jensen2-1/+6
2023-10-12hw/misc/i2c-echo: add copyright/license noteKlaus Jensen1-0/+10
2023-10-12hw/misc/sifive_test.c: replace exit calls with proper shutdownClément Chigot1-2/+7
2023-10-06mac_via: extend timer calibration hack to work with A/UXMark Cave-Ayland1-0/+56
2023-10-06mac_via: always clear ADB interrupt when switching to A/UX modeMark Cave-Ayland1-0/+9
2023-10-06mac_via: implement ADB_STATE_IDLE state if shift register in input modeMark Cave-Ayland1-0/+6
2023-10-06mac_via: workaround NetBSD ADB bus enumeration issueMark Cave-Ayland2-0/+35
2023-10-06mac_via: work around underflow in TimeDBRA timing loop in SETUPTIMEKMark Cave-Ayland2-0/+116
2023-10-06q800: add IOSB subsystemMark Cave-Ayland4-0/+141
2023-10-06q800: implement additional machine id bits on VIA1 port AMark Cave-Ayland1-1/+13
2023-10-06q800: add djMEMC memory controllerMark Cave-Ayland4-0/+143
2023-09-29aspeed/i3c: Rename variable shadowing a localCédric Le Goater1-3/+3
2023-09-29hw/misc/arm_sysctl.c: Avoid shadowing local variablePeter Maydell1-3/+3
2023-09-21hw/other: spelling fixesMichael Tokarev5-6/+6
2023-09-08hw/misc: Introduce a model of Xilinx Versal's CFRAME_BCAST_REGFrancisco Iglesias1-0/+161
2023-09-08hw/misc: Introduce a model of Xilinx Versal's CFRAME_REGFrancisco Iglesias2-0/+698
2023-09-08hw/misc/xlnx-versal-cfu: Introduce a model of Xilinx Versal's CFU_SFRFrancisco Iglesias1-0/+87
2023-09-08hw/misc/xlnx-versal-cfu: Introduce a model of Xilinx Versal CFU_FDROFrancisco Iglesias1-0/+96
2023-09-08hw/misc: Introduce a model of Xilinx Versal's CFU_APBFrancisco Iglesias2-0/+381
2023-09-08hw/misc: Introduce the Xilinx CFI interfaceFrancisco Iglesias2-0/+35
2023-08-31Add i.MX7 SRC device implementationJean-Christophe Dubois3-0/+281
2023-07-25arm: spelling fixesMichael Tokarev2-2/+2
2023-07-10hw/misc: sifive_e_aon: Support the watchdog timer of HiFive 1 rev b.Tommy Wu3-0/+323
2023-07-06hw: arm: allwinner-sramc: Set class_sizeAkihiko Odaki1-0/+1
2023-06-22mac_via: fix rtc command decoding for the PRAM seconds registersMark Cave-Ayland1-5/+6
2023-06-22mac_via: fix rtc command decoding from PRAM addresses 0x0 to 0xfMark Cave-Ayland1-1/+1
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé2-77/+77
2023-06-19hw/misc/bcm2835_property: Handle CORE_CLK_ID firmware propertySergey Kambalin1-0/+3
2023-06-19hw/misc/bcm2835_property: Replace magic frequency values by definitionsSergey Kambalin1-3/+5
2023-06-19hw/misc/bcm2835_property: Use 'raspberrypi-fw-defs.h' definitionsSergey Kambalin1-50/+51
2023-06-15aspeed/hace: Initialize g_autofree pointerCédric Le Goater1-1/+1
2023-06-06hw: arm: allwinner-sramc: Add SRAM Controller support for R40qianfan Zhao4-0/+192
2023-06-06hw/arm/allwinner-r40: add SDRAM controller deviceqianfan Zhao3-0/+528
2023-06-06hw/misc: Rename axp209 to axp22x and add support AXP221 PMUqianfan Zhao5-244/+289
2023-06-06hw/arm/allwinner-r40: add Clock Control Unitqianfan Zhao2-0/+210
2023-05-02hw/arm/bcm2835_property: Implement "get command line" messageDaniel Bertalan1-1/+12
2023-04-28bcm2835_property: disable reentrancy detection for iomemAlexander Bulekov1-0/+7
2023-04-28hw: replace most qemu_bh_new calls with qemu_bh_new_guardedAlexander Bulekov2-3/+5
2023-04-20lasi: fix RTC migrationPaolo Bonzini1-2/+2
2023-03-09Merge tag 'mips-misc-20230308' of https://github.com/philmd/qemu into stagingPeter Maydell2-11/+21
2023-03-08hw/mips/itu: Pass SAAR using QOM link propertyPhilippe Mathieu-Daudé1-8/+18
2023-03-08hw/mips: Declare all length properties as unsignedPhilippe Mathieu-Daudé2-3/+3
2023-03-07Merge tag 'for-upstream-mb' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell1-0/+5
2023-03-07edu: add smp_mb__after_rmw()Paolo Bonzini1-0/+5
2023-03-02hw/misc: add a toy i2c echo deviceKlaus Jensen2-0/+158
2023-02-27hw/ide: Un-inline ide_set_irq()Philippe Mathieu-Daudé1-0/+1
2023-02-23error: Drop superfluous #include "qapi/qmp/qerror.h"Markus Armbruster1-1/+0
2023-02-14Do not include "qemu/error-report.h" in headers that do not need itThomas Huth1-0/+1
2023-02-14hw/misc/sga: Remove the deprecated "sga" deviceThomas Huth3-76/+0