aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2018-06-01nios2: do not include exec-all.h from cpu.hPaolo Bonzini
2018-06-01target: Do not include "exec/exec-all.h" if it is not necessaryPhilippe Mathieu-Daudé
2018-05-31target/hppa: Include "qemu/log.h" to use qemu_log()Philippe Mathieu-Daudé
2018-05-31target/ppc: Include "exec/exec-all.h" which provides tlb_flush()Philippe Mathieu-Daudé
2018-05-31target/xtensa: Include "qemu/timer.h" to use NANOSECONDS_PER_SECONDPhilippe Mathieu-Daudé
2018-05-31target/i386: Do not include "exec/ioport.h" if it is not necessaryPhilippe Mathieu-Daudé
2018-05-31target: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé
2018-05-24Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2018-05-24Merge remote-tracking branch 'remotes/mwalle/tags/lm32-queue/20180521' into s...Peter Maydell
2018-05-23x86/cpu: use standard-headers/asm-x86.kvm_para.hMichael S. Tsirkin
2018-05-21i386: define the AMD 'virt-ssbd' CPUID feature bit (CVE-2018-3639)Konrad Rzeszutek Wilk
2018-05-21i386: Define the Virt SSBD MSR and handling of it (CVE-2018-3639)Konrad Rzeszutek Wilk
2018-05-21i386: define the 'ssbd' CPUID feature bit (CVE-2018-3639)Daniel P. Berrangé
2018-05-21lm32: take BQL before writing IP/IM registerMichael Walle
2018-05-21Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell
2018-05-20Remove unnecessary variables for function return valueLaurent Vivier
2018-05-20tcg: fix s/compliment/complement/ typosEmilio G. Cota
2018-05-18target/xtensa: Honor CPU_DUMP_FPURichard Henderson
2018-05-18target/unicore32: Honor CPU_DUMP_FPURichard Henderson
2018-05-18target/sparc: Honor CPU_DUMP_FPURichard Henderson
2018-05-18target/s390x: Honor CPU_DUMP_FPURichard Henderson
2018-05-18target/riscv: Honor CPU_DUMP_FPURichard Henderson
2018-05-18target/ppc: Honor CPU_DUMP_FPURichard Henderson
2018-05-18target/mips: Honor CPU_DUMP_FPURichard Henderson
2018-05-18target/alpha: Honor CPU_DUMP_FPURichard Henderson
2018-05-18target/arm: Implement SVE Permute - Extract GroupRichard Henderson
2018-05-18target/arm: Implement SVE Integer Wide Immediate - Predicated GroupRichard Henderson
2018-05-18target/arm: Implement SVE Bitwise Immediate GroupRichard Henderson
2018-05-18target/arm: Implement SVE Element Count GroupRichard Henderson
2018-05-18target/arm: Implement SVE floating-point trig select coefficientRichard Henderson
2018-05-18target/arm: Implement SVE floating-point exponential acceleratorRichard Henderson
2018-05-18target/arm: Implement SVE Compute Vector Address GroupRichard Henderson
2018-05-18target/arm: Implement SVE Bitwise Shift - Unpredicated GroupRichard Henderson
2018-05-18target/arm: Implement SVE Stack Allocation GroupRichard Henderson
2018-05-18target/arm: Implement SVE Index Generation GroupRichard Henderson
2018-05-18target/arm: Implement SVE Integer Arithmetic - Unpredicated GroupRichard Henderson
2018-05-18target/arm: Implement SVE Integer Multiply-Add GroupRichard Henderson
2018-05-18target/arm: Implement SVE Integer Arithmetic - Unary Predicated GroupRichard Henderson
2018-05-18target/arm: Implement SVE bitwise shift by wide elements (predicated)Richard Henderson
2018-05-18target/arm: Implement SVE bitwise shift by vector (predicated)Richard Henderson
2018-05-18target/arm: Implement SVE bitwise shift by immediate (predicated)Richard Henderson
2018-05-18target/arm: Implement SVE Integer Reduction GroupRichard Henderson
2018-05-18target/arm: Implement SVE Integer Binary Arithmetic - Predicated GroupRichard Henderson
2018-05-18target/arm: Implement SVE Predicate Misc GroupRichard Henderson
2018-05-18target/arm: Implement SVE Predicate Logical Operations GroupRichard Henderson
2018-05-18target/arm: Implement SVE predicate testRichard Henderson
2018-05-18target/arm: Implement SVE load vector/predicateRichard Henderson
2018-05-18target/arm: Implement SVE Bitwise Logical - Unpredicated GroupRichard Henderson
2018-05-18target/arm: Add SVE decode skeletonRichard Henderson
2018-05-18target/arm: Introduce translate-a64.hRichard Henderson