summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Expand)AuthorAgeFilesLines
* ppc: fix ppc_set_compat() with KVM PRGreg Kurz2017-08-221-4/+5
* target/ppc: 'PVR != host PVR' in KVM_SET_SREGS workaroundDaniel Henrique Barboza2017-08-223-0/+61
* target/arm: Require alignment for load exclusiveAlistair Francis2017-08-151-5/+6
* target/arm: Correct load exclusive pair atomicityRichard Henderson2017-08-151-23/+37
* target/arm: Correct exclusive store cmpxchg memop maskAlistair Francis2017-08-151-1/+1
* unicore32: abort when entering "x 0" on the monitorEduardo Otubo2017-08-141-4/+4
* target/ppc: Add stub implementation of the PSSCRDavid Gibson2017-08-092-0/+6
* target/ppc: Implement TIDRDavid Gibson2017-08-092-0/+6
* ppc: fix double-free in cpu_post_load()Greg Kurz2017-08-091-1/+0Star
* booke206: fix MAS update on tlb missKONRAD Frederic2017-08-091-1/+1
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2017-08-081-0/+1
|\
| * target/i386: set rip_offset for some SSE4.1 instructionsJoseph Myers2017-08-081-0/+1
* | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20170803' into stagingPeter Maydell2017-08-041-0/+1
|\ \ | |/ |/|
| * target/s390x: Fix CSST for 16-byte storeRichard Henderson2017-08-031-0/+1
* | target/mips: Fix RDHWR CC with icountJames Hogan2017-08-021-0/+11
* | target/mips: Drop redundant gen_io_start/stop()James Hogan2017-08-021-8/+0Star
* | target/mips: Use BS_EXCP where interrupts are expectedJames Hogan2017-08-021-13/+34
* | target-mips: apply CP0.PageMask before writing into TLB entryLeon Alrae2017-08-021-2/+3
* | 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