aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2019-08-22Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-08-21' in...Peter Maydell24-24/+24
2019-08-21Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell1-3/+3
2019-08-21Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.2-20190821' into...Peter Maydell11-480/+449
2019-08-21hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster24-24/+24
2019-08-21target/ppc: Rewrite a fall through commentPhilippe Mathieu-Daudé1-3/+3
2019-08-21ppc: Fix emulated single to double denormalized conversionsPaul A. Clarke1-4/+13
2019-08-21ppc: Fix emulated INFINITY and NAN conversionsPaul A. Clarke1-4/+11
2019-08-21ppc: conform to processor User's Manual for xscvdpspnPaul A. Clarke1-1/+5
2019-08-21ppc: Add support for 'mffsl' instructionPaul A. Clarke4-8/+37
2019-08-21target/ppc: Add Directed Privileged Door-bell Exception State (DPDES) SPRAlexey Kardashevskiy2-0/+15
2019-08-21ppc: remove idle_timer logicShivaprasad G Bhat1-70/+5
2019-08-21spapr: Implement dispatch tracking for tcgNicholas Piggin2-0/+31
2019-08-21target/ppc: Optimize emulation of vclzw instructionStefan Brankovic3-5/+27
2019-08-21target/ppc: Optimize emulation of vclzd instructionStefan Brankovic3-5/+27
2019-08-21target/ppc: Optimize emulation of vgbbd instructionStefan Brankovic3-278/+76
2019-08-21target/ppc: move opcode decode tables to PowerPCCPUAlex Bennée3-14/+13
2019-08-21target/ppc: Optimize emulation of vsl and vsr instructionsStefan Brankovic3-39/+99
2019-08-21target/ppc: Optimize emulation of lvsl and lvsr instructionsStefan Brankovic3-52/+89
2019-08-21migration: Do not re-read the clock on pre_save in case of paused guestMaxiwell S. Garcia1-0/+1
2019-08-20x86: Intel AVX512_BF16 feature enablingJing Liu3-2/+47
2019-08-20icount: remove unnecessary gen_io_end callsPavel Dovgalyuk16-100/+0
2019-08-20target/i386: Return 'indefinite integer value' for invalid SSE fp->int conver...Peter Maydell1-28/+60
2019-08-20i386/kvm: initialize struct at full before ioctl callAndrey Shinkevich1-0/+3
2019-08-20target-i386: kvm: 'kvm_get_supported_msrs' cleanupLi Qiang1-94/+91
2019-08-20configure: Define target access alignment in configuretony.nguyen@bt.com6-11/+0
2019-08-20target-i386: adds PV_SCHED_YIELD CPUID feature bitWanpeng Li1-1/+1
2019-08-20kvm: i386: halt poll control MSR supportMarcelo Tosatti4-1/+38
2019-08-20Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-aug-20-2019' ...Peter Maydell4-407/+429
2019-08-19target/mips: Style improvements in translate.cAleksandar Markovic1-380/+393
2019-08-19target/mips: Style improvements in machine.cAleksandar Markovic1-2/+2
2019-08-19target/mips: Style improvements in cpu.cAleksandar Markovic1-6/+11
2019-08-19target/mips: Style improvements in cp0_timer.cAleksandar Markovic1-19/+23
2019-08-19Merge remote-tracking branch 'remotes/rth/tags/pull-dt-20190819' into stagingPeter Maydell1-18/+1
2019-08-19target/riscv: Remove redundant declaration pragmasRichard Henderson1-18/+1
2019-08-19targets (various): use softfloat-helpers.h where we canAlex Bennée6-7/+5
2019-08-19target/riscv: rationalise softfloat includesAlex Bennée3-1/+3
2019-08-19target/mips: rationalise softfloat includesAlex Bennée4-7/+10
2019-08-19target/m68k: replace LIT64 with UINT64_C macrosAlex Bennée1-49/+49
2019-08-16Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190816'...Peter Maydell14-539/+540
2019-08-16target/arm: Use tcg_gen_extrh_i64_i32 to extract the high wordRichard Henderson1-12/+6
2019-08-16target/arm: Simplify SMMLA, SMMLAR, SMMLS, SMMLSRRichard Henderson1-46/+26
2019-08-16target/arm: Use tcg_gen_rotri_i32 for gen_swap_halfRichard Henderson1-5/+1
2019-08-16target/arm: Use ror32 instead of open-coding the operationRichard Henderson1-5/+2
2019-08-16target/arm: Remove redundant shift testsRichard Henderson1-12/+7
2019-08-16target/arm: Use tcg_gen_deposit_i32 for PKHBT, PKHTBRichard Henderson1-16/+10
2019-08-16target/arm: Use tcg_gen_extract_i32 for shifter_out_imRichard Henderson1-8/+1
2019-08-16target/arm/kvm64: Move the get/put of fpsimd registers outAndrew Jones1-59/+87
2019-08-16target/arm/kvm64: Fix error returnsAndrew Jones1-2/+2
2019-08-16target/arm/cpu: Use div-round-up to determine predicate register array sizeAndrew Jones1-1/+1
2019-08-16target/arm/helper: zcr: Add build bug next to value range assumptionAndrew Jones1-0/+1