summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Expand)AuthorAgeFilesLines
* target/alpha: fix tlb_fill trap_arg2 value for instruction fetchAurelien Jarno2019-08-251-1/+3
* Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190822' into stagingPeter Maydell2019-08-235-51/+108
|\
| * s390x/mmu: Factor out storage key handlingDavid Hildenbrand2019-08-221-44/+71
| * s390x/mmu: Better storage key reference and change bit handlingDavid Hildenbrand2019-08-221-5/+19
| * s390x/tcg: Flush the TLB of all CPUs on SSKE and RRBEDavid Hildenbrand2019-08-221-0/+10
| * s390x/tcg: Rework MMU selection for instruction fetchesDavid Hildenbrand2019-08-222-23/+22Star
| * s390x/mmu: ASC selection in s390_cpu_get_phys_page_debug()David Hildenbrand2019-08-221-0/+5
| * s390x/mmu: Trace the right value if setting/getting the storage key failsDavid Hildenbrand2019-08-221-2/+4
| * s390x/tcg: Fix VERIM with 32/64 bit elementsDavid Hildenbrand2019-08-221-1/+1
* | Merge remote-tracking branch 'remotes/bkoppelmann2/tags/pull-tricore-20190822...Peter Maydell2019-08-223-261/+324
|\ \ | |/ |/|
| * target/tricore: Fix tricore_tr_translate_insnBastian Koppelmann2019-08-221-13/+34
| * target/tricore: Implement a qemu excptions helperBastian Koppelmann2019-08-223-1/+27
| * target/tricore: Use translate_loopBastian Koppelmann2019-08-221-44/+74
| * target-tricore: Make env a member of DisasContextBastian Koppelmann2019-08-221-172/+168Star
| * target/tricore: Use DisasContextBase APIBastian Koppelmann2019-08-221-54/+44Star
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-08-21' in...Peter Maydell2019-08-2224-24/+24
|\ \ | |/ |/|
| * hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster2019-08-2124-24/+24
* | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell2019-08-211-3/+3
|\ \
| * | target/ppc: Rewrite a fall through commentPhilippe Mathieu-Daudé2019-08-211-3/+3
| |/
* | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.2-20190821' into...Peter Maydell2019-08-2111-480/+449Star
|\ \
| * | ppc: Fix emulated single to double denormalized conversionsPaul A. Clarke2019-08-211-4/+13
| * | ppc: Fix emulated INFINITY and NAN conversionsPaul A. Clarke2019-08-211-4/+11
| * | ppc: conform to processor User's Manual for xscvdpspnPaul A. Clarke2019-08-211-1/+5
| * | ppc: Add support for 'mffsl' instructionPaul A. Clarke2019-08-214-8/+37
| * | target/ppc: Add Directed Privileged Door-bell Exception State (DPDES) SPRAlexey Kardashevskiy2019-08-212-0/+15
| * | ppc: remove idle_timer logicShivaprasad G Bhat2019-08-211-70/+5Star
| * | spapr: Implement dispatch tracking for tcgNicholas Piggin2019-08-212-0/+31
| * | target/ppc: Optimize emulation of vclzw instructionStefan Brankovic2019-08-213-5/+27
| * | target/ppc: Optimize emulation of vclzd instructionStefan Brankovic2019-08-213-5/+27
| * | target/ppc: Optimize emulation of vgbbd instructionStefan Brankovic2019-08-213-278/+76Star
| * | target/ppc: move opcode decode tables to PowerPCCPUAlex Bennée2019-08-213-14/+13Star
| * | target/ppc: Optimize emulation of vsl and vsr instructionsStefan Brankovic2019-08-213-39/+99
| * | target/ppc: Optimize emulation of lvsl and lvsr instructionsStefan Brankovic2019-08-213-52/+89
| * | migration: Do not re-read the clock on pre_save in case of paused guestMaxiwell S. Garcia2019-08-211-0/+1
| |/
* | x86: Intel AVX512_BF16 feature enablingJing Liu2019-08-203-2/+47
* | icount: remove unnecessary gen_io_end callsPavel Dovgalyuk2019-08-2016-100/+0Star
* | target/i386: Return 'indefinite integer value' for invalid SSE fp->int conver...Peter Maydell2019-08-201-28/+60
* | i386/kvm: initialize struct at full before ioctl callAndrey Shinkevich2019-08-201-0/+3
* | target-i386: kvm: 'kvm_get_supported_msrs' cleanupLi Qiang2019-08-201-94/+91Star
* | configure: Define target access alignment in configuretony.nguyen@bt.com2019-08-206-11/+0Star
* | target-i386: adds PV_SCHED_YIELD CPUID feature bitWanpeng Li2019-08-201-1/+1
* | kvm: i386: halt poll control MSR supportMarcelo Tosatti2019-08-204-1/+38
|/
* Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-aug-20-2019' ...Peter Maydell2019-08-204-407/+429
|\
| * target/mips: Style improvements in translate.cAleksandar Markovic2019-08-191-380/+393
| * target/mips: Style improvements in machine.cAleksandar Markovic2019-08-191-2/+2
| * target/mips: Style improvements in cpu.cAleksandar Markovic2019-08-191-6/+11
| * target/mips: Style improvements in cp0_timer.cAleksandar Markovic2019-08-191-19/+23
* | Merge remote-tracking branch 'remotes/rth/tags/pull-dt-20190819' into stagingPeter Maydell2019-08-191-18/+1Star
|\ \ | |/ |/|
| * target/riscv: Remove redundant declaration pragmasRichard Henderson2019-08-191-18/+1Star
* | targets (various): use softfloat-helpers.h where we canAlex Bennée2019-08-196-7/+5Star