aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2019-11-01target/arm: Allow reading flags from FPSCR for M-profileChristophe Lyon1-2/+3
2019-11-01target/arm/kvm: host cpu: Add support for sve<N> propertiesAndrew Jones4-17/+35
2019-11-01target/arm/cpu64: max cpu: Support sve properties with KVMAndrew Jones3-42/+242
2019-11-01target/arm/kvm: scratch vcpu: Preserve input kvm_vcpu_init featuresAndrew Jones3-7/+25
2019-11-01target/arm/kvm64: max cpu: Enable SVE when availableAndrew Jones4-4/+65
2019-11-01target/arm/kvm64: Add kvm_arch_get/put_sveAndrew Jones1-28/+155
2019-11-01target/arm/cpu64: max cpu: Introduce sve<N> propertiesAndrew Jones5-2/+250
2019-11-01target/arm: Allow SVE to be disabled via a CPU propertyAndrew Jones3-9/+48
2019-11-01target/arm/monitor: Introduce qmp_query_cpu_model_expansionAndrew Jones1-0/+146
2019-10-30Merge remote-tracking branch 'remotes/stsquad/tags/pull-tcg-plugins-281019-4'...Peter Maydell11-32/+21
2019-10-29Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20191028' into stagingPeter Maydell1-2/+1
2019-10-28target/riscv: PMP violation due to wrong size parameterDayeol Lee1-1/+12
2019-10-28target/openrisc: fetch code with translator_ldEmilio G. Cota1-1/+1
2019-10-28target/xtensa: fetch code with translator_ldEmilio G. Cota1-2/+2
2019-10-28target/sparc: fetch code with translator_ldEmilio G. Cota1-1/+1
2019-10-28target/riscv: fetch code with translator_ldEmilio G. Cota1-1/+1
2019-10-28target/alpha: fetch code with translator_ldEmilio G. Cota1-1/+1
2019-10-28target/m68k: fetch code with translator_ldEmilio G. Cota1-1/+1
2019-10-28target/hppa: fetch code with translator_ldEmilio G. Cota1-1/+1
2019-10-28target/i386: fetch code with translator_ldEmilio G. Cota1-5/+5
2019-10-28target/sh4: fetch code with translator_ldEmilio G. Cota1-2/+2
2019-10-28target/ppc: fetch code with translator_ldEmilio G. Cota1-5/+3
2019-10-28target/arm: fetch code with translator_ldEmilio G. Cota1-12/+3
2019-10-28cputlb: ensure _cmmu helper functions follow the naming standardAlex Bennée1-2/+1
2019-10-28target/riscv: Make the priv register writable by GDBJonathan Behrens1-0/+9
2019-10-28target/riscv: Expose "priv" register for GDB for readsJonathan Behrens1-0/+23
2019-10-28target/riscv: Tell gdbstub the correct number of CSRsJonathan Behrens1-2/+2
2019-10-28linux-user/riscv: Propagate fault addressGiuseppe Musacchio1-1/+4
2019-10-28RISC-V: Implement cpu_do_transaction_failedPalmer Dabbelt3-7/+13
2019-10-28RISC-V: Handle bus errors in the page table walkerPalmer Dabbelt1-3/+9
2019-10-28riscv: Skip checking CSR privilege level in debugger modeBin Meng1-1/+4
2019-10-28cputlb: ensure _cmmu helper functions follow the naming standardAlex Bennée1-2/+1
2019-10-26i386: implement IGNNEPaolo Bonzini2-8/+30
2019-10-26target/i386: introduce cpu_set_fpusPaolo Bonzini1-4/+8
2019-10-26target/i386: move FERR handling to target/i386Paolo Bonzini2-2/+27
2019-10-26core: replace getpagesize() with qemu_real_host_page_sizeWei Yang1-1/+1
2019-10-26Merge commit 'df84f17' into HEADPaolo Bonzini5-6/+99
2019-10-25target/mips: Refactor handling of vector compare 'less than' (signed) instruc...Filip Bozuta1-30/+50
2019-10-25target/mips: Refactor handling of vector compare 'equal' instructionsFilip Bozuta1-30/+50
2019-10-25target/mips: Demacro LMI decoderAleksandar Markovic1-74/+174
2019-10-25target/mips: msa: Split helpers for ASUB_<S|U>.<B|H|W|D>Aleksandar Markovic3-26/+193
2019-10-25target/mips: msa: Split helpers for HSUB_<S|U>.<H|W|D>Aleksandar Markovic3-21/+129
2019-10-25target/mips: msa: Split helpers for PCK<EV|OD>.<B|H|W|D>Aleksandar Markovic3-186/+249
2019-10-25target/mips: msa: Split helpers for S<LL|RA|RAR|RL|RLR>.<B|H|W|D>Aleksandar Markovic3-66/+479
2019-10-25target/mips: msa: Split helpers for HADD_<S|U>.<H|W|D>Aleksandar Markovic3-32/+141
2019-10-25target/mips: msa: Split helpers for ADD<_A|S_A|S_S|S_U|V>.<B|H|W|D>Aleksandar Markovic3-69/+482
2019-10-25target/mips: msa: Split helpers for ILV<EV|OD|L|R>.<B|H|W|D>Aleksandar Markovic3-369/+496
2019-10-25target/mips: msa: Split helpers for <MAX|MIN>_<S|U>.<B|H|W|D>Aleksandar Markovic3-44/+372
2019-10-25target/mips: msa: Split helpers for <MAX|MIN>_A.<B|H|W|D>Aleksandar Markovic3-25/+187
2019-10-25target/mips: Clean up op_helper.cAleksandar Markovic1-347/+663