summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
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
2017-07-25target/s390x: drop BE_BIT()David Hildenbrand1-1/+0
2017-07-25s390/cpumodel: remove KSS from the default model of z14Christian Borntraeger2-1/+1
2017-07-24target/arm: fix TCG temp leak in aarch64 rev16Emilio G. Cota1-0/+1
2017-07-24qapi: Use QNull for a more regular visit_type_null()Markus Armbruster1-1/+4
2017-07-24qapi: Separate type QNull from QObjectMarkus Armbruster1-2/+2
2017-07-21Merge remote-tracking branch 'remotes/yongbok/tags/mips-20170721' into stagingPeter Maydell7-120/+660
2017-07-21Use qemu_tolower() and qemu_toupper(), not tolower() and toupper()Peter Maydell1-2/+2
2017-07-21target/mips: Enable CP0_EBase.WG on MIPS64 CPUsJames Hogan1-0/+2
2017-07-21target/mips: Add EVA support to P5600James Hogan1-6/+8
2017-07-20target/mips: Implement segmentation controlJames Hogan1-39/+152
2017-07-20target/mips: Add segmentation control registersJames Hogan5-2/+150
2017-07-20target/mips: Add an MMU mode for ERLJames Hogan2-4/+23
2017-07-20target/mips: Abstract mmu_idx from hflagsJames Hogan3-4/+10
2017-07-20target/mips: Check memory permissions with mem_idxJames Hogan1-8/+9
2017-07-20target/mips: Decode microMIPS EVA load & store instructionsJames Hogan1-4/+115
2017-07-20target/mips: Decode MIPS32 EVA load & store instructionsJames Hogan1-0/+106
2017-07-20target/mips: Prepare loads/stores for EVAJames Hogan1-35/+42
2017-07-20target/mips: Add CP0_Ebase.WG (write gate) supportJames Hogan6-15/+31
2017-07-20target/mips: Weaken TLB flush on UX,SX,KX,ASID changesJames Hogan2-2/+2
2017-07-20target/mips: Fix TLBWI shadow flush for EHINV,XI,RIJames Hogan1-2/+10
2017-07-20target/mips: Fix MIPS64 MFC0 UserLocal on BE hostJames Hogan1-2/+3
2017-07-19tcg: Pass generic CPUState to gen_intermediate_code()Lluís Vilanova22-62/+47
2017-07-19target/alpha: optimize gen_cvtlq() using deposit opPhilippe Mathieu-Daudé1-5/+3
2017-07-19target/sparc: optimize gen_op_mulscc() using deposit opPhilippe Mathieu-Daudé1-4/+1
2017-07-19target/sparc: optimize various functions using extract opPhilippe Mathieu-Daudé1-10/+5