Age | Commit message (Expand) | Author |
2014-01-31 | s390x/kvm: cleanup partial register handling | Dominik Dingel |
2013-12-18 | s390x/kvm: Fixed condition code for unknown SIGP orders | Thomas Huth |
2013-12-18 | s390x/kvm: Simplified the calculation of the SIGP order code | Thomas Huth |
2013-12-18 | s390x/kvm: Implemented SIGP START | Thomas Huth |
2013-12-18 | s390x/kvm: Fix coding style in handle_sigp() | Thomas Huth |
2013-12-18 | s390x/kvm: Removed s390_store_status stub | Thomas Huth |
2013-12-18 | s390x/kvm: Removed duplicated SIGP defines | Thomas Huth |
2013-12-18 | s390x/kvm: Fix diagnose handling. | Cornelia Huck |
2013-10-14 | exec: Fix prototype of phys_mem_set_alloc and related functions | Stefan Weil |
2013-09-20 | s390/ioinst: Moved the CC setting to the IO instruction handlers | Thomas Huth |
2013-09-20 | s390/cpu: Make setcc() function available to other files | Thomas Huth |
2013-09-20 | s390/kvm: Add check for priviledged SCLP handler | Thomas Huth |
2013-09-12 | exec: Don't abort when we can't allocate guest memory | Markus Armbruster |
2013-09-12 | exec: Simplify the guest physical memory allocation hook | Markus Armbruster |
2013-08-30 | s390: wire up nmi command to raise a RESTART interrupt on S390 | Eugene (jno) Dvurechenski |
2013-08-30 | s390/kvm: basic implementation of diagnose 308 subcode 6 | Eugene (jno) Dvurechenski |
2013-08-30 | s390x/kvm: Fix switch/case indentation for handle_diag | Christian Borntraeger |
2013-07-30 | s390x/kvm: Remove redundant return code | Thomas Huth |
2013-07-30 | s390x/kvm: Reworked/fixed handling of cc3 in kvm_handle_css_inst() | Thomas Huth |
2013-07-29 | s390x: Rename 'dprintf' to 'DPRINTF' | Peter Maydell |
2013-07-26 | target-s390x: Fix CPUState rework fallout | Christian Borntraeger |
2013-07-09 | target-s390x: Change handle_{hypercall,diag}() argument to S390CPU | Andreas Färber |
2013-07-09 | target-s390x: Don't overuse ENV_GET_CPU() | Andreas Färber |
2013-07-01 | virtio-ccw: fix build breakage on windows | Cornelia Huck |
2013-06-28 | kvm: Change cpu_synchronize_state() argument to CPUState | Andreas Färber |
2013-06-25 | virtio-ccw: Wire up ioeventfd. | Cornelia Huck |
2013-06-12 | KVM: S390: Add dummy kvm_arch_init_irq_routing() | Alexey Kardashevskiy |
2013-05-14 | osdep, kvm: rename low-level RAM allocation functions | Paolo Bonzini |
2013-04-30 | Wire up disabled wait a panicked event on s390 | Christian Borntraeger |
2013-04-26 | Utilize selective runtime reg sync for hot code paths | Jason J. Herne |
2013-04-26 | Allow selective runtime register synchronization | Jason J. Herne |
2013-03-17 | s390: Fix cpu refactoring fallout. | Cornelia Huck |
2013-03-08 | s390: simplify kvm cpu init | Christian Borntraeger |
2013-02-01 | target-s390x: Pass S390CPU to s390_{add, del}_running_cpu() | Andreas Färber |
2013-01-29 | s390: Wire up channel I/O in kvm. | Cornelia Huck |
2013-01-27 | kvm: Create kvm_arch_vcpu_id() function | Eduardo Habkost |
2013-01-18 | s390: Add a hypercall registration interface. | Cornelia Huck |
2013-01-18 | s390x: fix indentation | Alexander Graf |
2013-01-18 | s390: Add CPU reset handler | Jens Freimann |
2013-01-18 | s390: new contributions GPLv2 or later | Christian Borntraeger |
2012-12-23 | Merge branch 'master' of git://git.qemu.org/qemu into qom-cpu | Andreas Färber |
2012-12-19 | cpu: Move kvm_run into CPUState | Andreas Färber |
2012-12-19 | cpu: Move kvm_state field into CPUState | Andreas Färber |
2012-12-19 | kvm: Pass CPUState to kvm_vcpu_ioctl() | Andreas Färber |
2012-12-19 | kvm: Pass CPUState to kvm_arch_* | Andreas Färber |
2012-12-19 | softmmu: move include files to include/sysemu/ | Paolo Bonzini |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini |
2012-10-31 | cpus: Pass CPUState to qemu_cpu_kick() | Andreas Färber |
2012-10-29 | s390: sclp base support | Heinz Graalfs |
2012-10-29 | s390: use sync regs for register transfer | Christian Borntraeger |