aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-19buildsys: Only display Objective-C information when Objective-C is usedPhilippe Mathieu-Daudé1-2/+4
2023-10-19cutils: Fix get_relocated_path on WindowsAkihiko Odaki1-7/+11
2023-10-19MAINTAINERS: Add include/hw/openrisc/ to the OpenRISC sectionThomas Huth1-0/+1
2023-10-19MAINTAINERS: Add include/hw/intc/loongson_liointc.h to the Loongson-3 virt se...Thomas Huth1-0/+1
2023-10-19MAINTAINERS: Add hw/input/lasips2.c to the HPPA machine sectionThomas Huth1-0/+2
2023-10-19MAINTAINERS: Split vt82c686 out of fuloong2eBALATON Zoltan1-3/+9
2023-10-19mailmap: update email addresses for Luc MichelLuc Michel1-0/+3
2023-10-19Merge tag 'pull-lu-20231018' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi5-183/+379
2023-10-19Merge tag 'migration-20231018-pull-request' of https://gitlab.com/juan.quinte...Stefan Hajnoczi5-83/+104
2023-10-19contrib/elf2dmp: Use g_malloc(), g_new() and g_free()Suraj Shirvankar4-27/+15
2023-10-19hw/timer/npcm7xx_timer: Prevent timer from counting down past zeroChris Rauer1-0/+3
2023-10-19target/arm/arm-powerctl: Correctly init CPUs when powered on to lower ELPeter Maydell4-124/+141
2023-10-19target/arm/common-semi-target.h: Remove unnecessary boot.h includePeter Maydell1-3/+1
2023-10-19target/arm/kvm64.c: Remove unused includePeter Maydell1-1/+0
2023-10-19target/arm: Implement FEAT_HPMN0Peter Maydell4-1/+7
2023-10-19hw/arm/smmuv3: Advertise SMMUv3.1-XNX featurePeter Maydell1-0/+4
2023-10-19hw/arm/smmuv3: Sort ID register setting into field orderPeter Maydell1-2/+2
2023-10-19hw/arm/smmuv3: Update ID register bit field definitionsPeter Maydell1-0/+38
2023-10-19target/arm: Permit T32 LDM with single registerPeter Maydell1-14/+23
2023-10-19arm/kvm: convert to kvm_get_one_regCornelia Huck2-54/+18
2023-10-19arm/kvm: convert to kvm_set_one_regCornelia Huck2-58/+21
2023-10-19hw/arm/sbsa-ref: use bsa.h for PPI definitionsLeif Lindholm1-12/+9
2023-10-19include/hw/arm: move BSA definitions to bsa.hLeif Lindholm2-11/+36
2023-10-19{include/}hw/arm: refactor virt PPI logicLeif Lindholm3-23/+27
2023-10-19target/arm: Fix CNTPCT_EL0 trapping from EL0 when HCR_EL2.E2H is 0Michal Orzel1-16/+1
2023-10-19elf2dmp: check array bounds in pdb_get_file_sizeViktor Prutyanov1-4/+9
2023-10-19elf2dmp: limit print length for sign_rsdsViktor Prutyanov1-1/+1
2023-10-19xlnx-bbram: hw/nvram: Use dot in device type nameTong Ho1-1/+1
2023-10-19xlnx-versal-efuse: hw/nvram: Remove deprecated device resetTong Ho1-3/+5
2023-10-19xlnx-zynqmp-efuse: hw/nvram: Remove deprecated device resetTong Ho1-3/+5
2023-10-19xlnx-bbram: hw/nvram: Remove deprecated device resetTong Ho1-3/+5
2023-10-19hw/arm/exynos4210: Get arm_boot_info declaration from 'hw/arm/boot.h'Philippe Mathieu-Daudé2-3/+1
2023-10-19hw/arm: Move raspberrypi-fw-defs.h to the include/hw/arm/ folderThomas Huth3-2/+2
2023-10-19qapi: provide a friendly string representation of QAPI classesDaniel P. Berrangé1-0/+5
2023-10-19qapi: Belatedly update CompatPolicy documentation for unstableMarkus Armbruster1-2/+2
2023-10-19qapi: re-establish linting baselineJohn Snow2-3/+4
2023-10-18linux-user: Remap guest SIGABRTRichard Henderson1-7/+35
2023-10-18linux-user: Detect and report host SIGILL, SIGFPE, SIGTRAPRichard Henderson1-1/+43
2023-10-18linux-user: Split out host_sig{segv,bus}_handlerRichard Henderson1-60/+85
2023-10-18linux-user: Simplify signal_initRichard Henderson1-20/+22
2023-10-18linux-user: Map unsupported signals to an out-of-bounds valueRichard Henderson1-34/+38
2023-10-18linux-user: Only register handlers for core_dump_signal by defaultRichard Henderson1-29/+14
2023-10-18linux-user: Detect and report host crashesHelge Deller1-6/+63
2023-10-18linux-user: Exit not abort in die_with_backtraceRichard Henderson1-1/+1
2023-10-18linux-user: Split out die_with_signalRichard Henderson1-24/+28
2023-10-18linux-user: Propagate failure in mmap_reserve_or_unmap back to target_munmapRichard Henderson1-13/+17
2023-10-18linux-user/elfload: Enable LSX/LASX in HWCAP for LoongArchJiajie Chen1-0/+8
2023-10-18linux-user/sh4: Fix crashes on signal deliveryMikulas Patocka1-0/+8
2023-10-18linux-user/mips: fix abort on integer overflowMikulas Patocka1-1/+3
2023-10-18linux-user: Fixes for zero_bssRichard Henderson1-13/+40