aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2019-10-18target/xtensa: regenerate and re-import test_mmuhifi_c3 coreMax Filippov
2019-10-15target/i386: Add Snowridge-v2 (no MPX) CPU modelXiaoyao Li
2019-10-15i386: Omit all-zeroes entries from KVM CPUID tableEduardo Habkost
2019-10-15i386: Fix legacy guest with xsave panic on host kvm without update cpuid.Bingsong Si
2019-10-15target/i386: drop the duplicated definition of cpuid AVX512_VBMI macroTao Xu
2019-10-15target/i386: clean up comments over 80 chars per lineTao Xu
2019-10-15target/arm/arm-semi: Implement SH_EXT_STDOUT_STDERR extensionPeter Maydell
2019-10-15target/arm/arm-semi: Implement SH_EXT_EXIT_EXTENDED extensionPeter Maydell
2019-10-15target/arm/arm-semi: Implement support for semihosting feature detectionPeter Maydell
2019-10-15target/arm/arm-semi: Factor out implementation of SYS_FLENPeter Maydell
2019-10-15target/arm/arm-semi: Factor out implementation of SYS_SEEKPeter Maydell
2019-10-15target/arm/arm-semi: Factor out implementation of SYS_ISTTYPeter Maydell
2019-10-15target/arm/arm-semi: Factor out implementation of SYS_READPeter Maydell
2019-10-15target/arm/arm-semi: Factor out implementation of SYS_WRITEPeter Maydell
2019-10-15target/arm/arm-semi: Factor out implementation of SYS_CLOSEPeter Maydell
2019-10-15target/arm/arm-semi: Use set_swi_errno() in gdbstub callback functionsPeter Maydell
2019-10-15target/arm/arm-semi: Restrict use of TaskState*Peter Maydell
2019-10-15target/arm/arm-semi: Make semihosting code hand out its own file descriptorsPeter Maydell
2019-10-15target/arm/arm-semi: Correct comment about gdb syscall racesPeter Maydell
2019-10-15target/arm/arm-semi: Always set some kind of errno for failed callsPeter Maydell
2019-10-15target/arm/arm-semi: Capture errno in softmmu version of set_swi_errno()Peter Maydell
2019-10-15ARM: KVM: Check KVM_CAP_ARM_IRQ_LINE_LAYOUT_2 for smp_cpus > 256Eric Auger
2019-10-15intc/arm_gic: Support IRQ injection for more than 256 vpusEric Auger
2019-10-10s390x/tcg: MVCL: Exit to main loop if requestedDavid Hildenbrand
2019-10-09target/s390x: Remove ILEN_UNWINDRichard Henderson
2019-10-09target/s390x: Remove ilen argument from trigger_pgm_exceptionRichard Henderson
2019-10-09target/s390x: Remove ilen argument from trigger_access_exceptionRichard Henderson
2019-10-09target/s390x: Remove ILEN_AUTORichard Henderson
2019-10-09target/s390x: Rely on unwinding in s390_cpu_virt_mem_rwRichard Henderson
2019-10-09target/s390x: Rely on unwinding in s390_cpu_tlb_fillRichard Henderson
2019-10-09target/s390x: Simplify helper_lraRichard Henderson
2019-10-09target/s390x: Remove fail variable from s390_cpu_tlb_fillRichard Henderson
2019-10-09target/s390x: Return exception from translate_pagesRichard Henderson
2019-10-09target/s390x: Return exception from mmu_translateRichard Henderson
2019-10-09target/s390x: Remove exc argument to mmu_translate_asceRichard Henderson
2019-10-09target/s390x: Return exception from mmu_translate_realRichard Henderson
2019-10-09target/s390x: Handle tec in s390_cpu_tlb_fillRichard Henderson
2019-10-09target/s390x: Push trigger_pgm_exception lower in s390_cpu_tlb_fillRichard Henderson
2019-10-09target/s390x: Use tcg_s390_program_interrupt in TCG helpersRichard Henderson
2019-10-09target/s390x: Remove ilen parameter from s390_program_interruptRichard Henderson
2019-10-09target/s390x: Remove ilen parameter from tcg_s390_program_interruptRichard Henderson
2019-10-09target/s390x: Add ilen to unwind dataRichard Henderson
2019-10-09s390x/cpumodel: Add new TCG features to QEMU cpu modelDavid Hildenbrand
2019-10-09s390x/cpumodel: Prepare for changes of QEMU modelDavid Hildenbrand
2019-10-09s390x/mmu: Implement Instruction-Execution-Protection FacilityDavid Hildenbrand
2019-10-09s390x/mmu: Implement ESOP-2 and access-exception-fetch/store-indication facilityDavid Hildenbrand
2019-10-09s390x/mmu: Add EDAT2 translation supportDavid Hildenbrand
2019-10-09s390x/mmu: Convert to non-recursive page table walkDavid Hildenbrand
2019-10-09s390x/mmu: DAT table definition overhaulDavid Hildenbrand
2019-10-09s390x/mmu: Use TARGET_PAGE_MASK in mmu_translate_pte()David Hildenbrand