Age | Commit message (Expand) | Author | Files | Lines |
2016-05-19 | qemu-common: push cpu.h inclusion out of qemu-common.h | Paolo Bonzini | 1 | -1/+1 |
2016-05-17 | s390x: enable runtime instrumentation | Fan Zhang | 1 | -0/+21 |
2016-03-01 | s390x: remove {kvm_}s390_virtio_irq() | Cornelia Huck | 1 | -11/+0 |
2016-03-01 | s390x/kvm: sync fprs via kvm_run | David Hildenbrand | 1 | -0/+11 |
2016-01-29 | s390: Clean up includes | Peter Maydell | 1 | -1/+1 |
2016-01-22 | fpu: Replace uint64 typedef with uint64_t | Peter Maydell | 1 | -1/+1 |
2015-11-11 | s390x/kvm: don't enable CMMA when hugetlbfs will be used | Dominik Dingel | 1 | -1/+3 |
2015-10-21 | s390x/cmma: clean up cmma reset | David Hildenbrand | 1 | -6/+2 |
2015-10-21 | s390x: reset crypto only on clear reset and QEMU reset | David Hildenbrand | 1 | -3/+1 |
2015-10-20 | s390x: flagify mcic values | Cornelia Huck | 1 | -4/+19 |
2015-10-20 | s390x/kvm: Fix vector validity bit in device machine checks | Christian Borntraeger | 1 | -0/+3 |
2015-10-19 | kvm: Pass PCI device pointer to MSI routing functions | Pavel Fedin | 1 | -1/+1 |
2015-09-14 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -9/+2 |
2015-09-11 | typofixes - v4 | Veres Lajos | 1 | -2/+2 |
2015-09-07 | Added generic panic handler qemu_system_guest_panicked() | Andrey Smetanin | 1 | -9/+2 |
2015-07-01 | kvm: First step to push iothread lock out of inner run loop | Jan Kiszka | 1 | -0/+3 |
2015-06-22 | Include monitor/monitor.h exactly where needed | Markus Armbruster | 1 | -1/+0 |
2015-06-22 | qerror: Move #include out of qerror.h | Markus Armbruster | 1 | -0/+1 |
2015-06-11 | s390x/kvm: diag288 instruction interception and handling | Xu Wang | 1 | -0/+18 |
2015-06-09 | Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20150609' into s... | Peter Maydell | 1 | -3/+4 |
2015-06-03 | s390x/kvm: always ignore empty vcpu interrupt state | Sascha Silbe | 1 | -3/+4 |
2015-06-02 | kvm: introduce kvm_arch_msi_data_to_gsi | Eric Auger | 1 | -0/+5 |
2015-05-27 | s390x: Enable vector processing capability | Eric Farman | 1 | -0/+1 |
2015-05-27 | s390x: Store Additional Status SIGP order | Eric Farman | 1 | -0/+55 |
2015-05-27 | s390x: Vector Register IOCTLs | Eric Farman | 1 | -16/+33 |
2015-05-27 | s390x: Common access to floating point registers | Eric Farman | 1 | -3/+6 |
2015-05-11 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -1/+3 |
2015-05-08 | s390x/kvm: migrate vcpu interrupt state | Jens Freimann | 1 | -0/+55 |
2015-05-08 | s390x/kvm: use ioctl KVM_S390_IRQ for vcpu interrupts | Jens Freimann | 1 | -2/+20 |
2015-04-30 | kvm: add support for memory transaction attributes | Paolo Bonzini | 1 | -1/+3 |
2015-04-30 | s390x/kvm: Support access register mode for KVM_S390_MEM_OP ioctl | Alexander Yarygin | 1 | -16/+30 |
2015-04-30 | s390x/mmu: Use ioctl for reading and writing from/to guest memory | Thomas Huth | 1 | -0/+40 |
2015-04-30 | s390x/kvm: Put vm name, extended name and UUID into STSI322 SYSIB | Ekaterina Tumanova | 1 | -0/+71 |
2015-03-16 | s390x: CPACF: Handle key wrap machine options | Tony Krowiak | 1 | -0/+51 |
2015-03-16 | s390x/kvm: make use of generic vm attribute check | Dominik Dingel | 1 | -35/+7 |
2015-03-16 | s390x/kvm: Guest Migration TOD clock synchronization | Jason J. Herne | 1 | -0/+39 |
2015-03-12 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 1 | -1/+1 |
2015-03-11 | kvm: add machine state to kvm_arch_init | Marcel Apfelbaum | 1 | -1/+1 |
2015-03-11 | Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20150310' into s... | Peter Maydell | 1 | -58/+358 |
2015-03-10 | s390x/kvm: passing max memory size to accelerator | Dominik Dingel | 1 | -0/+45 |
2015-03-10 | s390x/kvm: enable the new SIGP handling in user space | David Hildenbrand | 1 | -0/+3 |
2015-03-10 | s390x/kvm: deliver SIGP RESTART directly if stopped | David Hildenbrand | 1 | -2/+11 |
2015-03-10 | s390x/kvm: SIGP START is only applicable when STOPPED | David Hildenbrand | 1 | -0/+5 |
2015-03-10 | s390x/kvm: implement handling of new SIGP orders | David Hildenbrand | 1 | -3/+201 |
2015-03-10 | s390x/kvm: trace all SIGP orders | David Hildenbrand | 1 | -1/+3 |
2015-03-10 | s390x/kvm: helper to set the SIGP status in SigpInfo | David Hildenbrand | 1 | -3/+8 |
2015-03-10 | s390x/kvm: pass the SIGP instruction parameter to the SIGP handler | David Hildenbrand | 1 | -2/+6 |
2015-03-10 | s390x/kvm: more details for SIGP handler with one destination vcpu | David Hildenbrand | 1 | -62/+91 |
2015-03-10 | s390x: introduce defines for SIGP condition codes | David Hildenbrand | 1 | -7/+7 |
2015-03-10 | Remove superfluous '\n' around error_report() | Gonglei | 1 | -1/+1 |