Age | Commit message (Expand) | Author | Files | Lines |
2017-12-14 | s390x/tcg: we already implement the Set-Program-Parameter facility | David Hildenbrand | 1 | -2/+3 |
2017-12-14 | s390x/tcg: implement extract-CPU-time facility | David Hildenbrand | 5 | -7/+50 |
2017-12-14 | s390x/tcg: Implement SIGNAL ADAPTER instruction | David Hildenbrand | 2 | -0/+9 |
2017-12-14 | s390x/tcg: Implement STORE CHANNEL PATH STATUS | David Hildenbrand | 2 | -0/+8 |
2017-12-14 | s390x/tcg: wire up SET CHANNEL MONITOR | David Hildenbrand | 4 | -0/+18 |
2017-12-14 | s390x/tcg: wire up SET ADDRESS LIMIT | David Hildenbrand | 4 | -0/+18 |
2017-12-14 | s390x/tcg: implement Interlocked-Access Facility 2 | David Hildenbrand | 3 | -6/+70 |
2017-12-14 | s390x/tcg: ASI/ASGI/ALSI/ALSGI are atomic with Interlocked-acccess facility 1 | David Hildenbrand | 2 | -4/+25 |
2017-12-14 | s390x/tcg: wire up STORE CHANNEL REPORT WORD | David Hildenbrand | 4 | -0/+19 |
2017-12-14 | s390x/tcg: indicate value of TODPR in STCKE | David Hildenbrand | 1 | -0/+5 |
2017-12-14 | s390x/tcg: implement SET CLOCK PROGRAMMABLE FIELD | David Hildenbrand | 4 | -0/+21 |
2017-12-14 | s390x/tcg: fix and cleanup mcck injection | David Hildenbrand | 2 | -9/+9 |
2017-12-14 | s390x/kvm: factor out build_channel_report_mcic() into cpu.h | David Hildenbrand | 2 | -23/+25 |
2017-12-14 | s390x/tcg: drop potential_page_fault() | David Hildenbrand | 1 | -7/+2 |
2017-12-14 | s390x/tcg: drop program_interrupt() | David Hildenbrand | 2 | -18/+5 |
2017-12-14 | s390x/tcg: use s390_program_interrupt() in STSI | David Hildenbrand | 2 | -2/+1 |
2017-12-14 | s390x/tcg: use s390_program_interrupt() in SACF | David Hildenbrand | 1 | -1/+1 |
2017-12-14 | s390x/tcg: use s390_program_interrupt() in per_check_exception() | David Hildenbrand | 2 | -4/+1 |
2017-12-14 | s390x/tcg: use s390_program_interrupt() in DIAG | David Hildenbrand | 2 | -4/+1 |
2017-12-14 | s390x/tcg: use s390_program_interrupt() in SCLP Service Call | David Hildenbrand | 2 | -4/+2 |
2017-12-14 | s390x/tcg: io instructions don't need potential_page_fault() | David Hildenbrand | 1 | -10/+0 |
2017-12-14 | s390x/tcg: don't exit the cpu loop in s390_cpu_virt_mem_rw() | David Hildenbrand | 1 | -3/+6 |
2017-12-14 | s390x: handle exceptions during s390_cpu_virt_mem_rw() correctly (TCG) | David Hildenbrand | 3 | -3/+32 |
2017-12-14 | s390x/diag: pass the retaddr into handle_diag_308() | David Hildenbrand | 4 | -10/+11 |
2017-12-14 | s390x/pci: pass the retaddr to all PCI instructions | David Hildenbrand | 1 | -7/+7 |
2017-12-14 | s390x/ioinst: pass the retaddr to all IO instructions | David Hildenbrand | 5 | -69/+75 |
2017-12-14 | s390x/tcg: rip out dead tpi code | David Hildenbrand | 2 | -27/+0 |
2017-12-14 | s390x/tcg: get rid of runtime_exception() | David Hildenbrand | 4 | -26/+8 |
2017-12-14 | s390x/tcg: introduce and use s390_program_interrupt() | David Hildenbrand | 6 | -35/+30 |
2017-12-14 | target/s390x: nuke DPRINTF in helper.c | Cornelia Huck | 1 | -18/+0 |
2017-12-14 | s390x/migration: use zero flag parameter | Christian Borntraeger | 1 | -8/+8 |
2017-11-20 | s390x/tcg: fix DIAG 308 with > 1 VCPU (MTTCG) | David Hildenbrand | 1 | -0/+2 |
2017-11-20 | s390x: fix storing CPU status (again) | David Hildenbrand | 1 | -1/+1 |
2017-11-09 | target/s390x: Finish implementing RISBGN | Richard Henderson | 1 | -6/+3 |
2017-10-30 | s390x/kvm: use cpu model for gscb on compat machines | Christian Borntraeger | 2 | -2/+2 |
2017-10-30 | target/s390x: change CPU type name to "s390x-cpu" | David Hildenbrand | 2 | -3/+3 |
2017-10-27 | Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into staging | Peter Maydell | 1 | -1/+1 |
2017-10-26 | tcg: Avoid setting tcg_initialize if !CONFIG_TCG | Richard Henderson | 1 | -0/+2 |
2017-10-25 | disas: Remove unused flags arguments | Richard Henderson | 1 | -1/+1 |
2017-10-24 | tcg: Initialize cpu_env generically | Richard Henderson | 1 | -6/+0 |
2017-10-24 | tcg: define tcg_init_ctx and make tcg_ctx a pointer | Emilio G. Cota | 1 | -1/+1 |
2017-10-24 | target/s390x: check CF_PARALLEL instead of parallel_cpus | Emilio G. Cota | 3 | -22/+88 |
2017-10-24 | tcg: convert tb->cflags reads to tb_cflags(tb) | Emilio G. Cota | 1 | -4/+4 |
2017-10-24 | qom: Introduce CPUClass.tcg_initialize | Richard Henderson | 1 | -6/+1 |
2017-10-20 | s390x/tcg: low-address protection support | David Hildenbrand | 3 | -45/+62 |
2017-10-20 | s390x: refactor error handling for MSCH handler | Halil Pasic | 1 | -19/+4 |
2017-10-20 | s390x: refactor error handling for HSCH handler | Halil Pasic | 1 | -19/+4 |
2017-10-20 | s390x: refactor error handling for CSCH handler | Halil Pasic | 1 | -10/+4 |
2017-10-20 | s390x: refactor error handling for XSCH handler | Halil Pasic | 1 | -19/+4 |
2017-10-20 | s390x: improve error handling for SSCH and RSCH | Halil Pasic | 1 | -46/+7 |