aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-07-30linux-user/main: Check errno when getting AT_EXECFDVivian Wang
2024-07-30util/getauxval: Ensure setting errno if not foundVivian Wang
2024-07-30Merge tag 'pull-qapi-2024-07-29' of https://repo.or.cz/qemu/armbru into stagingRichard Henderson
2024-07-29target/s390x: move @deprecated-props to CpuModelExpansion InfoCollin Walling
2024-07-29system/physmem: Where we assume we have a RAM MR, assert itPeter Maydell
2024-07-29target/sh4: Avoid shift into sign bit in update_itlb_use()Peter Maydell
2024-07-29target/i386: Remove dead assignment to ss in do_interrupt64()Peter Maydell
2024-07-29target/m68k: avoid shift into sign bit in dump_address_map()Peter Maydell
2024-07-29target/xtensa: Make use of 'segment' in pptlb helper less confusingPeter Maydell
2024-07-29target/tricore: Use unsigned types for bitops in helper_eq_b()Peter Maydell
2024-07-29target/arm: Ignore SMCR_EL2.LEN and SVCR_EL2.LEN if EL2 is not enabledPeter Maydell
2024-07-29target/arm: Avoid shifts by -1 in tszimm_shr() and tszimm_shl()Peter Maydell
2024-07-29target/arm: Fix UMOPA/UMOPS of 16-bit valuesPeter Maydell
2024-07-29target/arm: Don't assert for 128-bit tile accesses when SVL is 128Peter Maydell
2024-07-29hw/misc/bcm2835_property: Reduce scope of variables in mbox push functionPeter Maydell
2024-07-29hw/misc/bcm2835_property: Restrict scope of start_num, number, otp_rowPeter Maydell
2024-07-29hw/misc/bcm2835_property: Avoid overflow in OTP access propertiesPeter Maydell
2024-07-29hw/misc/bcm2835_property: Fix handling of FRAMEBUFFER_SET_PALETTEPeter Maydell
2024-07-29hvf: arm: Do not advance PC when raising an exceptionAkihiko Odaki
2024-07-29hvf: arm: Properly disable PMUAkihiko Odaki
2024-07-29hvf: arm: Raise an exception for sysreg by defaultAkihiko Odaki
2024-07-29target/arm/kvm: Do not silently remove PMUAkihiko Odaki
2024-07-29target/arm/kvm: Set PMU for host only when availableAkihiko Odaki
2024-07-29hw/arm/smmuv3: Assert input to oas2bits() is validMostafa Saleh
2024-07-29hw/char/bcm2835_aux: Fix assert when receive FIFO fills upFrederik van Hövell
2024-07-29qapi/machine: Belatedly document target loongarch64 is since 7.1Markus Armbruster
2024-07-29qapi/qom: make some QOM properties depend on the build settingsStefano Garzarella
2024-07-28target/rx: Use target_ulong for address in LIRichard Henderson
2024-07-26Merge tag 'pull-ppc-for-9.1-2-20240726-1' of https://gitlab.com/npiggin/qemu ...Richard Henderson
2024-07-26target/ppc: Remove includes from mmu-book3s-v3.hBALATON Zoltan
2024-07-26target/ppc/mmu-radix64: Remove externally unused parts from headerBALATON Zoltan
2024-07-26target/ppc: Unexport some functions from mmu-book3s-v3.hBALATON Zoltan
2024-07-26target/ppc/mmu-hash32.c: Move get_pteg_offset32() to the headerBALATON Zoltan
2024-07-26target/ppc/mmu-hash32.c: Inline and remove ppc_hash32_pte_raddr()BALATON Zoltan
2024-07-26target/ppc/mmu_common.c: Remove mmu_ctx_tBALATON Zoltan
2024-07-26target/ppc/mmu_common.c: Stop using ctx in get_bat_6xx_tlb()BALATON Zoltan
2024-07-26target/ppc: Remove bat_size_prot()BALATON Zoltan
2024-07-26target/ppc/mmu_common.c: Use defines instead of numeric constantsBALATON Zoltan
2024-07-26target/ppc/mmu_common.c: Rename function parameterBALATON Zoltan
2024-07-26target/ppc/mmu_common.c: Stop using ctx in ppc6xx_tlb_check()BALATON Zoltan
2024-07-26target/ppc/mmu_common.c: Remove key field from mmu_ctx_tBALATON Zoltan
2024-07-26target/ppc/mmu_common.c: Init variable in function that relies on itBALATON Zoltan
2024-07-26target/ppc/mmu-hash32.c: Inline and remove ppc_hash32_pte_prot()BALATON Zoltan
2024-07-26target/ppc: Add function to get protection key for hash32 MMUBALATON Zoltan
2024-07-26target/ppc/mmu_common.c: Remove ptem field from mmu_ctx_tBALATON Zoltan
2024-07-26target/ppc/mmu_common.c: Inline and remove ppc6xx_tlb_pte_check()BALATON Zoltan
2024-07-26target/ppc/mmu_common.c: Simplify a switch statementBALATON Zoltan
2024-07-26target/ppc/mmu_common.c: Remove single use local variableBALATON Zoltan
2024-07-26target/ppc/mmu_common.c: Convert local variable to boolBALATON Zoltan
2024-07-26target/ppc/mmu_common.c: Remove nx field from mmu_ctx_tBALATON Zoltan