aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2018-07-03Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.0-20180703' into...Peter Maydell
2018-07-03target/ppc: Relax reserved bitmask of indexed store instructionsBALATON Zoltan
2018-07-03target/ppc: set is_jmp on ppc_tr_breakpoint_checkEmilio G. Cota
2018-07-03target/ppc/kvm: don't pass cpu to kvm_get_smmu_info()Greg Kurz
2018-07-03target/ppc/kvm: get rid of kvm_get_fallback_smmu_info()Greg Kurz
2018-07-03fpu_helper.c: fix setting FPSCR[FI] bitJohn Arbuckle
2018-07-03target/ppc: Implement the rest of gen_st_atomicRichard Henderson
2018-07-03target/ppc: Implement the rest of gen_ld_atomicRichard Henderson
2018-07-03target/ppc: Use atomic min/max helpersRichard Henderson
2018-07-03target/ppc: Use MO_ALIGN for EXIWX and ECOWXRichard Henderson
2018-07-03target/ppc: Split out gen_st_atomicRichard Henderson
2018-07-03target/ppc: Split out gen_ld_atomicRichard Henderson
2018-07-03target/ppc: Split out gen_load_lockedRichard Henderson
2018-07-03target/ppc: Tidy gen_conditional_storeRichard Henderson
2018-07-03target/ppc: Remove POWERPC_EXCP_STCXRichard Henderson
2018-07-03target/ppc: Use atomic cmpxchg for STQCXRichard Henderson
2018-07-03target/ppc: Use atomic store for STQRichard Henderson
2018-07-03target/ppc: Use atomic load for LQ and LQARXRichard Henderson
2018-07-03target/ppc: Add do_unaligned_access hookRichard Henderson
2018-07-02Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-07-02i386/monitor.c: make addresses canonical for "info mem" and "info tlb"Doug Gale
2018-07-02target-i386: Add NPT supportJan Kiszka
2018-07-02hw/ppc: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé
2018-07-02hw/xtensa: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé
2018-07-02x86/cpu: Use definitions from "qemu/units.h"Philippe Mathieu-Daudé
2018-07-02i386/kvm: add support for Hyper-V TLB flushVitaly Kuznetsov
2018-07-02s390x/tcg: fix locking problem with tcg_s390_tod_updatedDavid Hildenbrand
2018-07-02s390x/kvm: indicate alignment in legacy_s390_alloc()David Hildenbrand
2018-07-02s390x/kvm: legacy_s390_alloc() only supports one allocationDavid Hildenbrand
2018-07-02s390x/tcg: fix CPU hotplug with single-threaded TCGDavid Hildenbrand
2018-07-02s390x/tcg: rearm the CKC timer during migrationDavid Hildenbrand
2018-07-02s390x/tcg: implement SET CLOCKDavid Hildenbrand
2018-07-02s390x/tcg: SET CLOCK COMPARATOR can clear CKC interruptsDavid Hildenbrand
2018-07-02s390x/tcg: properly implement the TODDavid Hildenbrand
2018-07-02s390x/tcg: drop tod_basetimeDavid Hildenbrand
2018-07-02s390x/tod: factor out TOD into separate deviceDavid Hildenbrand
2018-07-02s390x/kvm: pass values instead of pointers to kvm_s390_set_clock_*()David Hildenbrand
2018-07-02s390x/tcg: avoid overflows in time2tod/tod2timeDavid Hildenbrand
2018-07-02s390x/cpumodel: default enable bpb and ppa15 for z196 and laterChristian Borntraeger
2018-07-02loader: Check access size when calling rom_ptr() to avoid crashesThomas Huth
2018-06-30xtensa: Avoid calling get_page_addr_code() from helper functionPeter Maydell
2018-06-30target/xtensa: Convert to TranslatorOpsRichard Henderson
2018-06-30target/xtensa: Change gen_intermediate_code dc to pointerRichard Henderson
2018-06-30target/xtensa: Convert to DisasContextBaseRichard Henderson
2018-06-30target/xtensa: Replace DISAS_UPDATE with DISAS_NORETURNRichard Henderson
2018-06-30target/xtensa: check zero overhead loop alignmentMax Filippov
2018-06-29target/arm: Add ID_ISAR6Richard Henderson
2018-06-29target/arm: Prune a15 features from maxRichard Henderson
2018-06-29target/arm: Prune a57 features from maxRichard Henderson
2018-06-29target/arm: Fix SVE system register access checksRichard Henderson