summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Expand)AuthorAgeFilesLines
* qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau2018-05-042-2/+2
* tcg: Improve TCGv_ptr supportRichard Henderson2018-05-011-14/+2Star
* Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-2.13-pull-request'...Peter Maydell2018-05-012-32/+18Star
|\
| * m68k: remove dead code (Coverity CID1390617)Laurent Vivier2018-05-011-29/+14Star
| * m68k: Fix floatx80_lognp1 (Coverity CID1390587)Laurent Vivier2018-05-011-1/+2
| * m68k: fix subx mem, mem instructionPavel Dovgalyuk2018-04-301-2/+2
* | target-microblaze: mmu: Make the TLBX MISS bit read-onlyEdgar E. Iglesias2018-04-301-0/+4
* | target-microblaze: mmu: Make TLBSX write-onlyEdgar E. Iglesias2018-04-301-1/+4
* | target-microblaze: Don't clobber the IMM reg for ld/st reversedEdgar E. Iglesias2018-04-301-2/+0Star
* | target-microblaze: Fix trap checks for FPU insnsEdgar E. Iglesias2018-04-301-1/+1
* | target-microblaze: Respect MSR.PVR as read-onlyEdgar E. Iglesias2018-04-301-1/+1
|/
* target/ppc: Don't bother with MSR_EP in cpu_ppc_set_papr()David Gibson2018-04-271-5/+4Star
* target/ppc: Fold slb_nr into PPCHash64OptionsDavid Gibson2018-04-276-26/+35
* target/ppc: Get rid of POWERPC_MMU_VER() macrosDavid Gibson2018-04-275-34/+28Star
* target/ppc: Remove unnecessary POWERPC_MMU_V3 flag from mmu_modelDavid Gibson2018-04-272-4/+2Star
* target/ppc: Fold ci_large_pages flag into PPCHash64OptionsDavid Gibson2018-04-275-6/+7
* target/ppc: Move 1T segment and AMR options to PPCHash64OptionsDavid Gibson2018-04-274-12/+17
* target/ppc: Make hash64_opts field mandatory for 64-bit hash MMUsDavid Gibson2018-04-273-18/+21
* target/ppc: Split page size information into a separate allocationDavid Gibson2018-04-276-75/+78
* target/ppc: Move page size setup to helper functionDavid Gibson2018-04-273-20/+49
* target/ppc: Remove fallback 64k pagesize informationDavid Gibson2018-04-273-29/+2Star
* target/ppc: Avoid taking "env" parameter to mmu-hash64 functionsDavid Gibson2018-04-273-20/+23
* target/ppc: Simplify cpu valid check in ppc_cpu_realizeDavid Gibson2018-04-271-8/+1Star
* target/ppc: Standardize instance_init and realize function namesDavid Gibson2018-04-271-6/+6
* Add host_memory_backend_pagesize() helperDavid Gibson2018-04-271-5/+1Star
* Make qemu_mempath_getpagesize() accept NULLDavid Gibson2018-04-271-6/+2Star
* target/ppc: Fix reserved bit mask of dstst instructionBALATON Zoltan2018-04-271-1/+1
* ppc: Fix size of ppc64 xer registerMichael Matz2018-04-271-7/+7
* target/arm: Make PMOVSCLR and PMUSERENR 64 bits wideAaron Lindsay2018-04-262-4/+5
* target/arm: Fix bitmask for PMCCFILTR writesAaron Lindsay2018-04-261-1/+1
* target/arm: Allow EL change hooks to do IOAaron Lindsay2018-04-262-0/+18
* target/arm: Add pre-EL change hooksAaron Lindsay2018-04-265-9/+58
* target/arm: Support multiple EL change hooksAaron Lindsay2018-04-263-18/+30
* target/arm: Fetch GICv3 state directly from CPUARMStateAaron Lindsay2018-04-261-10/+0Star
* target/arm: Mask PMU register writes based on PMCR_EL0.NAaron Lindsay2018-04-261-9/+22
* target/arm: Treat PMCCNTR as alias of PMCCNTR_EL0Aaron Lindsay2018-04-261-1/+1
* target/arm: Check PMCNTEN for whether PMCCNTR is enabledAaron Lindsay2018-04-261-1/+1
* target/arm: Use v7m_stack_read() for reading the frame signaturePeter Maydell2018-04-261-4/+5
* target/arm: Remove stale TODO commentPeter Maydell2018-04-261-7/+1Star
* i386: Don't automatically enable FEAT_KVM_HINTS bitsEduardo Habkost2018-04-161-1/+9
* m68k: fix exception stack frame for 68000Pavel Dovgalyuk2018-04-151-15/+18
* icount: fix cpu_restore_state_from_tb for non-tb-exit casesPavel Dovgalyuk2018-04-1111-22/+20Star
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.12-20180410' int...Peter Maydell2018-04-102-5/+12
|\
| * target/ppc: Fix backwards migration of msr_maskDavid Gibson2018-04-101-1/+9
| * target/ppc: Initialize lazy_tlb_flush correctlyDavid Gibson2018-04-101-4/+3Star
* | tcg: Introduce tcg_set_insn_start_paramRichard Henderson2018-04-101-1/+1
* | target/arm: Report unsupported MPU region sizes more clearlyPeter Maydell2018-04-101-3/+3
* | target-arm: Check undefined opcodes for SWP in A32 decoderOnur Sahin2018-04-101-2/+7
* | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20180409' into stagingPeter Maydell2018-04-093-5/+9
|\ \ | |/ |/|
| * s390x: load_psw() should only exchange the PSW for KVMDavid Hildenbrand2018-04-091-4/+6