1. d66a52b s390x/cpu_model: use official name for 8562 by Cornelia Huck · 4 years ago
  2. 0110253 s390x/cpu_model: disallow unpack for --only-migratable by Christian Borntraeger · 4 years, 1 month ago
  3. 8373491 Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20201222' into staging by Peter Maydell · 4 years, 2 months ago
  4. 1024841 s390x: pv: Fence additional unavailable SCLP facilities for PV guests by Janosch Frank · 4 years, 3 months ago
  5. 54aa3de qapi: Use QAPI_LIST_PREPEND() where possible by Eric Blake · 4 years, 4 months ago
  6. 074df27 s390x: fix clang 11 warnings in cpu_models.c by Daniele Buono · 4 years, 4 months ago
  7. 3ded270 s390x: pv: Fix diag318 PV fencing by Janosch Frank · 4 years, 5 months ago
  8. fabdada s390: guest support for diagnose 0x318 by Collin Walling · 4 years, 6 months ago
  9. ab76d63 s390x: Register all CPU properties as class properties by Eduardo Habkost · 4 years, 6 months ago
  10. 668f62e error: Eliminate error_propagate() with Coccinelle, part 1 by Markus Armbruster · 4 years, 8 months ago
  11. 778a2dc qom: Use returned bool to check for failure, Coccinelle part by Markus Armbruster · 4 years, 8 months ago
  12. 5325cc3 qom: Put name parameter before value / visitor parameter by Markus Armbruster · 4 years, 8 months ago
  13. 62a35aa qapi: Use returned bool to check for failure, Coccinelle part by Markus Armbruster · 4 years, 8 months ago
  14. 5e959d2 s390x/cpumodel: Fix harmless misuse of visit_check_struct() by Markus Armbruster · 4 years, 10 months ago
  15. d262312 qom: Drop parameter @errp of object_property_add() & friends by Markus Armbruster · 4 years, 10 months ago
  16. 7eecec7 qom: Drop object_property_set_description() parameter @errp by Markus Armbruster · 4 years, 10 months ago
  17. 3c75e12 qom: add object_new_with_class by Paolo Bonzini · 5 years ago
  18. 7dcb1ba s390x/cpumodel: Fix query-cpu-definitions error API violations by Markus Armbruster · 5 years ago
  19. e47970f s390x/cpumodel: Fix query-cpu-model-FOO error API violations by Markus Armbruster · 5 years ago
  20. d687ae1 s390x/cpumodel: Fix realize() error API violations by Markus Armbruster · 5 years ago
  21. 0325e5a s390x/cpumodel: Fix feature property error API violations by Markus Armbruster · 5 years ago
  22. be39110 s390x/cpumodel: Add missing visit_free by Andrew Jones · 5 years ago
  23. 7505dec s390x/cpumodel: Add the z15 name to the description of gen15a by Christian Borntraeger · 5 years ago
  24. 9ef2d19 s390x/cpumodel: Set up CPU model for AQIC interception by Pierre Morel · 6 years ago
  25. 7f7b4e7 qapi: Split machine-target.json off target.json and misc.json by Markus Armbruster · 6 years ago
  26. 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
  27. 14a48c1 qemu-common: Move tcg_enabled() etc. to sysemu/tcg.h by Markus Armbruster · 6 years ago
  28. 08ef92d s390x: Bump the "qemu" CPU model up to a stripped-down z13 by David Hildenbrand · 6 years ago
  29. c657e84 s390x/cpumodel: wire up 8561 and 8562 as gen15 machines by Christian Borntraeger · 6 years ago
  30. 5dacbe2 s390x/cpumodel: msa9 facility by Christian Borntraeger · 6 years ago
  31. eaf6f64 s390x/cpumodel: ignore csske for expansion by Christian Borntraeger · 6 years ago
  32. 0442428 target: Simplify how the TARGET_cpu_list() print by Markus Armbruster · 6 years ago
  33. a0430dd Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2019-02-18' into staging by Peter Maydell · 6 years ago
  34. 25a9d6c qapi: make query-cpu-definitions depend on specific targets by Marc-André Lureau · 6 years ago
  35. 96f75b5 qapi: make query-cpu-model-expansion depend on s390 or x86 by Marc-André Lureau · 6 years ago
  36. 0e2f453 qapi: make s390 commands depend on TARGET_S390X by Marc-André Lureau · 6 years ago
  37. f2a7d15 s390x/cpumodel: add z14 GA2 model by Collin Walling · 6 years ago
  38. 84176c7 s390x/cpumodel: default enable mepoch for z14 and later by Collin Walling · 6 years ago
  39. ddf5d18 s390x/cpumodel: mepochptff: warn when no mepoch and re-align group init by Collin Walling · 6 years ago
  40. 09ced81 s390x: always provide pci support by Cornelia Huck · 6 years ago
  41. c5cd17a s390x/cpumodel: Set up CPU model for AP device support by Tony Krowiak · 6 years ago
  42. 068a5ea qom: convert the CPU list to RCU by Emilio G. Cota · 7 years ago
  43. c611778 s390x/cpumodel: Add "-cpu max" support by David Hildenbrand · 7 years ago
  44. 677ff32 s390x/cpumodel: fix segmentation fault when baselining models by David Hildenbrand · 7 years ago
  45. 23ad956 s390x/cpumodels: add z14 Model ZR1 by Christian Borntraeger · 7 years ago
  46. cb3e7f0 qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF by Marc-André Lureau · 7 years ago
  47. 7dc847e qapi: Replace qobject_to_X(o) by qobject_to(X, o) by Max Reitz · 7 years ago
  48. 7e0019a Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-02-07-v4' into staging by Peter Maydell · 7 years ago
  49. bd006b9 Include qapi/qmp/qbool.h exactly where needed by Markus Armbruster · 7 years ago
  50. 452fcdb Include qapi/qmp/qdict.h exactly where needed by Markus Armbruster · 7 years ago
  51. e3fd586 s390x/cpumodel: allow zpci features in qemu model by Cornelia Huck · 7 years ago
  52. 35b4df6 s390x: change the QEMU cpu model to a stripped down z12 by David Hildenbrand · 7 years ago
  53. 33ae8a4 s390x/tcg: we already implement the Set-Program-Parameter facility by David Hildenbrand · 7 years ago
  54. 4bac52f s390x/tcg: implement extract-CPU-time facility by David Hildenbrand · 7 years ago
  55. f400be1 s390x/tcg: implement Interlocked-Access Facility 2 by David Hildenbrand · 7 years ago
  56. e555cbe target/s390x: change CPU type name to "s390x-cpu" by David Hildenbrand · 7 years ago
  57. ca26c5d s390x/cpumodel: allow to enable SENSE RUNNING STATUS for qemu by David Hildenbrand · 7 years ago
  58. 96f64aa S390: use g_new() family of functions by Marc-André Lureau · 7 years ago
  59. 1e70ba2 target/s390x: get rid of next_core_id by David Hildenbrand · 7 years ago
  60. b6805e1 s390x: use generic cpu_model parsing by Igor Mammedov · 7 years ago
  61. 7705c75 s390x/tcg: add basic MSA features by David Hildenbrand · 7 years ago
  62. 8ad9087 s390x/ccw: create s390 phb for compat reasons as well by Cornelia Huck · 7 years ago
  63. 99aa6bf s390x: print CPU definitions in sorted order by David Hildenbrand · 7 years ago
  64. ca5c145 target/s390x: use "core-id" for cpu number/address/id handling by David Hildenbrand · 7 years ago
  65. f16bbb9 s390x/kvm: move KVM declarations and stubs to separate files by David Hildenbrand · 8 years ago
  66. 4e58b83 target/s390x: introduce internal.h by David Hildenbrand · 8 years ago
  67. 7d00bf9 s390x/cpumodel: factor out determination of default model name by David Hildenbrand · 8 years ago
  68. 30e82de target/s390x: improve baselining if certain base features are missing by David Hildenbrand · 8 years ago
  69. c1b364f s390/cpumodel: remove KSS from the default model of z14 by Christian Borntraeger · 8 years ago
  70. 6887dc6 Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20170718' into staging by Peter Maydell · 8 years ago
  71. cc28a59 s390x/cpumodel: z14 cpu models by Jason J. Herne · 8 years ago
  72. 19d7058 target/s390x: Allow to enable "idtes" feature for TCG by David Hildenbrand · 8 years ago
  73. e89ea6a target/s390x: Mark ETF3 and ETF3_ENH facilities as available by Richard Henderson · 8 years ago
  74. c67ba30 target/s390x: Implement CSST by Richard Henderson · 8 years ago
  75. fbc8ea1 Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20170714' into staging by Peter Maydell · 8 years ago
  76. 6da5c59 s390x/cpumodel: wire up new hardware features by Jason J. Herne · 8 years ago
  77. c9ad8a7 s390x/cpumodel: provide compat handling for new cpu features by Jason J. Herne · 8 years ago
  78. 3dc6f86 Convert error_report() to warn_report() by Alistair Francis · 8 years ago
  79. 38cba1f s390x: return unavailable features via query-cpu-definitions by Viktor Mihajlovski · 8 years ago
  80. be7f28d target/s390x: Implement idte instruction by David Hildenbrand · 8 years ago
  81. faf1c63 target/s390x: Indicate and check for local tlb clearing by David Hildenbrand · 8 years ago
  82. afa26f3 target/s390x: Mark STFLE_49 facility as available by Richard Henderson · 8 years ago
  83. 37b8638 target/s390x: Mark STFLE_53 facility as available by Richard Henderson · 8 years ago
  84. e1a5d92 target/s390x: Mark FPSEH facility as available by Richard Henderson · 8 years ago
  85. 3e7e5e0 target/s390x: implement mvcos instruction by David Hildenbrand · 8 years ago
  86. 076d4d3 s390x/cpumodel: wire up cpu type + id for TCG by David Hildenbrand · 8 years ago
  87. f4f3082 Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20170608' into staging by Peter Maydell · 8 years ago
  88. 3190dfc target/s390x: mark ETF2 and ETF2-ENH facilities as available by Aurelien Jarno · 8 years ago
  89. fc7fbcb target/s390x/cpu_models: Allow some additional feature bits for the "qemu" CPU by Thomas Huth · 8 years ago
  90. fbe8202 s390x/cpumodel: improve defintion search without an IBC by David Hildenbrand · 8 years ago
  91. 64bc98f s390x/cpumodel: take care of the cpuid format bit for KVM by David Hildenbrand · 8 years ago
  92. 46f5ac2 qobject: Use simpler QDict/QList scalar insertion macros by Eric Blake · 8 years ago
  93. cb55c19 s390x: Drop useless casts by Eric Blake · 8 years ago
  94. a352aa6 target/s390x: Fix broken user mode by Stefan Weil · 8 years ago
  95. 048abb7 qapi: Drop unused non-strict qobject input visitor by Markus Armbruster · 8 years ago
  96. 8dc5235 target/s390x: Fix typo by Stefan Weil · 8 years ago
  97. 8ed877b qmp: Report QOM type name on query-cpu-definitions by Eduardo Habkost · 8 years ago
  98. fcf5ef2 Move target-* CPU file into a target/ folder by Thomas Huth · 8 years ago[Renamed from target-s390x/cpu_models.c]
  99. 82ecffa Open 2.9 development tree by Stefan Hajnoczi · 8 years ago