summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.2-20191004' into...Peter Maydell2019-10-0710-314/+408
|\
| * target/ppc: use Vsr macros in BCD helpersMark Cave-Ayland2019-10-041-47/+25Star
| * target/ppc: remove unnecessary if() around calls to set_dfp{64,128}() in DFP ...Mark Cave-Ayland2019-10-041-50/+10Star
| * target/ppc: use existing VsrD() macro to eliminate HI_IDX and LO_IDX from dfp...Mark Cave-Ayland2019-10-041-39/+31Star
| * target/ppc: change struct PPC_DFP decimal storage from uint64[2] to ppc_vsr_tMark Cave-Ayland2019-10-041-102/+108
| * target/ppc: introduce dfp_finalize_decimal{64,128}() helper functionsMark Cave-Ayland2019-10-041-19/+23
| * target/ppc: update {get,set}_dfp{64,128}() helper functions to read/write DFP...Mark Cave-Ayland2019-10-043-39/+44
| * target/ppc: introduce set_dfp{64,128}() helper functionsMark Cave-Ayland2019-10-041-42/+48
| * target/ppc: introduce get_dfp{64,128}() helper functionsMark Cave-Ayland2019-10-041-13/+39
| * ppc/kvm: Skip writing DPDES back when in run time stateAlexey Kardashevskiy2019-10-042-5/+9
| * ppc: Use FPSCR defines instead of constantsPaul A. Clarke2019-10-042-65/+65
| * ppc: Add support for 'mffsce' instructionPaul A. Clarke2019-10-042-0/+32
| * ppc: Add support for 'mffscrn','mffscrni' instructionsPaul A. Clarke2019-10-045-3/+84
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2019-10-044-101/+682
|\ \ | |/ |/|
| * target/i386/kvm: Silence warning from Valgrind about uninitialized bytesThomas Huth2019-10-041-2/+2
| * target/i386: work around KVM_GET_MSRS bug for secondary execution controlsPaolo Bonzini2019-10-041-0/+17
| * target/i386: add VMX featuresPaolo Bonzini2019-10-043-2/+394
| * target/i386: add VMX definitionsPaolo Bonzini2019-10-041-0/+130
| * target/i386: expand feature words to 64 bitsPaolo Bonzini2019-10-043-36/+39
| * target/i386: introduce generic feature dependency mechanismPaolo Bonzini2019-10-041-24/+48
| * target/i386: handle filtered_features in a new function mark_unavailable_feat...Paolo Bonzini2019-10-041-39/+48
| * Fix wrong behavior of cpu_memory_rw_debug() function in SMMDmitry Poletaev2019-10-043-3/+7
| * i386: Add CPUID bit for CLZERO and XSAVEERPTRSebastian Andrzej Siewior2019-10-042-1/+3
* | target/mips: msa: Move helpers for <AND|NOR|OR|XOR>.VAleksandar Markovic2019-10-012-45/+45
* | target/mips: msa: Simplify and move helper for MOVE.VAleksandar Markovic2019-10-012-19/+14Star
* | target/mips: msa: Split helpers for MOD_<S|U>.<B|H|W|D>Aleksandar Markovic2019-10-013-26/+188
* | target/mips: msa: Split helpers for DIV_<S|U>.<B|H|W|D>Aleksandar Markovic2019-10-013-27/+190
* | target/mips: msa: Split helpers for CLT_<S|U>.<B|H|W|D>Aleksandar Markovic2019-10-013-22/+186
* | target/mips: msa: Split helpers for CLE_<S|U>.<B|H|W|D>Aleksandar Markovic2019-10-013-22/+186
* | target/mips: msa: Split helpers for CEQ.<B|H|W|D>Aleksandar Markovic2019-10-013-11/+87
* | target/mips: msa: Split helpers for AVER_<S|U>.<B|H|W|D>Aleksandar Markovic2019-10-013-24/+188
* | target/mips: msa: Split helpers for AVE_<S|U>.<B|H|W|D>Aleksandar Markovic2019-10-013-25/+187
* | target/mips: msa: Split helpers for B<CLR|NEG|SEL>.<B|H|W|D>Aleksandar Markovic2019-10-013-35/+267
* | target/mips: msa: Unroll loops and demacro <BMNZ|BMZ|BSEL>.VAleksandar Markovic2019-10-012-27/+43
* | target/mips: msa: Split helpers for BINS<L|R>.<B|H|W|D>Aleksandar Markovic2019-10-013-40/+206
* | target/mips: msa: Split helpers for PCNT.<B|H|W|D>Aleksandar Markovic2019-10-013-73/+95
* | target/mips: msa: Split helpers for <NLOC|NLZC>.<B|H|W|D>Aleksandar Markovic2019-10-013-33/+181
* | target/mips: Clean up translate.cAleksandar Markovic2019-10-011-12/+18
* | target/mips: Clean up mips-defs.hAleksandar Markovic2019-10-011-26/+32
* | target/mips: Clean up kvm_mips.hAleksandar Markovic2019-10-011-1/+1
* | target/mips: Clean up internal.hAleksandar Markovic2019-10-011-23/+37
|/
* s390/kvm: split kvm mem slots at 4TBChristian Borntraeger2019-09-301-5/+4Star
* s390: do not call memory_region_allocate_system_memory() multiple timesIgor Mammedov2019-09-301-0/+11
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190927'...Peter Maydell2019-09-303-94/+69Star
|\
| * target/arm: remove run time semihosting checksAlex Bennée2019-09-271-74/+22Star
| * target/arm: handle A-profile semihosting at translate timeAlex Bennée2019-09-271-4/+15
| * target/arm: handle M-profile semihosting at translate timeAlex Bennée2019-09-272-13/+16
| * target/arm: fix CBAR register for AArch64 CPUsLuc Michel2019-09-271-3/+16
* | target/i386: Fix broken build with WHPX enabledPhilippe Mathieu-Daudé2019-09-261-0/+1
* | target/alpha: Tidy helper_fp_exc_raise_sRichard Henderson2019-09-261-11/+4Star