1. 6e25280 s390x/sclp: Add missing checks to SCLP handler by Thomas Huth · 11 years ago
  2. a0fa2cb s390x/sclp: Fixed the size of sccb and code parameter by Thomas Huth · 11 years ago
  3. 77319f2 s390x/virtio-hcall: Specification exception for illegal subcodes by Thomas Huth · 11 years ago
  4. 0788082 s390x/kvm: Fixed bad SIGP SET-ARCHITECTURE handler by Thomas Huth · 11 years ago
  5. 819bd30 s390x/async_pf: Check for apf extension and enable pfault by Dominik Dingel · 11 years ago
  6. 44c68de s390x/kvm: cleanup partial register handling by Dominik Dingel · 11 years ago
  7. 3796f0e s390x/kvm: Fixed condition code for unknown SIGP orders by Thomas Huth · 11 years ago
  8. b8031ad s390x/kvm: Simplified the calculation of the SIGP order code by Thomas Huth · 11 years ago
  9. b20a461 s390x/kvm: Implemented SIGP START by Thomas Huth · 11 years ago
  10. 0b9972a s390x/kvm: Fix coding style in handle_sigp() by Thomas Huth · 11 years ago
  11. cd7a0f4 s390x/kvm: Removed s390_store_status stub by Thomas Huth · 11 years ago
  12. 4f91e0b s390x/kvm: Removed duplicated SIGP defines by Thomas Huth · 11 years ago
  13. 638129f s390x/kvm: Fix diagnose handling. by Cornelia Huck · 11 years ago
  14. 575ddeb exec: Fix prototype of phys_mem_set_alloc and related functions by Stefan Weil · 11 years ago
  15. 5d9bf1c s390/ioinst: Moved the CC setting to the IO instruction handlers by Thomas Huth · 12 years ago
  16. 3d0a615 s390/cpu: Make setcc() function available to other files by Thomas Huth · 12 years ago
  17. 3ac85fb s390/kvm: Add check for priviledged SCLP handler by Thomas Huth · 12 years ago
  18. 3922825 exec: Don't abort when we can't allocate guest memory by Markus Armbruster · 12 years ago
  19. 9113803 exec: Simplify the guest physical memory allocation hook by Markus Armbruster · 12 years ago
  20. 7f7f975 s390: wire up nmi command to raise a RESTART interrupt on S390 by Eugene (jno) Dvurechenski · 12 years ago
  21. 268846b s390/kvm: basic implementation of diagnose 308 subcode 6 by Eugene (jno) Dvurechenski · 12 years ago
  22. 39fbc5c s390x/kvm: Fix switch/case indentation for handle_diag by Christian Borntraeger · 12 years ago
  23. d2ee774 s390x/kvm: Remove redundant return code by Thomas Huth · 12 years ago
  24. c1e8dfb s390x/kvm: Reworked/fixed handling of cc3 in kvm_handle_css_inst() by Thomas Huth · 12 years ago
  25. e67137c s390x: Rename 'dprintf' to 'DPRINTF' by Peter Maydell · 12 years ago
  26. 9282b73 target-s390x: Fix CPUState rework fallout by Christian Borntraeger · 12 years ago
  27. 4fd6dd0 target-s390x: Change handle_{hypercall,diag}() argument to S390CPU by Andreas Färber · 12 years ago
  28. 19079e4 target-s390x: Don't overuse ENV_GET_CPU() by Andreas Färber · 12 years ago
  29. cc3ac9c virtio-ccw: fix build breakage on windows by Cornelia Huck · 12 years ago
  30. cb446ec kvm: Change cpu_synchronize_state() argument to CPUState by Andreas Färber · 12 years ago
  31. b4436a0 virtio-ccw: Wire up ioeventfd. by Cornelia Huck · 12 years ago
  32. 48475e1 KVM: S390: Add dummy kvm_arch_init_irq_routing() by Alexey Kardashevskiy · 12 years ago
  33. 6eebf95 osdep, kvm: rename low-level RAM allocation functions by Paolo Bonzini · 12 years ago
  34. 08eb8c8 Wire up disabled wait a panicked event on s390 by Christian Borntraeger · 12 years ago
  35. 3474b67 Utilize selective runtime reg sync for hot code paths by Jason J. Herne · 12 years ago
  36. 420840e Allow selective runtime register synchronization by Jason J. Herne · 12 years ago
  37. 225dc99 s390: Fix cpu refactoring fallout. by Cornelia Huck · 12 years ago
  38. 1c9d2a1 s390: simplify kvm cpu init by Christian Borntraeger · 12 years ago
  39. 49e1587 target-s390x: Pass S390CPU to s390_{add, del}_running_cpu() by Andreas Färber · 12 years ago
  40. 09b9987 s390: Wire up channel I/O in kvm. by Cornelia Huck · 12 years ago
  41. b164e48 kvm: Create kvm_arch_vcpu_id() function by Eduardo Habkost · 12 years ago
  42. 28e942f s390: Add a hypercall registration interface. by Cornelia Huck · 12 years ago
  43. 419831d s390x: fix indentation by Alexander Graf · 12 years ago
  44. 70bada0 s390: Add CPU reset handler by Jens Freimann · 12 years ago
  45. ccb084d s390: new contributions GPLv2 or later by Christian Borntraeger · 12 years ago
  46. 501a7ce Merge branch 'master' of git://git.qemu.org/qemu into qom-cpu by Andreas Färber · 12 years ago
  47. f7575c96 cpu: Move kvm_run into CPUState by Andreas Färber · 12 years ago
  48. a60f24b cpu: Move kvm_state field into CPUState by Andreas Färber · 12 years ago
  49. 1bc2265 kvm: Pass CPUState to kvm_vcpu_ioctl() by Andreas Färber · 12 years ago
  50. 20d695a kvm: Pass CPUState to kvm_arch_* by Andreas Färber · 12 years ago
  51. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  52. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  53. c08d742 cpus: Pass CPUState to qemu_cpu_kick() by Andreas Färber · 13 years ago
  54. f6c98f92 s390: sclp base support by Heinz Graalfs · 12 years ago
  55. 5b08b34 s390: use sync regs for register transfer by Christian Borntraeger · 12 years ago
  56. 9abf567 s390: Fix error handling and condition code of service call by Christian Borntraeger · 13 years ago
  57. fdec991 s390: autodetect map private by Christian Borntraeger · 13 years ago
  58. 2fb70f6 s390: stop target cpu on sigp initial reset by Christian Borntraeger · 13 years ago
  59. 3edb8f9 target-s390x: Pass S390CPU to s390_cpu_restart() by Andreas Färber · 13 years ago
  60. 45fa769 s390-virtio: Let s390_cpu_addr2state() return S390CPU by Andreas Färber · 13 years ago
  61. eca3ed0 S390: dont call system_shutdown on disabled wait by Christian Borntraeger · 13 years ago
  62. add142e S390: support reboot for kvm on s390 by Jens Freimann · 13 years ago
  63. a4e3ad1 target-s390x: Don't overuse CPUState by Andreas Färber · 13 years ago
  64. 93116ac s390: fix cpu hotplug / cpu activity on interrupts by Christian Borntraeger · 13 years ago
  65. 854e42f s390: Fix cpu shutdown for KVM by Christian Borntraeger · 13 years ago
  66. a74cdab s390x: Fix debugging for unknown sigp order codes by Christian Borntraeger · 14 years ago
  67. 81f7c56 s390x: Adjust internal kvm code by Alexander Graf · 14 years ago
  68. 71b12d3 s390x: fix smp support for kvm by Christian Borntraeger · 14 years ago
  69. bcec36e s390x: Prepare cpu.h for emulation by Alexander Graf · 14 years ago
  70. 359507e s390x: fix KVM target by Alexander Graf · 14 years ago
  71. bb4ea39 kvm: Align kvm_arch_handle_exit to kvm_cpu_exec changes by Jan Kiszka · 14 years ago
  72. 9903686 kvm: Rename kvm_arch_process_irqchip_events to async_events by Jan Kiszka · 14 years ago
  73. 94ad5b0 always qemu_cpu_kick after unhalting a cpu by Paolo Bonzini · 14 years ago
  74. 7a39fe5 kvm: Drop return values from kvm_arch_pre/post_run by Jan Kiszka · 14 years ago
  75. a1b87fe kvm: Provide sigbus services arch-independently by Jan Kiszka · 14 years ago
  76. 94a8d39 kvm: Consolidate must-have capability checks by Jan Kiszka · 14 years ago
  77. cad1e28 kvm: Drop smp_cpus argument from init functions by Jan Kiszka · 14 years ago
  78. 6c33286 s390: compile fixes by Alexander Graf · 14 years ago
  79. d590081 target-s390: enable SIGP Initial Reset by Alexander Graf · 15 years ago
  80. 4513d92 Do not stop VM if emulation failed in userspace. by Gleb Natapov · 15 years ago
  81. 0af691d kvm: enable smp > 1 by Marcelo Tosatti · 15 years ago
  82. ea375f9 KVM: Rework VCPU state writeback API by Jan Kiszka · 15 years ago
  83. ee0dc6d Fix incorrect exception_index use by Blue Swirl · 15 years ago
  84. d7963c4 target-s390: Fail on unknown instructions by Alexander Graf · 15 years ago
  85. 0e60a69 Add KVM support for S390x by Alexander Graf · 15 years ago