aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-31hw/char: Have FEWatchFunc handlers return G_SOURCE_CONTINUE/REMOVEPhilippe Mathieu-Daudé9-18/+18
2023-08-31chardev/char-fe: Document FEWatchFunc typedefPhilippe Mathieu-Daudé1-0/+14
2023-08-31exec/translation-block: Clean up includesPhilippe Mathieu-Daudé1-3/+3
2023-08-31qemu/processor: Remove unused 'qemu/atomic.h' headerPhilippe Mathieu-Daudé1-2/+0
2023-08-31target/xtensa: Include missing 'qemu/atomic.h' headerPhilippe Mathieu-Daudé3-0/+3
2023-08-31target/mips: Remove unused headers in lcsr_helper.cPhilippe Mathieu-Daudé1-3/+0
2023-08-31target/helpers: Remove unnecessary 'qemu/main-loop.h' headerPhilippe Mathieu-Daudé22-22/+0
2023-08-31target/helpers: Remove unnecessary 'exec/cpu_ldst.h' headerPhilippe Mathieu-Daudé8-8/+0
2023-08-31target/translate: Restrict 'exec/cpu_ldst.h' to user emulationPhilippe Mathieu-Daudé1-1/+1
2023-08-31target/translate: Remove unnecessary 'exec/cpu_ldst.h' headerPhilippe Mathieu-Daudé10-10/+0
2023-08-31target/translate: Include missing 'exec/cpu_ldst.h' headerPhilippe Mathieu-Daudé8-0/+8
2023-08-31target/riscv/pmu: Restrict 'qemu/log.h' include to sourcePhilippe Mathieu-Daudé2-1/+1
2023-08-31target/ppc/pmu: Include missing 'qemu/timer.h' headerPhilippe Mathieu-Daudé1-0/+1
2023-08-31exec/address-spaces.h: Remove unuseful 'exec/memory.h' includePhilippe Mathieu-Daudé1-2/+0
2023-08-31hw/dma/etraxfs: Include missing 'exec/memory.h' headerPhilippe Mathieu-Daudé1-0/+1
2023-08-31hw/net/i82596: Include missing 'exec/address-spaces.h' headerPhilippe Mathieu-Daudé1-0/+1
2023-08-31bulk: Do not declare function prototypes using 'extern' keywordPhilippe Mathieu-Daudé20-86/+79
2023-08-31qemu/uri: Use QueryParams type definitionPhilippe Mathieu-Daudé1-1/+1
2023-08-31accel/tcg: spelling fixesMichael Tokarev13-16/+16
2023-08-31accel: Remove HAX acceleratorPhilippe Mathieu-Daudé34-3149/+16
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