aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2018-07-03Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.0-20180703' into...Peter Maydell9-341/+541
2018-07-03target/ppc: Relax reserved bitmask of indexed store instructionsBALATON Zoltan1-1/+1
2018-07-03target/ppc: set is_jmp on ppc_tr_breakpoint_checkEmilio G. Cota1-0/+1
2018-07-03target/ppc/kvm: don't pass cpu to kvm_get_smmu_info()Greg Kurz1-9/+8
2018-07-03target/ppc/kvm: get rid of kvm_get_fallback_smmu_info()Greg Kurz1-97/+20
2018-07-03fpu_helper.c: fix setting FPSCR[FI] bitJohn Arbuckle1-0/+8
2018-07-03target/ppc: Implement the rest of gen_st_atomicRichard Henderson1-1/+25
2018-07-03target/ppc: Implement the rest of gen_ld_atomicRichard Henderson1-4/+79
2018-07-03target/ppc: Use atomic min/max helpersRichard Henderson1-3/+19
2018-07-03target/ppc: Use MO_ALIGN for EXIWX and ECOWXRichard Henderson1-21/+4
2018-07-03target/ppc: Split out gen_st_atomicRichard Henderson1-48/+49
2018-07-03target/ppc: Split out gen_ld_atomicRichard Henderson1-53/+52
2018-07-03target/ppc: Split out gen_load_lockedRichard Henderson1-17/+18
2018-07-03target/ppc: Tidy gen_conditional_storeRichard Henderson1-17/+11
2018-07-03target/ppc: Remove POWERPC_EXCP_STCXRichard Henderson2-19/+0
2018-07-03target/ppc: Use atomic cmpxchg for STQCXRichard Henderson3-33/+100
2018-07-03target/ppc: Use atomic store for STQRichard Henderson3-8/+45
2018-07-03target/ppc: Use atomic load for LQ and LQARXRichard Henderson4-25/+94
2018-07-03target/ppc: Add do_unaligned_access hookRichard Henderson3-1/+23
2018-07-02Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell12-48/+350
2018-07-02i386/monitor.c: make addresses canonical for "info mem" and "info tlb"Doug Gale1-32/+44
2018-07-02target-i386: Add NPT supportJan Kiszka7-6/+281
2018-07-02hw/ppc: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-4/+4
2018-07-02hw/xtensa: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-2/+3
2018-07-02x86/cpu: Use definitions from "qemu/units.h"Philippe Mathieu-Daudé1-3/+1
2018-07-02i386/kvm: add support for Hyper-V TLB flushVitaly Kuznetsov4-1/+17
2018-07-02s390x/tcg: fix locking problem with tcg_s390_tod_updatedDavid Hildenbrand1-10/+16
2018-07-02s390x/kvm: indicate alignment in legacy_s390_alloc()David Hildenbrand1-0/+3
2018-07-02s390x/kvm: legacy_s390_alloc() only supports one allocationDavid Hildenbrand1-2/+10
2018-07-02s390x/tcg: fix CPU hotplug with single-threaded TCGDavid Hildenbrand1-5/+12
2018-07-02s390x/tcg: rearm the CKC timer during migrationDavid Hildenbrand3-0/+27
2018-07-02s390x/tcg: implement SET CLOCKDavid Hildenbrand4-2/+27
2018-07-02s390x/tcg: SET CLOCK COMPARATOR can clear CKC interruptsDavid Hildenbrand1-0/+7
2018-07-02s390x/tcg: properly implement the TODDavid Hildenbrand5-30/+37
2018-07-02s390x/tcg: drop tod_basetimeDavid Hildenbrand3-4/+2
2018-07-02s390x/tod: factor out TOD into separate deviceDavid Hildenbrand3-34/+2
2018-07-02s390x/kvm: pass values instead of pointers to kvm_s390_set_clock_*()David Hildenbrand4-12/+12
2018-07-02s390x/tcg: avoid overflows in time2tod/tod2timeDavid Hildenbrand1-2/+3
2018-07-02s390x/cpumodel: default enable bpb and ppa15 for z196 and laterChristian Borntraeger1-0/+2
2018-07-02loader: Check access size when calling rom_ptr() to avoid crashesThomas Huth1-1/+1
2018-06-30xtensa: Avoid calling get_page_addr_code() from helper functionPeter Maydell1-1/+5
2018-06-30target/xtensa: Convert to TranslatorOpsRichard Henderson1-101/+116
2018-06-30target/xtensa: Change gen_intermediate_code dc to pointerRichard Henderson1-61/+61
2018-06-30target/xtensa: Convert to DisasContextBaseRichard Henderson1-47/+44
2018-06-30target/xtensa: Replace DISAS_UPDATE with DISAS_NORETURNRichard Henderson1-12/+9
2018-06-30target/xtensa: check zero overhead loop alignmentMax Filippov3-0/+9
2018-06-29target/arm: Add ID_ISAR6Richard Henderson4-3/+9
2018-06-29target/arm: Prune a15 features from maxRichard Henderson1-3/+0
2018-06-29target/arm: Prune a57 features from maxRichard Henderson1-9/+0
2018-06-29target/arm: Fix SVE system register access checksRichard Henderson2-7/+6