summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2017-09-28s390x/cpumodel: remove ais from z14 default model-> also for 2.10.1Christian Borntraeger1-1/+0
2017-09-22s390x/ais: for 2.10 stable: disable ais facilityChristian Borntraeger1-2/+7
2017-09-12target/arm: Fix aa64 ldp register writebackRichard Henderson1-12/+17
2017-08-22ppc: fix ppc_set_compat() with KVM PRGreg Kurz1-4/+5
2017-08-22target/ppc: 'PVR != host PVR' in KVM_SET_SREGS workaroundDaniel Henrique Barboza3-0/+61
2017-08-15target/arm: Require alignment for load exclusiveAlistair Francis1-5/+6
2017-08-15target/arm: Correct load exclusive pair atomicityRichard Henderson1-23/+37
2017-08-15target/arm: Correct exclusive store cmpxchg memop maskAlistair Francis1-1/+1
2017-08-14unicore32: abort when entering "x 0" on the monitorEduardo Otubo1-4/+4
2017-08-09target/ppc: Add stub implementation of the PSSCRDavid Gibson2-0/+6
2017-08-09target/ppc: Implement TIDRDavid Gibson2-0/+6
2017-08-09ppc: fix double-free in cpu_post_load()Greg Kurz1-1/+0
2017-08-09booke206: fix MAS update on tlb missKONRAD Frederic1-1/+1
2017-08-08Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-0/+1
2017-08-08target/i386: set rip_offset for some SSE4.1 instructionsJoseph Myers1-0/+1
2017-08-04Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20170803' into stagingPeter Maydell1-0/+1
2017-08-03target/s390x: Fix CSST for 16-byte storeRichard Henderson1-0/+1
2017-08-02target/mips: Fix RDHWR CC with icountJames Hogan1-0/+11
2017-08-02target/mips: Drop redundant gen_io_start/stop()James Hogan1-8/+0
2017-08-02target/mips: Use BS_EXCP where interrupts are expectedJames Hogan1-13/+34
2017-08-02target-mips: apply CP0.PageMask before writing into TLB entryLeon Alrae1-2/+3
2017-08-02mips: Add KVM T&E segment support for TCGJames Hogan2-4/+4
2017-08-02mips: Improve segment defs for KVM T&E guestsJames Hogan1-12/+11
2017-08-02target-mips: Don't stop on [d]mtc0 DESAVE/KScratchJames Hogan1-4/+0
2017-08-01target-i386: kvm_get/put_vcpu_events don't handle sipi_vectorPeng Hao1-15/+20
2017-08-01trace-events: fix code style: print 0x before hex numbersVladimir Sementsov-Ogievskiy3-21/+21
2017-07-31target/arm: Migrate MPU_RNR register state for M profile coresPeter Maydell1-0/+28
2017-07-31target/arm: Move PMSAv7 reset into arm_cpu_reset() so M profile MPUs get resetPeter Maydell2-16/+26
2017-07-31target/arm: Rename cp15.c6_rgnr to pmsav7.rnrPeter Maydell3-6/+5
2017-07-31target/arm: Don't allow guest to make System space executable for M profilePeter Maydell1-1/+15
2017-07-31target/arm: Don't do MPU lookups for addresses in M profile PPB regionPeter Maydell1-1/+16
2017-07-31target/arm: Correct MPU trace handling of write vs executePeter Maydell1-2/+2
2017-07-31docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé6-6/+6
2017-07-31m68k/translate: fix incorrect copy/pastePhilippe Mathieu-Daudé1-1/+1
2017-07-31qemu-system-tricore: segfault when entering "x 0" on the monitorEduardo Otubo1-0/+10
2017-07-28target/s390x: fix pgm irq ilen in translate_pages()David Hildenbrand1-1/+1
2017-07-28target/s390x: fix pgm irq ilen for stsiDavid Hildenbrand1-1/+1
2017-07-26target/i386: Don't use x86_cpu_load_def() on "max" CPU modelEduardo Habkost1-6/+12
2017-07-26target/i386: Define CPUID_MODEL_ID_SZ macroEduardo Habkost1-0/+11
2017-07-26target/i386: Use host_vendor_fms() in max_x86_cpu_initfn()Eduardo Habkost1-7/+2
2017-07-25s390x/css: fix ilen in IO instruction handlersHalil Pasic1-21/+21
2017-07-25target/s390x: Add remaining switches to compile with --disable-tcgThomas Huth2-3/+7
2017-07-25target/s390x: Move exception-related functions to a new excp_helper.c fileThomas Huth4-469/+528
2017-07-25target/s390x: Rework program_interrupt() and related functionsThomas Huth5-48/+52
2017-07-25target/s390x: Move diag helpers to a separate fileThomas Huth3-168/+180
2017-07-25target/s390x: Move s390_cpu_dump_state() to helper.cThomas Huth2-60/+60
2017-07-25target/s390x: improve baselining if certain base features are missingDavid Hildenbrand1-0/+33
2017-07-25s390x/kvm: better comment regarding zPCI feature availabilityDavid Hildenbrand1-1/+1
2017-07-25target/s390x: introduce (test|set)_be_bitDavid Hildenbrand3-16/+14
2017-07-25target/s390x: indicate query subfunction in s390_fill_feat_blockDavid Hildenbrand2-18/+26