summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
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
2019-10-09s390x/mmu: Inject PGM_ADDRESSING on bogus table addressesDavid Hildenbrand
2019-10-09s390x/mmu: Inject DAT exceptions from a single placeDavid Hildenbrand
2019-10-09s390x/mmu: Move DAT protection handling out of mmu_translate_asce()David Hildenbrand
2019-10-09s390x/mmu: Drop debug logging from MMU codeDavid Hildenbrand
2019-10-07Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.2-20191004' into...Peter Maydell
2019-10-04Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2019-10-04target/i386/kvm: Silence warning from Valgrind about uninitialized bytesThomas Huth
2019-10-04target/i386: work around KVM_GET_MSRS bug for secondary execution controlsPaolo Bonzini
2019-10-04target/i386: add VMX featuresPaolo Bonzini
2019-10-04target/i386: add VMX definitionsPaolo Bonzini
2019-10-04target/i386: expand feature words to 64 bitsPaolo Bonzini
2019-10-04target/i386: introduce generic feature dependency mechanismPaolo Bonzini
2019-10-04target/i386: handle filtered_features in a new function mark_unavailable_feat...Paolo Bonzini
2019-10-04Fix wrong behavior of cpu_memory_rw_debug() function in SMMDmitry Poletaev
2019-10-04i386: Add CPUID bit for CLZERO and XSAVEERPTRSebastian Andrzej Siewior
2019-10-04target/ppc: use Vsr macros in BCD helpersMark Cave-Ayland
2019-10-04target/ppc: remove unnecessary if() around calls to set_dfp{64,128}() in DFP ...Mark Cave-Ayland
2019-10-04target/ppc: use existing VsrD() macro to eliminate HI_IDX and LO_IDX from dfp...Mark Cave-Ayland
2019-10-04target/ppc: change struct PPC_DFP decimal storage from uint64[2] to ppc_vsr_tMark Cave-Ayland
2019-10-04target/ppc: introduce dfp_finalize_decimal{64,128}() helper functionsMark Cave-Ayland
2019-10-04target/ppc: update {get,set}_dfp{64,128}() helper functions to read/write DFP...Mark Cave-Ayland
2019-10-04target/ppc: introduce set_dfp{64,128}() helper functionsMark Cave-Ayland
2019-10-04target/ppc: introduce get_dfp{64,128}() helper functionsMark Cave-Ayland