aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-09-21target/m68k: rename M68K_FEATURE_M68000 to M68K_FEATURE_M68KMark Cave-Ayland5-74/+75
2022-09-21target/m68k: Perform writback before modifying SRRichard Henderson1-3/+5
2022-09-21target/m68k: Fix MACSR to CCRRichard Henderson1-2/+4
2022-09-21target/m68k: Implement atomic test-and-setRichard Henderson1-10/+30
2022-09-20Merge tag 'pull-loongarch-20220920' of https://gitlab.com/gaosong/qemu into s...Stefan Hajnoczi6-152/+258
2022-09-20hw/loongarch: Improve acpi dsdt tableXiaojuan Yang3-140/+21
2022-09-20hw/loongarch: Support memory hotplugXiaojuan Yang3-7/+132
2022-09-20hw/loongarch: Fix acpi ged irq number in dsdt tableXiaojuan Yang1-1/+1
2022-09-20hw/loongarch: Add RAMFB to dynamic_sysbus_devices listXiaojuan Yang1-0/+2
2022-09-20hw/loongarch: Add hotplug handler for machineXiaojuan Yang1-0/+32
2022-09-20hw/loongarch: Add platform bus supportXiaojuan Yang4-0/+40
2022-09-20hw/loongarch: Add interrupt information to FDT tableXiaojuan Yang1-0/+28
2022-09-19hw/loongarch: Support fw_cfg dma functionXiaojuan Yang3-2/+4
2022-09-19hw/loongarch: Remove vga device when loongarch initXiaojuan Yang2-4/+0
2022-09-17Merge tag 'pull-hmp-20220915a' of https://gitlab.com/dagrh/qemu into stagingStefan Hajnoczi4-30/+43
2022-09-17Merge tag 'pull-semi-20220914' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi19-528/+209
2022-09-17Merge tag 'pull-arm-20220914' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi22-83/+374
2022-09-17Merge tag 'tpm-pull-2022-09-13-1' of https://github.com/stefanberger/qemu-tpm...Stefan Hajnoczi4-22/+153
2022-09-15hmp: Fix ordering of textDr. David Alan Gilbert1-23/+23
2022-09-15monitor/hmp: print trace as option in help for log commandDongli Zhang1-2/+7
2022-09-15monitor: Support specified vCPU registerszhenwei pi2-5/+13
2022-09-14target/arm: Make boards pass base address to armv7m_load_kernel()Peter Maydell12-12/+18
2022-09-14target/arm: Remove useless TARGET_BIG_ENDIAN check in armv7m_load_kernel()Peter Maydell1-8/+1
2022-09-14target/arm: Report FEAT_PMUv3p5 for TCG '-cpu max'Peter Maydell3-2/+3
2022-09-14target/arm: Support 64-bit event counters for FEAT_PMUv3p5Peter Maydell3-9/+57
2022-09-14target/arm: Implement FEAT_PMUv3p5 cycle counter disable bitsPeter Maydell2-4/+37
2022-09-14target/arm: Rename pmu_8_n feature test functionsPeter Maydell2-17/+17
2022-09-14target/arm: Detect overflow when calculating next PMU interruptPeter Maydell1-8/+14
2022-09-14target/arm: Honour MDCR_EL2.HPMD in Secure EL2Peter Maydell1-10/+7
2022-09-14target/arm: Ignore PMCR.D when PMCR.LC is setPeter Maydell1-4/+13
2022-09-14target/arm: Don't mishandle count when enabling or disabling PMU countersPeter Maydell1-0/+45
2022-09-14target/arm: Correct value returned by pmu_counter_mask()Peter Maydell1-1/+1
2022-09-14target/arm: Don't corrupt high half of PMOVSR when cycle counter overflowsPeter Maydell1-1/+1
2022-09-14target/arm: Add missing space in commentPeter Maydell1-1/+1
2022-09-14target/arm: Advertise FEAT_ETS for '-cpu max'Peter Maydell3-0/+6
2022-09-14target/arm: Implement ID_DFR1Peter Maydell3-2/+5
2022-09-14target/arm: Implement ID_MMFR5Peter Maydell3-2/+5
2022-09-14target/arm: Sort KVM reads of AArch32 ID registers into encoding orderPeter Maydell1-2/+2
2022-09-14target/arm: Make cpregs 0, c0, c{3-15}, {0-7} correctly RAZ in v8Peter Maydell1-5/+60
2022-09-14hw/arm/bcm2835_property: Add support for RPI_FIRMWARE_FRAMEBUFFER_GET_NUM_DIS...Enrik Berkhan1-0/+4
2022-09-14target/arm: Add cortex-a35Hao Wu3-0/+82
2022-09-13target/riscv: Honour -semihosting-config userspace=on and enable=onPeter Maydell3-7/+6
2022-09-13target/xtensa: Honour -semihosting-config userspace=onPeter Maydell1-3/+4
2022-09-13target/nios2: Honour -semihosting-config userspace=onPeter Maydell1-1/+2
2022-09-13target/mips: Honour -semihosting-config userspace=onPeter Maydell4-10/+11
2022-09-13target/m68k: Honour -semihosting-config userspace=onPeter Maydell1-2/+1
2022-09-13target/arm: Honour -semihosting-config userspace=onPeter Maydell2-23/+5
2022-09-13semihosting: Allow optional use of semihosting from userspacePeter Maydell10-17/+36
2022-09-13target/m68k: Convert semihosting errno to gdb remote errnoRichard Henderson1-2/+31
2022-09-13target/m68k: Use semihosting/syscalls.hRichard Henderson1-232/+49