| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | s390x/tcg: Simplify vop64_2() handling | David Hildenbrand | 2021-06-21 | 3 | -156/+58 |
* | s390x/tcg: Simplify vop64_3() handling | David Hildenbrand | 2021-06-21 | 3 | -79/+30 |
* | s390x/tcg: Fix instruction name for VECTOR FP LOAD (LENGTHENED|ROUNDED) | David Hildenbrand | 2021-06-21 | 1 | -2/+2 |
* | s390x/tcg: Fix FP CONVERT TO (LOGICAL) FIXED NaN handling | David Hildenbrand | 2021-06-21 | 2 | -6/+43 |
* | s390x/kvm: remove unused gs handling | Cornelia Huck | 2021-06-21 | 3 | -15/+1 |
* | docs: fix references to docs/devel/tracing.rst | Stefano Garzarella | 2021-06-02 | 1 | -1/+1 |
* | hw/core: Constify TCGCPUOps | Richard Henderson | 2021-05-27 | 1 | -1/+1 |
* | cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOps | Philippe Mathieu-Daudé | 2021-05-27 | 1 | -1/+1 |
* | cpu: Move CPUClass::write_elf* to SysemuCPUOps | Philippe Mathieu-Daudé | 2021-05-27 | 1 | -1/+1 |
* | cpu: Move CPUClass::get_crash_info to SysemuCPUOps | Philippe Mathieu-Daudé | 2021-05-27 | 1 | -1/+1 |
* | cpu: Move CPUClass::vmsd to SysemuCPUOps | Philippe Mathieu-Daudé | 2021-05-27 | 1 | -1/+1 |
* | cpu: Introduce SysemuCPUOps structure | Philippe Mathieu-Daudé | 2021-05-27 | 1 | -0/+8 |
* | cpu: Rename CPUClass vmsd -> legacy_vmsd | Philippe Mathieu-Daudé | 2021-05-27 | 1 | -1/+1 |
* | target/s390x: Fix translation exception on illegal instruction | Ilya Leoshkevich | 2021-05-20 | 1 | -5/+11 |
* | Do not include exec/address-spaces.h if it's not really necessary | Thomas Huth | 2021-05-02 | 1 | -1/+0 |
* | Do not include sysemu/sysemu.h if it's not really necessary | Thomas Huth | 2021-05-02 | 2 | -2/+0 |
* | hw: Do not include qemu/log.h if it is not necessary | Thomas Huth | 2021-05-02 | 1 | -1/+0 |
* | target/s390x: fix s390_probe_access to check PAGE_WRITE_ORG for writeability | Alex Bennée | 2021-04-23 | 1 | -1/+1 |
* | s390x: move S390_ADAPTER_SUPPRESSIBLE | Gerd Hoffmann | 2021-03-26 | 1 | -3/+6 |
* | 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 |
|/ |
|