| Commit message (Expand) | Author | Age | Files | Lines |
* | target/s390x: Store r1/r2 for page-translation exceptions during MVPG | David Hildenbrand | 2021-03-15 | 4 | -21/+36 |
* | target/s390x: Implement the MVPG condition-code-option bit | Richard Henderson | 2021-03-15 | 3 | -23/+121 |
* | s390x/cpu_model: use official name for 8562 | Cornelia Huck | 2021-03-15 | 1 | -2/+2 |
* | s390x/kvm: Get rid of legacy_s390_alloc() | David Hildenbrand | 2021-03-15 | 1 | -38/+5 |
* | target/s390x/kvm: Simplify debug code | Philippe Mathieu-Daudé | 2021-03-04 | 1 | -2/+1 |
* | css: SCHIB measurement block origin must be aligned | Pierre Morel | 2021-03-04 | 1 | -0/+6 |
* | target/s390x/arch_dump: Fix warning for the name field in the PT_NOTE section | Thomas Huth | 2021-03-04 | 1 | -1/+3 |
* | s390x/cpu_model: disallow unpack for --only-migratable | Christian Borntraeger | 2021-03-04 | 1 | -0/+10 |
* | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell | 2021-02-17 | 1 | -0/+5 |
|\ |
|
| * | sev/i386: Don't allow a system reset under an SEV-ES guest | Tom Lendacky | 2021-02-16 | 1 | -0/+5 |
* | | exec: Use cpu_untagged_addr in g2h; split out g2h_untagged | Richard Henderson | 2021-02-16 | 1 | -2/+2 |
|/ |
|
* | cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClass | Claudio Fontana | 2021-02-05 | 1 | -13/+20 |
* | cpu: move do_unaligned_access to tcg_ops | Claudio Fontana | 2021-02-05 | 2 | -2/+2 |
* | cpu: move cc->do_interrupt to tcg_ops | Claudio Fontana | 2021-02-05 | 1 | -1/+1 |
* | cpu: Move debug_excp_handler to tcg_ops | Eduardo Habkost | 2021-02-05 | 1 | -1/+1 |
* | cpu: Move tlb_fill to tcg_ops | Eduardo Habkost | 2021-02-05 | 1 | -1/+1 |
* | cpu: Move cpu_exec_* to tcg_ops | Eduardo Habkost | 2021-02-05 | 1 | -1/+1 |
* | cpu: Introduce TCGCpuOperations struct | Eduardo Habkost | 2021-02-05 | 1 | -1/+1 |
* | s390x: Use strpadcpy for copying vm name | Miroslav Rezanina | 2021-01-21 | 2 | -9/+10 |
* | s390x/tcg: Ignore register content if b1/b2 is zero when handling EXECUTE | David Hildenbrand | 2021-01-21 | 1 | -2/+2 |
* | s390x/tcg: Don't ignore content in r0 when not specified via "b" or "x" | David Hildenbrand | 2021-01-21 | 2 | -10/+13 |
* | s390x/tcg: Fix RISBHG | David Hildenbrand | 2021-01-21 | 1 | -10/+8 |
* | s390x/tcg: Fix ALGSI | David Hildenbrand | 2021-01-21 | 1 | -1/+1 |
* | Remove superfluous timer_del() calls | Peter Maydell | 2021-01-08 | 1 | -2/+0 |
* | Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20201222' into... | Peter Maydell | 2021-01-01 | 7 | -295/+276 |
|\ |
|
| * | target/s390x: Improve SUB LOGICAL WITH BORROW | Richard Henderson | 2020-12-21 | 5 | -73/+45 |
| * | target/s390x: Improve cc computation for SUBTRACT LOGICAL | Richard Henderson | 2020-12-21 | 5 | -82/+43 |
| * | target/s390x: Improve ADD LOGICAL WITH CARRY | Richard Henderson | 2020-12-21 | 5 | -67/+34 |
| * | target/s390x: Improve cc computation for ADD LOGICAL | Richard Henderson | 2020-12-21 | 5 | -74/+97 |
| * | s390x: pv: Fence additional unavailable SCLP facilities for PV guests | Janosch Frank | 2020-12-21 | 2 | -3/+61 |
* | | qapi: Use QAPI_LIST_PREPEND() where possible | Eric Blake | 2020-12-19 | 1 | -10/+2 |
|/ |
|
* | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20201211' into staging | Peter Maydell | 2020-12-11 | 1 | -0/+5 |
|\ |
|
| * | s390x/cpu: Use timer_free() in the finalize function to avoid memleaks | Gan Qixin | 2020-12-11 | 1 | -0/+5 |
* | | s390x: do not use ram_size global | Paolo Bonzini | 2020-12-10 | 3 | -5/+12 |
|/ |
|
* | s390/kvm: fix diag318 propagation and reset functionality | Collin Walling | 2020-11-18 | 5 | -5/+30 |
* | s390x: fix clang 11 warnings in cpu_models.c | Daniele Buono | 2020-11-10 | 1 | -4/+4 |
* | target/s390x: fix execution with icount | Pavel Dovgalyuk | 2020-11-05 | 2 | -35/+50 |
* | s390x: pv: Fix diag318 PV fencing | Janosch Frank | 2020-10-22 | 4 | -2/+14 |
* | disas: Enable capstone disassembly for s390x | Richard Henderson | 2020-10-03 | 1 | -0/+4 |
* | s390x/tcg: Implement CIPHER MESSAGE WITH AUTHENTICATION (KMA) | David Hildenbrand | 2020-10-02 | 3 | -0/+9 |
* | s390x/tcg: We support Miscellaneous-Instruction-Extensions Facility 2 | David Hildenbrand | 2020-10-02 | 1 | -0/+1 |
* | s390x/tcg: Implement MULTIPLY SINGLE (MSC, MSGC, MSGRKC, MSRKC) | David Hildenbrand | 2020-10-02 | 5 | -0/+59 |
* | s390x/tcg: Implement BRANCH INDIRECT ON CONDITION (BIC) | David Hildenbrand | 2020-10-02 | 2 | -0/+10 |
* | s390x/tcg: Implement MULTIPLY HALFWORD (MGH) | David Hildenbrand | 2020-10-02 | 1 | -0/+1 |
* | s390x/tcg: Implement MULTIPLY (MG, MGRK) | David Hildenbrand | 2020-10-02 | 2 | -0/+15 |
* | s390x/tcg: Implement SUBTRACT HALFWORD (SGH) | David Hildenbrand | 2020-10-02 | 1 | -0/+1 |
* | s390x/tcg: Implement ADD HALFWORD (AGH) | David Hildenbrand | 2020-10-02 | 2 | -0/+2 |
* | s390x/cpumodel: S390_FEAT_MISC_INSTRUCTION_EXT -> S390_FEAT_MISC_INSTRUCTION_... | David Hildenbrand | 2020-10-02 | 2 | -2/+2 |
* | s390x/tcg: Implement MONITOR CALL | David Hildenbrand | 2020-10-02 | 4 | -0/+48 |
* | s390: guest support for diagnose 0x318 | Collin Walling | 2020-10-02 | 7 | -0/+64 |