aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2021-09-21hw/core: Make do_unaligned_access noreturnRichard Henderson11-20/+21
2021-09-21include/exec: Move cpu_signal_handler declarationRichard Henderson21-89/+0
2021-09-21Merge remote-tracking branch 'remotes/alistair23/tags/pull-riscv-to-apply-202...Richard Henderson4-20/+52
2021-09-21target/arm: Optimize MVE 1op-immediate insnsPeter Maydell1-5/+21
2021-09-21target/arm: Optimize MVE VSLI and VSRIPeter Maydell1-2/+2
2021-09-21target/arm: Optimize MVE VSHLL and VMOVLPeter Maydell1-8/+59
2021-09-21target/arm: Optimize MVE VSHL, VSHR immediate formsPeter Maydell1-20/+63
2021-09-21target/arm: Optimize MVE VMVNPeter Maydell1-1/+1
2021-09-21target/arm: Optimize MVE VDUPPeter Maydell1-4/+8
2021-09-21target/arm: Optimize MVE VNEG, VABSPeter Maydell1-10/+22
2021-09-21target/arm: Optimize MVE arithmetic opsPeter Maydell1-9/+11
2021-09-21target/arm: Optimize MVE logic opsPeter Maydell1-15/+36
2021-09-21target/arm: Add TB flag for "MVE insns not predicated"Peter Maydell7-9/+92
2021-09-21target/arm: Enforce that FPDSCR.LTPSIZE is 4 on inbound migrationPeter Maydell1-0/+13
2021-09-21target/arm: Avoid goto_tb if we're trying to exit to the main loopPeter Maydell1-1/+33
2021-09-21hvf: arm: Add rudimentary PMC supportAlexander Graf1-0/+179
2021-09-21arm: Add Hypervisor.framework build targetAlexander Graf2-0/+5
2021-09-21hvf: arm: Implement PSCI handlingAlexander Graf3-7/+139
2021-09-21hvf: arm: Implement -cpu hostPeter Maydell5-6/+124
2021-09-21arm/hvf: Add a WFI handlerPeter Collingbourne1-0/+79
2021-09-21target/riscv: csr: Rename HCOUNTEREN_CY and friendsBin Meng2-16/+16
2021-09-21target/riscv: Backup/restore mstatus.SD bit when virtual register swappedFrank Chang1-1/+2
2021-09-21target/riscv: Expose interrupt pending bits as GPIO linesAlistair Francis1-0/+30
2021-09-21target/riscv: Fix satp writeLIU Zhiwei1-1/+1
2021-09-21target/riscv: Update the ePMP CSR addressAlistair Francis2-2/+3
2021-09-20hvf: Add Apple Silicon supportAlexander Graf3-0/+810
2021-09-20hvf: Introduce hvf_arch_init() callbackAlexander Graf1-0/+5
2021-09-20arm: Move PMC register definitions to internals.hAlexander Graf2-44/+44
2021-09-20target/arm: Consolidate ifdef blocks in resetPeter Maydell1-12/+10
2021-09-20target/arm: Always clear exclusive monitor on resetPeter Maydell1-3/+3
2021-09-20target/arm: Don't skip M-profile reset entirely in user modePeter Maydell1-0/+19
2021-09-16Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.2-pull-re...Peter Maydell2-2/+2
2021-09-16Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.2-pul...Peter Maydell4-8/+5
2021-09-16target/sparc: Make sparc_cpu_dump_state() staticPhilippe Mathieu-Daudé2-2/+1
2021-09-16target/avr: Fix compiler errors (-Werror=enum-conversion)Stefan Weil1-5/+3
2021-09-16target/i386: spelling: occured=>occurred, mininum=>minimumMichael Tokarev1-1/+1
2021-09-14user: Remove cpu_get_pic_interrupt() stubsPhilippe Mathieu-Daudé1-1/+1
2021-09-14target/xtensa: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé3-8/+5
2021-09-14target/rx: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé3-1/+7
2021-09-14target/sparc: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé1-1/+3
2021-09-14target/sh4: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé3-10/+5
2021-09-14target/riscv: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé3-7/+2
2021-09-14target/ppc: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé3-21/+6
2021-09-14target/openrisc: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé4-7/+8
2021-09-14target/nios2: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé1-2/+3
2021-09-14target/mips: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé5-26/+22
2021-09-14target/microblaze: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé3-12/+5
2021-09-14target/m68k: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé3-14/+6
2021-09-14target/i386: Move x86_cpu_exec_interrupt() under sysemu/ folderPhilippe Mathieu-Daudé2-64/+62
2021-09-14target/i386: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé3-9/+5