summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Expand)AuthorAgeFilesLines
* target/arm/arm-semi: Implement SH_EXT_STDOUT_STDERR extensionPeter Maydell2019-10-151-2/+17
* target/arm/arm-semi: Implement SH_EXT_EXIT_EXTENDED extensionPeter Maydell2019-10-151-5/+14
* target/arm/arm-semi: Implement support for semihosting feature detectionPeter Maydell2019-10-151-1/+108
* target/arm/arm-semi: Factor out implementation of SYS_FLENPeter Maydell2019-10-151-10/+22
* target/arm/arm-semi: Factor out implementation of SYS_SEEKPeter Maydell2019-10-151-9/+22
* target/arm/arm-semi: Factor out implementation of SYS_ISTTYPeter Maydell2019-10-151-5/+15
* target/arm/arm-semi: Factor out implementation of SYS_READPeter Maydell2019-10-151-20/+35
* target/arm/arm-semi: Factor out implementation of SYS_WRITEPeter Maydell2019-10-151-18/+33
* target/arm/arm-semi: Factor out implementation of SYS_CLOSEPeter Maydell2019-10-151-7/+37
* target/arm/arm-semi: Use set_swi_errno() in gdbstub callback functionsPeter Maydell2019-10-151-21/+6Star
* target/arm/arm-semi: Restrict use of TaskState*Peter Maydell2019-10-151-48/+63
* target/arm/arm-semi: Make semihosting code hand out its own file descriptorsPeter Maydell2019-10-151-14/+214
* target/arm/arm-semi: Correct comment about gdb syscall racesPeter Maydell2019-10-151-4/+15
* target/arm/arm-semi: Always set some kind of errno for failed callsPeter Maydell2019-10-151-18/+27
* target/arm/arm-semi: Capture errno in softmmu version of set_swi_errno()Peter Maydell2019-10-151-4/+5
* ARM: KVM: Check KVM_CAP_ARM_IRQ_LINE_LAYOUT_2 for smp_cpus > 256Eric Auger2019-10-151-1/+9
* intc/arm_gic: Support IRQ injection for more than 256 vpusEric Auger2019-10-153-6/+17
* s390x/tcg: MVCL: Exit to main loop if requestedDavid Hildenbrand2019-10-101-1/+10
* target/s390x: Remove ILEN_UNWINDRichard Henderson2019-10-091-2/+0Star
* target/s390x: Remove ilen argument from trigger_pgm_exceptionRichard Henderson2019-10-094-10/+8Star
* target/s390x: Remove ilen argument from trigger_access_exceptionRichard Henderson2019-10-091-3/+3
* target/s390x: Remove ILEN_AUTORichard Henderson2019-10-092-5/+0Star
* target/s390x: Rely on unwinding in s390_cpu_virt_mem_rwRichard Henderson2019-10-091-1/+1
* target/s390x: Rely on unwinding in s390_cpu_tlb_fillRichard Henderson2019-10-091-16/+7Star
* target/s390x: Simplify helper_lraRichard Henderson2019-10-091-14/+3Star
* target/s390x: Remove fail variable from s390_cpu_tlb_fillRichard Henderson2019-10-091-12/+7Star
* target/s390x: Return exception from translate_pagesRichard Henderson2019-10-091-10/+10
* target/s390x: Return exception from mmu_translateRichard Henderson2019-10-095-38/+35Star
* target/s390x: Remove exc argument to mmu_translate_asceRichard Henderson2019-10-091-2/+2
* target/s390x: Return exception from mmu_translate_realRichard Henderson2019-10-093-11/+9Star
* target/s390x: Handle tec in s390_cpu_tlb_fillRichard Henderson2019-10-091-1/+6
* target/s390x: Push trigger_pgm_exception lower in s390_cpu_tlb_fillRichard Henderson2019-10-091-2/+7
* target/s390x: Use tcg_s390_program_interrupt in TCG helpersRichard Henderson2019-10-097-46/+46
* target/s390x: Remove ilen parameter from s390_program_interruptRichard Henderson2019-10-0911-85/+73Star
* target/s390x: Remove ilen parameter from tcg_s390_program_interruptRichard Henderson2019-10-094-10/+10
* target/s390x: Add ilen to unwind dataRichard Henderson2019-10-093-5/+24
* s390x/cpumodel: Add new TCG features to QEMU cpu modelDavid Hildenbrand2019-10-091-0/+5
* s390x/cpumodel: Prepare for changes of QEMU modelDavid Hildenbrand2019-10-091-1/+5
* s390x/mmu: Implement Instruction-Execution-Protection FacilityDavid Hildenbrand2019-10-093-1/+27
* s390x/mmu: Implement ESOP-2 and access-exception-fetch/store-indication facilityDavid Hildenbrand2019-10-091-2/+9
* s390x/mmu: Add EDAT2 translation supportDavid Hildenbrand2019-10-091-3/+12
* s390x/mmu: Convert to non-recursive page table walkDavid Hildenbrand2019-10-091-100/+108
* s390x/mmu: DAT table definition overhaulDavid Hildenbrand2019-10-093-43/+84
* s390x/mmu: Use TARGET_PAGE_MASK in mmu_translate_pte()David Hildenbrand2019-10-091-1/+1
* s390x/mmu: Inject PGM_ADDRESSING on bogus table addressesDavid Hildenbrand2019-10-091-4/+27
* s390x/mmu: Inject DAT exceptions from a single placeDavid Hildenbrand2019-10-091-46/+17Star
* s390x/mmu: Move DAT protection handling out of mmu_translate_asce()David Hildenbrand2019-10-091-23/+16Star
* s390x/mmu: Drop debug logging from MMU codeDavid Hildenbrand2019-10-091-51/+0Star
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.2-20191004' into...Peter Maydell2019-10-0710-314/+408
|\
| * target/ppc: use Vsr macros in BCD helpersMark Cave-Ayland2019-10-041-47/+25Star