aboutsummaryrefslogtreecommitdiff
path: root/target/s390x
AgeCommit message (Expand)Author
2020-01-15tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé
2020-01-15target/s390x: Use cpu_*_mmuidx_ra instead of MMU_MODE*_SUFFIXRichard Henderson
2020-01-15target/s390x: Include tcg.h in mem_helper.cRichard Henderson
2019-12-20Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20191219' into stagingPeter Maydell
2019-12-18s390x: Properly fetch and test the short psw on diag308 subc 0/1Janosch Frank
2019-12-18target/s390x: Implement LOAD/STORE TO REAL ADDRESS inlineRichard Henderson
2019-12-18target/s390x: Split out helper_per_store_realRichard Henderson
2019-12-17kvm: introduce kvm_kernel_irqchip_* functionsPaolo Bonzini
2019-12-17qom: add object_new_with_classPaolo Bonzini
2019-12-14s390x/tcg: clear local interrupts on reset normalCornelia Huck
2019-12-14s390x/cpumodel: Fix query-cpu-definitions error API violationsMarkus Armbruster
2019-12-14s390x/cpumodel: Fix query-cpu-model-FOO error API violationsMarkus Armbruster
2019-12-14s390x/cpumodel: Fix realize() error API violationsMarkus Armbruster
2019-12-14s390x/cpumodel: Fix feature property error API violationsMarkus Armbruster
2019-12-14s390x: Fix cpu normal reset ri clearingJanosch Frank
2019-12-14s390x: kvm: Make kvm_sclp_service_call voidJanosch Frank
2019-12-14s390x: Beautify diag308 handlingJanosch Frank
2019-12-14s390x: Move clear resetJanosch Frank
2019-12-14s390x: Move initial resetJanosch Frank
2019-12-14s390x: Move reset normal to shared reset handlerJanosch Frank
2019-10-21s390x/kvm: Set default cpu model for all machine classesDavid Hildenbrand
2019-10-21s390x/tcg: Fix VECTOR SUBTRACT WITH BORROW COMPUTE BORROW INDICATIONDavid Hildenbrand
2019-10-21s390x/tcg: Fix VECTOR SUBTRACT WITH BORROW INDICATIONDavid Hildenbrand
2019-10-21s390x/tcg: Fix VECTOR SUBTRACT COMPUTE BORROW INDICATIONDavid Hildenbrand
2019-10-21s390x/tcg: Fix VECTOR SHIFT RIGHT ARITHMETIC BY BYTEDavid Hildenbrand
2019-10-21s390x/tcg: Fix VECTOR MULTIPLY AND ADD *David Hildenbrand
2019-10-21s390x/tcg: Fix VECTOR MULTIPLY LOGICAL ODDDavid Hildenbrand
2019-10-21s390x/mmu: Remove duplicate check for MMU_DATA_STOREDavid Hildenbrand
2019-10-21s390x/cpumodel: Add missing visit_freeAndrew Jones
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