aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2017-08-01target-i386: kvm_get/put_vcpu_events don't handle sipi_vectorPeng Hao
2017-08-01trace-events: fix code style: print 0x before hex numbersVladimir Sementsov-Ogievskiy
2017-07-31target/arm: Migrate MPU_RNR register state for M profile coresPeter Maydell
2017-07-31target/arm: Move PMSAv7 reset into arm_cpu_reset() so M profile MPUs get resetPeter Maydell
2017-07-31target/arm: Rename cp15.c6_rgnr to pmsav7.rnrPeter Maydell
2017-07-31target/arm: Don't allow guest to make System space executable for M profilePeter Maydell
2017-07-31target/arm: Don't do MPU lookups for addresses in M profile PPB regionPeter Maydell
2017-07-31target/arm: Correct MPU trace handling of write vs executePeter Maydell
2017-07-31docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé
2017-07-31m68k/translate: fix incorrect copy/pastePhilippe Mathieu-Daudé
2017-07-31qemu-system-tricore: segfault when entering "x 0" on the monitorEduardo Otubo
2017-07-28target/s390x: fix pgm irq ilen in translate_pages()David Hildenbrand
2017-07-28target/s390x: fix pgm irq ilen for stsiDavid Hildenbrand
2017-07-26target/i386: Don't use x86_cpu_load_def() on "max" CPU modelEduardo Habkost
2017-07-26target/i386: Define CPUID_MODEL_ID_SZ macroEduardo Habkost
2017-07-26target/i386: Use host_vendor_fms() in max_x86_cpu_initfn()Eduardo Habkost
2017-07-25s390x/css: fix ilen in IO instruction handlersHalil Pasic
2017-07-25target/s390x: Add remaining switches to compile with --disable-tcgThomas Huth
2017-07-25target/s390x: Move exception-related functions to a new excp_helper.c fileThomas Huth
2017-07-25target/s390x: Rework program_interrupt() and related functionsThomas Huth
2017-07-25target/s390x: Move diag helpers to a separate fileThomas Huth
2017-07-25target/s390x: Move s390_cpu_dump_state() to helper.cThomas Huth
2017-07-25target/s390x: improve baselining if certain base features are missingDavid Hildenbrand
2017-07-25s390x/kvm: better comment regarding zPCI feature availabilityDavid Hildenbrand
2017-07-25target/s390x: introduce (test|set)_be_bitDavid Hildenbrand
2017-07-25target/s390x: indicate query subfunction in s390_fill_feat_blockDavid Hildenbrand
2017-07-25target/s390x: drop BE_BIT()David Hildenbrand
2017-07-25s390/cpumodel: remove KSS from the default model of z14Christian Borntraeger
2017-07-24target/arm: fix TCG temp leak in aarch64 rev16Emilio G. Cota
2017-07-24qapi: Use QNull for a more regular visit_type_null()Markus Armbruster
2017-07-24qapi: Separate type QNull from QObjectMarkus Armbruster
2017-07-21Merge remote-tracking branch 'remotes/yongbok/tags/mips-20170721' into stagingPeter Maydell
2017-07-21Use qemu_tolower() and qemu_toupper(), not tolower() and toupper()Peter Maydell
2017-07-21target/mips: Enable CP0_EBase.WG on MIPS64 CPUsJames Hogan
2017-07-21target/mips: Add EVA support to P5600James Hogan
2017-07-20target/mips: Implement segmentation controlJames Hogan
2017-07-20target/mips: Add segmentation control registersJames Hogan
2017-07-20target/mips: Add an MMU mode for ERLJames Hogan
2017-07-20target/mips: Abstract mmu_idx from hflagsJames Hogan
2017-07-20target/mips: Check memory permissions with mem_idxJames Hogan
2017-07-20target/mips: Decode microMIPS EVA load & store instructionsJames Hogan
2017-07-20target/mips: Decode MIPS32 EVA load & store instructionsJames Hogan
2017-07-20target/mips: Prepare loads/stores for EVAJames Hogan
2017-07-20target/mips: Add CP0_Ebase.WG (write gate) supportJames Hogan
2017-07-20target/mips: Weaken TLB flush on UX,SX,KX,ASID changesJames Hogan
2017-07-20target/mips: Fix TLBWI shadow flush for EHINV,XI,RIJames Hogan
2017-07-20target/mips: Fix MIPS64 MFC0 UserLocal on BE hostJames Hogan
2017-07-19tcg: Pass generic CPUState to gen_intermediate_code()Lluís Vilanova
2017-07-19target/alpha: optimize gen_cvtlq() using deposit opPhilippe Mathieu-Daudé
2017-07-19target/sparc: optimize gen_op_mulscc() using deposit opPhilippe Mathieu-Daudé