summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2018-04-27target/ppc: Standardize instance_init and realize function namesDavid Gibson1-6/+6
2018-04-27Add host_memory_backend_pagesize() helperDavid Gibson1-5/+1
2018-04-27Make qemu_mempath_getpagesize() accept NULLDavid Gibson1-6/+2
2018-04-27target/ppc: Fix reserved bit mask of dstst instructionBALATON Zoltan1-1/+1
2018-04-27ppc: Fix size of ppc64 xer registerMichael Matz1-7/+7
2018-04-26target/arm: Make PMOVSCLR and PMUSERENR 64 bits wideAaron Lindsay2-4/+5
2018-04-26target/arm: Fix bitmask for PMCCFILTR writesAaron Lindsay1-1/+1
2018-04-26target/arm: Allow EL change hooks to do IOAaron Lindsay2-0/+18
2018-04-26target/arm: Add pre-EL change hooksAaron Lindsay5-9/+58
2018-04-26target/arm: Support multiple EL change hooksAaron Lindsay3-18/+30
2018-04-26target/arm: Fetch GICv3 state directly from CPUARMStateAaron Lindsay1-10/+0
2018-04-26target/arm: Mask PMU register writes based on PMCR_EL0.NAaron Lindsay1-9/+22
2018-04-26target/arm: Treat PMCCNTR as alias of PMCCNTR_EL0Aaron Lindsay1-1/+1
2018-04-26target/arm: Check PMCNTEN for whether PMCCNTR is enabledAaron Lindsay1-1/+1
2018-04-26target/arm: Use v7m_stack_read() for reading the frame signaturePeter Maydell1-4/+5
2018-04-26target/arm: Remove stale TODO commentPeter Maydell1-7/+1
2018-04-16i386: Don't automatically enable FEAT_KVM_HINTS bitsEduardo Habkost1-1/+9
2018-04-15m68k: fix exception stack frame for 68000Pavel Dovgalyuk1-15/+18
2018-04-11icount: fix cpu_restore_state_from_tb for non-tb-exit casesPavel Dovgalyuk11-22/+20
2018-04-10Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.12-20180410' int...Peter Maydell2-5/+12
2018-04-10tcg: Introduce tcg_set_insn_start_paramRichard Henderson1-1/+1
2018-04-10target/arm: Report unsupported MPU region sizes more clearlyPeter Maydell1-3/+3
2018-04-10target-arm: Check undefined opcodes for SWP in A32 decoderOnur Sahin1-2/+7
2018-04-10target/ppc: Fix backwards migration of msr_maskDavid Gibson1-1/+9
2018-04-10target/ppc: Initialize lazy_tlb_flush correctlyDavid Gibson1-4/+3
2018-04-09Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20180409' into stagingPeter Maydell3-5/+9
2018-04-09Add missing bit for SSE instr in VEX decodingEugene Minibaev1-1/+3
2018-04-09i386/hyperv: error out if features requested but unsupportedRoman Kagan1-9/+34
2018-04-09i386/hyperv: add hv-frequencies cpu propertyRoman Kagan3-4/+11
2018-04-09target/i386: WHPX: set CPUID_EXT_HYPERVISOR bitJustin Terry (VM)1-1/+78
2018-04-09s390x: load_psw() should only exchange the PSW for KVMDavid Hildenbrand1-4/+6
2018-04-09s390x/mmu: don't overwrite pending exception in mmu translateDavid Hildenbrand1-1/+1
2018-04-09s390x/kvm: call cpu_synchronize_state() on every kvm_arch_handle_exit()David Hildenbrand1-0/+2
2018-04-05target/i386: Fix andn instructionAlexandro Sanchez Bach1-1/+1
2018-04-02sev/i386: fix memory leak in sev_guest_init()Greg Kurz1-1/+3
2018-03-29RISC-V: Workaround for critical mstatus.FS bugMichael Clark1-2/+15
2018-03-28RISC-V: Convert cpu definition to future modelMichael Clark1-54/+69
2018-03-27Merge remote-tracking branch 'remotes/ericb/tags/pull-qapi-2018-03-27-v2' int...Peter Maydell1-12/+12
2018-03-27error: Strip trailing '\n' from error string arguments (again again)Laurent Vivier1-12/+12
2018-03-27Merge remote-tracking branch 'remotes/xtensa/tags/20180326-xtensa' into stagingPeter Maydell15-14/+15
2018-03-27Merge remote-tracking branch 'remotes/rth/tags/pull-hppa-20180327' into stagingPeter Maydell2-10/+6
2018-03-26target/xtensa: fix timers testMax Filippov1-1/+1
2018-03-26target/xtensa/import_core.sh: fix #include <xtensa-isa.h>Max Filippov1-0/+1
2018-03-26target/xtensa: add .inc. to non-top level source file namesMax Filippov15-13/+13
2018-03-26target/hppa: Include priv level in user-only iaoqRichard Henderson2-10/+6
2018-03-26WHPX improve vcpu_post_run perfJustin Terry (VM)1-30/+11
2018-03-26WHPX fix WHvSetPartitionProperty in PropertyCodeJustin Terry (VM)1-1/+1
2018-03-26WHPX fix WHvGetCapability out WrittenSizeInBytesJustin Terry (VM)1-1/+2
2018-03-23target/arm: Always set FAR to a known unknown value for debug exceptionsPeter Maydell1-1/+10
2018-03-23target/arm: Set FSR for BKPT, BRK when raising exceptionPeter Maydell2-1/+2