aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
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
2018-06-29target/arm: Fix SVE signed division vs x86 overflow exceptionRichard Henderson
2018-06-29target/arm: Mark PMINTENSET accesses as possibly doing IOAaron Lindsay
2018-06-29target/arm: Remove redundant DIV detection for KVMAaron Lindsay
2018-06-29target/arm: Add ARM_FEATURE_V7VE for v7 Virtualization ExtensionsAaron Lindsay
2018-06-29target/arm: support reading of CNT[VCT|FRQ]_EL0 from user-spaceAlex Bennée
2018-06-29target/arm: Implement ARMv8.2-DotProdRichard Henderson
2018-06-29target/arm: Enable SVE for aarch64-linux-userRichard Henderson
2018-06-29target/arm: Implement SVE dot product (indexed)Richard Henderson
2018-06-29target/arm: Implement SVE dot product (vectors)Richard Henderson
2018-06-29target/arm: Implement SVE fp complex multiply add (indexed)Richard Henderson
2018-06-29target/arm: Pass index to AdvSIMD FCMLA (indexed)Richard Henderson
2018-06-29target/arm: Implement SVE fp complex multiply addRichard Henderson
2018-06-29target/arm: Implement SVE floating-point complex addRichard Henderson
2018-06-29target/arm: Implement SVE MOVPRFXRichard Henderson
2018-06-29target/arm: Implement SVE floating-point unary operationsRichard Henderson
2018-06-29target/arm: Implement SVE floating-point round to integral valueRichard Henderson
2018-06-29target/arm: Implement SVE floating-point convert to integerRichard Henderson
2018-06-29target/arm: Implement SVE floating-point convert precisionRichard Henderson
2018-06-29target/arm: Implement SVE floating-point trig multiply-add coefficientRichard Henderson