summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|/
* tcg: Pass generic CPUState to gen_intermediate_code()Lluís Vilanova2017-07-1922-62/+47Star
* target/alpha: optimize gen_cvtlq() using deposit opPhilippe Mathieu-Daudé2017-07-191-5/+3Star
* target/sparc: optimize gen_op_mulscc() using deposit opPhilippe Mathieu-Daudé2017-07-191-4/+1Star
* target/sparc: optimize various functions using extract opPhilippe Mathieu-Daudé2017-07-191-10/+5Star
* target/ppc: optimize various functions using extract opPhilippe Mathieu-Daudé2017-07-192-30/+15Star
* target/m68k: optimize bcd_flags() using extract opPhilippe Mathieu-Daudé2017-07-191-2/+1Star
* target/arm: optimize aarch32 rev16Aurelien Jarno2017-07-191-2/+4
* target/arm: Optimize aarch64 rev16Richard Henderson2017-07-191-18/+6Star
* Merge remote-tracking branch 'remotes/rth/tags/pull-axp-20170718' into stagingPeter Maydell2017-07-195-149/+180
|\
| * target/alpha: Log temp leaksRichard Henderson2017-07-191-0/+6
| * target/alpha: Fix temp leak in gen_fbcondRichard Henderson2017-07-191-1/+5
| * target/alpha: Fix temp leak in gen_call_palRichard Henderson2017-07-191-8/+12