summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Expand)AuthorAgeFilesLines
* mips: Add KVM T&E segment support for TCGJames Hogan2017-08-022-4/+4
* mips: Improve segment defs for KVM T&E guestsJames Hogan2017-08-021-12/+11Star
* target-mips: Don't stop on [d]mtc0 DESAVE/KScratchJames Hogan2017-08-021-4/+0Star
* target-i386: kvm_get/put_vcpu_events don't handle sipi_vectorPeng Hao2017-08-011-15/+20
* trace-events: fix code style: print 0x before hex numbersVladimir Sementsov-Ogievskiy2017-08-013-21/+21
* target/arm: Migrate MPU_RNR register state for M profile coresPeter Maydell2017-07-311-0/+28
* target/arm: Move PMSAv7 reset into arm_cpu_reset() so M profile MPUs get resetPeter Maydell2017-07-312-16/+26
* target/arm: Rename cp15.c6_rgnr to pmsav7.rnrPeter Maydell2017-07-313-6/+5Star
* target/arm: Don't allow guest to make System space executable for M profilePeter Maydell2017-07-311-1/+15
* target/arm: Don't do MPU lookups for addresses in M profile PPB regionPeter Maydell2017-07-311-1/+16
* target/arm: Correct MPU trace handling of write vs executePeter Maydell2017-07-311-2/+2
* docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé2017-07-316-6/+6
* m68k/translate: fix incorrect copy/pastePhilippe Mathieu-Daudé2017-07-311-1/+1
* qemu-system-tricore: segfault when entering "x 0" on the monitorEduardo Otubo2017-07-311-0/+10
* target/s390x: fix pgm irq ilen in translate_pages()David Hildenbrand2017-07-281-1/+1
* target/s390x: fix pgm irq ilen for stsiDavid Hildenbrand2017-07-281-1/+1
* target/i386: Don't use x86_cpu_load_def() on "max" CPU modelEduardo Habkost2017-07-261-6/+12
* target/i386: Define CPUID_MODEL_ID_SZ macroEduardo Habkost2017-07-261-0/+11
* target/i386: Use host_vendor_fms() in max_x86_cpu_initfn()Eduardo Habkost2017-07-261-7/+2Star
* s390x/css: fix ilen in IO instruction handlersHalil Pasic2017-07-251-21/+21
* target/s390x: Add remaining switches to compile with --disable-tcgThomas Huth2017-07-252-3/+7
* target/s390x: Move exception-related functions to a new excp_helper.c fileThomas Huth2017-07-254-469/+528
* target/s390x: Rework program_interrupt() and related functionsThomas Huth2017-07-255-48/+52
* target/s390x: Move diag helpers to a separate fileThomas Huth2017-07-253-168/+180
* target/s390x: Move s390_cpu_dump_state() to helper.cThomas Huth2017-07-252-60/+60
* target/s390x: improve baselining if certain base features are missingDavid Hildenbrand2017-07-251-0/+33
* s390x/kvm: better comment regarding zPCI feature availabilityDavid Hildenbrand2017-07-251-1/+1
* target/s390x: introduce (test|set)_be_bitDavid Hildenbrand2017-07-253-16/+14Star
* target/s390x: indicate query subfunction in s390_fill_feat_blockDavid Hildenbrand2017-07-252-18/+26
* target/s390x: drop BE_BIT()David Hildenbrand2017-07-251-1/+0Star
* s390/cpumodel: remove KSS from the default model of z14Christian Borntraeger2017-07-252-1/+1
* target/arm: fix TCG temp leak in aarch64 rev16Emilio G. Cota2017-07-241-0/+1
* qapi: Use QNull for a more regular visit_type_null()Markus Armbruster2017-07-241-1/+4
* qapi: Separate type QNull from QObjectMarkus Armbruster2017-07-241-2/+2
* Merge remote-tracking branch 'remotes/yongbok/tags/mips-20170721' into stagingPeter Maydell2017-07-217-120/+660
|\
| * target/mips: Enable CP0_EBase.WG on MIPS64 CPUsJames Hogan2017-07-211-0/+2
| * target/mips: Add EVA support to P5600James Hogan2017-07-211-6/+8
| * target/mips: Implement segmentation controlJames Hogan2017-07-201-39/+152
| * target/mips: Add segmentation control registersJames Hogan2017-07-205-2/+150
| * target/mips: Add an MMU mode for ERLJames Hogan2017-07-202-4/+23
| * target/mips: Abstract mmu_idx from hflagsJames Hogan2017-07-203-4/+10
| * target/mips: Check memory permissions with mem_idxJames Hogan2017-07-201-8/+9
| * target/mips: Decode microMIPS EVA load & store instructionsJames Hogan2017-07-201-4/+115
| * target/mips: Decode MIPS32 EVA load & store instructionsJames Hogan2017-07-201-0/+106
| * target/mips: Prepare loads/stores for EVAJames Hogan2017-07-201-35/+42
| * target/mips: Add CP0_Ebase.WG (write gate) supportJames Hogan2017-07-206-15/+31
| * target/mips: Weaken TLB flush on UX,SX,KX,ASID changesJames Hogan2017-07-202-2/+2
| * target/mips: Fix TLBWI shadow flush for EHINV,XI,RIJames Hogan2017-07-201-2/+10
| * target/mips: Fix MIPS64 MFC0 UserLocal on BE hostJames Hogan2017-07-201-2/+3
* | Use qemu_tolower() and qemu_toupper(), not tolower() and toupper()Peter Maydell2017-07-211-2/+2
|/