aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2019-11-06target/sparc: Define an enumeration for accessing env->regwptrRichard Henderson
2019-11-01target/arm: Allow reading flags from FPSCR for M-profilepull-target-arm-20191101-2Christophe Lyon
2019-11-01target/arm/kvm: host cpu: Add support for sve<N> propertiesAndrew Jones
2019-11-01target/arm/cpu64: max cpu: Support sve properties with KVMAndrew Jones
2019-11-01target/arm/kvm: scratch vcpu: Preserve input kvm_vcpu_init featuresAndrew Jones
2019-11-01target/arm/kvm64: max cpu: Enable SVE when availableAndrew Jones
2019-11-01target/arm/kvm64: Add kvm_arch_get/put_sveAndrew Jones
2019-11-01target/arm/cpu64: max cpu: Introduce sve<N> propertiesAndrew Jones
2019-11-01target/arm: Allow SVE to be disabled via a CPU propertyAndrew Jones
2019-11-01target/arm/monitor: Introduce qmp_query_cpu_model_expansionAndrew Jones
2019-10-30Merge remote-tracking branch 'remotes/stsquad/tags/pull-tcg-plugins-281019-4'...Peter Maydell
2019-10-29Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20191028' into stagingPeter Maydell
2019-10-28target/riscv: PMP violation due to wrong size parameterDayeol Lee
2019-10-28target/openrisc: fetch code with translator_ldEmilio G. Cota
2019-10-28target/xtensa: fetch code with translator_ldEmilio G. Cota
2019-10-28target/sparc: fetch code with translator_ldEmilio G. Cota
2019-10-28target/riscv: fetch code with translator_ldEmilio G. Cota
2019-10-28target/alpha: fetch code with translator_ldEmilio G. Cota
2019-10-28target/m68k: fetch code with translator_ldEmilio G. Cota
2019-10-28target/hppa: fetch code with translator_ldEmilio G. Cota
2019-10-28target/i386: fetch code with translator_ldEmilio G. Cota
2019-10-28target/sh4: fetch code with translator_ldEmilio G. Cota
2019-10-28target/ppc: fetch code with translator_ldEmilio G. Cota
2019-10-28target/arm: fetch code with translator_ldEmilio G. Cota
2019-10-28cputlb: ensure _cmmu helper functions follow the naming standardAlex Bennée
2019-10-28target/riscv: Make the priv register writable by GDBJonathan Behrens
2019-10-28target/riscv: Expose "priv" register for GDB for readsJonathan Behrens
2019-10-28target/riscv: Tell gdbstub the correct number of CSRsJonathan Behrens
2019-10-28linux-user/riscv: Propagate fault addressGiuseppe Musacchio
2019-10-28RISC-V: Implement cpu_do_transaction_failedPalmer Dabbelt
2019-10-28RISC-V: Handle bus errors in the page table walkerPalmer Dabbelt
2019-10-28riscv: Skip checking CSR privilege level in debugger modeBin Meng
2019-10-28cputlb: ensure _cmmu helper functions follow the naming standardAlex Bennée
2019-10-26i386: implement IGNNEPaolo Bonzini
2019-10-26target/i386: introduce cpu_set_fpusPaolo Bonzini
2019-10-26target/i386: move FERR handling to target/i386Paolo Bonzini
2019-10-26core: replace getpagesize() with qemu_real_host_page_sizeWei Yang
2019-10-26Merge commit 'df84f17' into HEADPaolo Bonzini
2019-10-25target/mips: Refactor handling of vector compare 'less than' (signed) instruc...Filip Bozuta
2019-10-25target/mips: Refactor handling of vector compare 'equal' instructionsFilip Bozuta
2019-10-25target/mips: Demacro LMI decoderAleksandar Markovic
2019-10-25target/mips: msa: Split helpers for ASUB_<S|U>.<B|H|W|D>Aleksandar Markovic
2019-10-25target/mips: msa: Split helpers for HSUB_<S|U>.<H|W|D>Aleksandar Markovic
2019-10-25target/mips: msa: Split helpers for PCK<EV|OD>.<B|H|W|D>Aleksandar Markovic
2019-10-25target/mips: msa: Split helpers for S<LL|RA|RAR|RL|RLR>.<B|H|W|D>Aleksandar Markovic
2019-10-25target/mips: msa: Split helpers for HADD_<S|U>.<H|W|D>Aleksandar Markovic
2019-10-25target/mips: msa: Split helpers for ADD<_A|S_A|S_S|S_U|V>.<B|H|W|D>Aleksandar Markovic
2019-10-25target/mips: msa: Split helpers for ILV<EV|OD|L|R>.<B|H|W|D>Aleksandar Markovic
2019-10-25target/mips: msa: Split helpers for <MAX|MIN>_<S|U>.<B|H|W|D>Aleksandar Markovic
2019-10-25target/mips: msa: Split helpers for <MAX|MIN>_A.<B|H|W|D>Aleksandar Markovic