aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-09-01m25p80: Introduce an helper to retrieve the BlockBackend of a deviceCédric Le Goater2-0/+10
2023-09-01aspeed: Create flash devices only when defaults are enabledCédric Le Goater2-8/+33
2023-09-01hw/ssi: Check for duplicate CS indexesCédric Le Goater6-1/+29
2023-09-01aspeed/smc: Wire CS lines at resetCédric Le Goater2-4/+9
2023-09-01hw/ssi: Introduce a ssi_get_cs() helperCédric Le Goater2-0/+17
2023-09-01hw/ssi: Add a "cs" property to SSIPeripheralCédric Le Goater2-0/+10
2023-09-01tests/avocado/machine_aspeed.py: Update SDK imagesCédric Le Goater1-6/+6
2023-09-01hw/i2c/aspeed: Add support for buffer organizationHang Yu2-0/+5
2023-09-01hw/i2c/aspeed: Fix TXBUF transmission start position errorHang Yu1-24/+6
2023-09-01hw/i2c/aspeed: Fix Tx count and Rx size error in buffer pool modeHang Yu2-6/+6
2023-09-01aspeed: Introduce helper for 32-bit hosts limitationCédric Le Goater1-12/+9
2023-08-31Merge tag 'quick-fix-pull-request' of https://gitlab.com/bsdimp/qemu into sta...Stefan Hajnoczi2-30/+27
2023-08-31Merge tag 'pull-target-arm-20230831' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi31-358/+1379
2023-08-31Merge tag 'xen-virtio-2-tag' of https://gitlab.com/sstabellini/qemu into stagingStefan Hajnoczi2-0/+104
2023-08-31Merge tag 'pull-maintainer-ominbus-300823-1' of https://gitlab.com/stsquad/qe...Stefan Hajnoczi30-295/+324
2023-08-31hw/arm: Set number of MPU regions correctly for an505, an521, an524Peter Maydell3-0/+50
2023-08-31hw/arm/armv7m: Add mpu-ns-regions and mpu-s-regions propertiesPeter Maydell2-0/+29
2023-08-31target/arm: Do all "ARM_FEATURE_X implies Y" checks in post_initPeter Maydell1-82/+97
2023-08-31rtc: Use time_t for passing and returning time offsetsPeter Maydell2-4/+4
2023-08-31hw/rtc/aspeed_rtc: Use 64-bit offset for holding time_t differencePeter Maydell2-4/+3
2023-08-31hw/rtc/twl92230: Use int64_t for sec_offset and alm_secPeter Maydell1-2/+2
2023-08-31hw/rtc/m48t59: Use 64-bit arithmetic in set_alarm()Peter Maydell1-1/+1
2023-08-31target/arm: Catch illegal-exception-return from EL3 with bad NSE/NSPeter Maydell1-0/+9
2023-08-31Add i.MX7 SRC device implementationJean-Christophe Dubois6-2/+356
2023-08-31Add i.MX7 missing TZ devices and memory regionsJean-Christophe Dubois2-0/+70
2023-08-31Refactor i.MX7 processor codeJean-Christophe Dubois2-123/+333
2023-08-31Add i.MX6UL missing devices.Jean-Christophe Dubois2-1/+17
2023-08-31Refactor i.MX6UL processor codeJean-Christophe Dubois2-60/+221
2023-08-31Remove i.MX7 IOMUX GPR device from i.MX6ULJean-Christophe Dubois2-13/+0
2023-08-31target/arm: properly document FEAT_CRC32Alex Bennée2-1/+2
2023-08-31target/arm: Implement FEAT_HPDS2 as a no-opRichard Henderson3-2/+3
2023-08-31target/arm: Suppress FEAT_TRBE (Trace Buffer Extension)Richard Henderson1-0/+3
2023-08-31target/arm: Apply access checks to neoverse-v1 special registersRichard Henderson1-1/+2
2023-08-31target/arm: Apply access checks to neoverse-n1 special registersRichard Henderson3-11/+41
2023-08-31target/arm: Introduce make_ccsidr64Richard Henderson1-16/+32
2023-08-31target/arm: When tag memory is not present, set MTE=1Richard Henderson1-3/+4
2023-08-31target/arm: Support more GM blocksizesRichard Henderson2-12/+62
2023-08-31target/arm: Allow cpu to configure GM blocksizeRichard Henderson7-28/+45
2023-08-31target/arm: Reduce dcz_blocksize to uint8_tRichard Henderson1-1/+2
2023-08-30xen_arm: Initialize RAM and add hi/low memory regionsOleksandr Tyshchenko2-0/+53
2023-08-30xen_arm: Create virtio-mmio devices during initializationOleksandr Tyshchenko2-0/+51
2023-08-30bsd-user: Move PRAGMA_DISABLE_PACKED_WARNING etc to qemu.hWarner Losh2-30/+27
2023-08-30gdbstub: move comment for gdb_register_coprocessorAlex Bennée2-6/+10
2023-08-30gdbstub: replace global gdb_has_xml with a functionAlex Bennée7-18/+19
2023-08-30gdbstub: refactor get_feature_xmlAlex Bennée2-40/+43
2023-08-30gdbstub: remove unused user_ctx fieldAlex Bennée1-8/+8
2023-08-30gdbstub: fixes cases where wrong threads were reported to GDB on SIGINTMatheus Branco Borella4-2/+164
2023-08-30tests/tcg: clean-up gdb confirm/pagination settingsAlex Bennée10-33/+2
2023-08-30tests: remove test-gdbstub.pyAlex Bennée1-177/+0
2023-08-30.gitlab-ci.d/cirrus.yml: Update FreeBSD to v13.2Thomas Huth1-1/+1