aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2018-04-26target/arm: Make PMOVSCLR and PMUSERENR 64 bits wideAaron Lindsay
2018-04-26target/arm: Fix bitmask for PMCCFILTR writesAaron Lindsay
2018-04-26target/arm: Allow EL change hooks to do IOAaron Lindsay
2018-04-26target/arm: Add pre-EL change hooksAaron Lindsay
2018-04-26target/arm: Support multiple EL change hooksAaron Lindsay
2018-04-26target/arm: Fetch GICv3 state directly from CPUARMStateAaron Lindsay
2018-04-26target/arm: Mask PMU register writes based on PMCR_EL0.NAaron Lindsay
2018-04-26target/arm: Treat PMCCNTR as alias of PMCCNTR_EL0Aaron Lindsay
2018-04-26target/arm: Check PMCNTEN for whether PMCCNTR is enabledAaron Lindsay
2018-04-26target/arm: Use v7m_stack_read() for reading the frame signaturePeter Maydell
2018-04-26target/arm: Remove stale TODO commentPeter Maydell
2018-04-16i386: Don't automatically enable FEAT_KVM_HINTS bitsEduardo Habkost
2018-04-15m68k: fix exception stack frame for 68000Pavel Dovgalyuk
2018-04-11icount: fix cpu_restore_state_from_tb for non-tb-exit casesPavel Dovgalyuk
2018-04-10Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.12-20180410' int...Peter Maydell
2018-04-10tcg: Introduce tcg_set_insn_start_paramRichard Henderson
2018-04-10target/arm: Report unsupported MPU region sizes more clearlyPeter Maydell
2018-04-10target-arm: Check undefined opcodes for SWP in A32 decoderOnur Sahin
2018-04-10target/ppc: Fix backwards migration of msr_maskDavid Gibson
2018-04-10target/ppc: Initialize lazy_tlb_flush correctlyDavid Gibson
2018-04-09Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20180409' into stagingPeter Maydell
2018-04-09Add missing bit for SSE instr in VEX decodingEugene Minibaev
2018-04-09i386/hyperv: error out if features requested but unsupportedRoman Kagan
2018-04-09i386/hyperv: add hv-frequencies cpu propertyRoman Kagan
2018-04-09target/i386: WHPX: set CPUID_EXT_HYPERVISOR bitJustin Terry (VM)
2018-04-09s390x: load_psw() should only exchange the PSW for KVMDavid Hildenbrand
2018-04-09s390x/mmu: don't overwrite pending exception in mmu translateDavid Hildenbrand
2018-04-09s390x/kvm: call cpu_synchronize_state() on every kvm_arch_handle_exit()David Hildenbrand
2018-04-05target/i386: Fix andn instructionAlexandro Sanchez Bach
2018-04-02sev/i386: fix memory leak in sev_guest_init()Greg Kurz
2018-03-29RISC-V: Workaround for critical mstatus.FS bugMichael Clark
2018-03-28RISC-V: Convert cpu definition to future modelMichael Clark
2018-03-27Merge remote-tracking branch 'remotes/ericb/tags/pull-qapi-2018-03-27-v2' int...Peter Maydell
2018-03-27error: Strip trailing '\n' from error string arguments (again again)Laurent Vivier
2018-03-27Merge remote-tracking branch 'remotes/xtensa/tags/20180326-xtensa' into stagingPeter Maydell
2018-03-27Merge remote-tracking branch 'remotes/rth/tags/pull-hppa-20180327' into stagingPeter Maydell
2018-03-26target/xtensa: fix timers testMax Filippov
2018-03-26target/xtensa/import_core.sh: fix #include <xtensa-isa.h>Max Filippov
2018-03-26target/xtensa: add .inc. to non-top level source file namesMax Filippov
2018-03-26target/hppa: Include priv level in user-only iaoqRichard Henderson
2018-03-26WHPX improve vcpu_post_run perfJustin Terry (VM)
2018-03-26WHPX fix WHvSetPartitionProperty in PropertyCodeJustin Terry (VM)
2018-03-26WHPX fix WHvGetCapability out WrittenSizeInBytesJustin Terry (VM)
2018-03-23target/arm: Always set FAR to a known unknown value for debug exceptionsPeter Maydell
2018-03-23target/arm: Set FSR for BKPT, BRK when raising exceptionPeter Maydell
2018-03-23target/arm: Factor out code to calculate FSR for debug exceptionsPeter Maydell
2018-03-23target/arm: Honour MDCR_EL2.TDE when routing exceptions due to BKPT/BRKPeter Maydell
2018-03-23arm/translate-a64: treat DISAS_UPDATE as variant of DISAS_EXITVictor Kamensky
2018-03-23s390x/cpumodel: fix feature groups and breakage of MSA8Christian Borntraeger
2018-03-20Merge remote-tracking branch 'remotes/dgilbert/tags/pull-hmp-20180320' into s...Peter Maydell