1. 805d449 error: Use error_fatal to simplify obvious fatal errors (again) by Markus Armbruster · 4 years, 5 months ago
  2. fabdada s390: guest support for diagnose 0x318 by Collin Walling · 4 years, 4 months ago
  3. 1ecd607 s390/sclp: add extended-length sccb support for kvm guest by Collin Walling · 4 years, 4 months ago
  4. 1a7a568 s390/sclp: use cpu offset to locate cpu entries by Collin Walling · 4 years, 4 months ago
  5. 0260b97 s390/sclp: check sccb len before filling in data by Collin Walling · 4 years, 4 months ago
  6. c1db53a s390/sclp: read sccb from mem based on provided length by Collin Walling · 4 years, 4 months ago
  7. db13387 s390/sclp: rework sclp boundary checks by Collin Walling · 4 years, 4 months ago
  8. 912d70d s390/sclp: get machine once during read scp/cpu info by Collin Walling · 4 years, 4 months ago
  9. 715ff23 hw/s390x/css: Remove double initialization by Philippe Mathieu-Daudé · 4 years, 4 months ago
  10. a6704a3 vhost-vsock-ccw: force virtio version 1 by Stefano Garzarella · 4 years, 3 months ago
  11. d55f518 virtio: skip legacy support check on machine types less than 5.1 by Stefano Garzarella · 4 years, 3 months ago
  12. 63e7983 cphp: remove deprecated cpu-add command(s) by Igor Mammedov · 4 years, 4 months ago
  13. d73415a qemu/atomic.h: rename atomic_ to qatomic_ by Stefan Hajnoczi · 4 years, 3 months ago
  14. bd0bbb9 virtio: add vhost-user-fs-ccw device by Halil Pasic · 4 years, 4 months ago
  15. 8063396 Use OBJECT_DECLARE_SIMPLE_TYPE when possible by Eduardo Habkost · 4 years, 4 months ago
  16. a489d19 Use OBJECT_DECLARE_TYPE when possible by Eduardo Habkost · 4 years, 4 months ago
  17. 448058a util: rename qemu_open() to qemu_open_old() by Daniel P. Berrangé · 4 years, 5 months ago
  18. fab2aff ap-device: Rename AP_DEVICE_TYPE to TYPE_AP_DEVICE by Eduardo Habkost · 4 years, 4 months ago
  19. 8110fa1 Use DECLARE_*CHECKER* macros by Eduardo Habkost · 4 years, 4 months ago
  20. db1015e Move QOM typedefs and add missing includes by Eduardo Habkost · 4 years, 4 months ago
  21. 74ded8b virtio: add Virtio*BusClass sizes by Cornelia Huck · 4 years, 4 months ago
  22. b1af587 s390-virtio-ccw: Rename S390_MACHINE_CLASS macro by Eduardo Habkost · 4 years, 4 months ago
  23. f58b770 virtio-ccw: Fix definition of VIRTIO_CCW_BUS_GET_CLASS by Eduardo Habkost · 4 years, 4 months ago
  24. de34526 virtio-ccw-input: fix description by Cornelia Huck · 4 years, 5 months ago
  25. ca489cd Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request' into staging by Peter Maydell · 4 years, 4 months ago
  26. 2c44220 meson: convert hw/arch* by Marc-André Lureau · 5 years ago
  27. 243af02 trace: switch position of headers to what Meson requires by Paolo Bonzini · 5 years ago
  28. 3ff3c5d hw: add compat machines for 5.2 by Cornelia Huck · 4 years, 4 months ago
  29. 148d25e s390x/s390-virtio-ccw: fix off-by-one in loadparm getter by Halil Pasic · 4 years, 5 months ago
  30. d664548 s390x/s390-virtio-ccw: fix loadparm property getter by Halil Pasic · 4 years, 5 months ago
  31. d1bb69d s390x/protvirt: allow to IPL secure guests with -no-reboot by Christian Borntraeger · 4 years, 5 months ago
  32. 9b3a35e virtio: verify that legacy support is not accidentally on by Cornelia Huck · 4 years, 6 months ago
  33. cf4e3d0 virtio: Drop broken and superfluous object_property_set_link() by Markus Armbruster · 4 years, 5 months ago
  34. 992861f error: Eliminate error_propagate() manually by Markus Armbruster · 4 years, 6 months ago
  35. 668f62e error: Eliminate error_propagate() with Coccinelle, part 1 by Markus Armbruster · 4 years, 6 months ago
  36. dcfe480 error: Avoid unnecessary error_propagate() after error_setg() by Markus Armbruster · 4 years, 6 months ago
  37. f07ad48 qom: Use returned bool to check for failure, manual part by Markus Armbruster · 4 years, 6 months ago
  38. 778a2dc qom: Use returned bool to check for failure, Coccinelle part by Markus Armbruster · 4 years, 6 months ago
  39. 5325cc3 qom: Put name parameter before value / visitor parameter by Markus Armbruster · 4 years, 6 months ago
  40. 5af3a05 s390x/pci: Fix harmless mistake in zpci's property fid's setter by Markus Armbruster · 4 years, 6 months ago
  41. 62a35aa qapi: Use returned bool to check for failure, Coccinelle part by Markus Armbruster · 4 years, 6 months ago
  42. 118bfd7 qdev: Use returned bool to check for qdev_realize() etc. failure by Markus Armbruster · 4 years, 6 months ago
  43. c8eaf81 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 4 years, 6 months ago
  44. 4517536 s390x/pci: fix set_ind_atomic by Halil Pasic · 4 years, 7 months ago
  45. 1a8242f virtio-ccw: fix virtio_set_ind_atomic by Halil Pasic · 4 years, 7 months ago
  46. b030958 s390x/pv: Convert to ram_block_discard_disable() by David Hildenbrand · 4 years, 6 months ago
  47. 9bc6bfd qdev: Drop qbus_set_hotplug_handler() parameter @errp by Markus Armbruster · 4 years, 6 months ago
  48. f6dde1b s390x/css: Refactor the css_queue_crw() routine by Eric Farman · 4 years, 8 months ago
  49. 46ea384 vfio-ccw: Add support for the schib region by Farhan Ali · 4 years, 8 months ago
  50. ce189ab qdev: Convert bus-less devices to qdev_realize() with Coccinelle by Markus Armbruster · 4 years, 7 months ago
  51. 1afec9e s390x/event-facility: Simplify creation of SCLP event devices by Markus Armbruster · 4 years, 7 months ago
  52. 3c6ef47 sysbus: Convert to sysbus_realize() etc. with Coccinelle by Markus Armbruster · 4 years, 7 months ago
  53. 6842411 qdev: Convert uses of qdev_set_parent_bus() manually by Markus Armbruster · 4 years, 7 months ago
  54. 99ba777 qdev: Convert uses of qdev_set_parent_bus() with Coccinelle by Markus Armbruster · 4 years, 7 months ago
  55. df70796 qdev: Convert uses of qdev_create() manually by Markus Armbruster · 4 years, 7 months ago
  56. 3e80f69 qdev: Convert uses of qdev_create() with Coccinelle by Markus Armbruster · 4 years, 7 months ago
  57. 981c3dc qdev: Convert to qdev_unrealize() with Coccinelle by Markus Armbruster · 4 years, 7 months ago
  58. 9a43259 s390x: pv: Fix KVM_PV_PREP_RESET command wrapper name by Janosch Frank · 4 years, 8 months ago
  59. 688ffbb various: Remove unnecessary OBJECT() cast by Philippe Mathieu-Daudé · 4 years, 8 months ago
  60. b69c3c2 qdev: Unrealize must not fail by Markus Armbruster · 4 years, 8 months ago
  61. 40c2281 Drop more @errp parameters after previous commit by Markus Armbruster · 4 years, 8 months ago
  62. d262312 qom: Drop parameter @errp of object_property_add() & friends by Markus Armbruster · 4 years, 8 months ago
  63. 7eecec7 qom: Drop object_property_set_description() parameter @errp by Markus Armbruster · 4 years, 8 months ago
  64. 541aaa1 hw: add compat machines for 5.1 by Cornelia Huck · 4 years, 8 months ago
  65. fbc1384 s390x/s390-virtio-ccw: Fix build on systems without KVM by Christian Borntraeger · 4 years, 9 months ago
  66. e8d12a5 s390x/pv: Retry ioctls on -EINTR by Christian Borntraeger · 4 years, 9 months ago
  67. 7152c9e s390x: protvirt: Fix stray error_report_err in s390_machine_protect by Janosch Frank · 4 years, 9 months ago
  68. 0f73c5b s390x: protvirt: SCLP interpretation by Janosch Frank · 4 years, 10 months ago
  69. b1697f6 s390x: protvirt: Inhibit balloon when switching to protected mode by Janosch Frank · 4 years, 10 months ago
  70. 0141e1b s390x: protvirt: Add migration blocker by Janosch Frank · 4 years, 10 months ago
  71. c3347ed s390x: protvirt: Support unpack facility by Janosch Frank · 4 years, 9 months ago
  72. 9b39d29 s390x: Move diagnose 308 subcodes and rcs into ipl.h by Janosch Frank · 4 years, 10 months ago
  73. 5c30ef9 vl/s390x: fixup ram sizes for compat machines by Christian Borntraeger · 4 years, 9 months ago
  74. 7722837 s390/ipl: fix off-by-one in update_machine_ipl_properties() by Halil Pasic · 4 years, 10 months ago
  75. 880a781 misc: Replace zero-length arrays with flexible array member (manual) by Philippe Mathieu-Daudé · 4 years, 10 months ago
  76. 94c2143 s390x: ipl: Consolidate iplb validity check into one function by Janosch Frank · 4 years, 10 months ago
  77. 0a01e08 s390/ipl: sync back loadparm by Halil Pasic · 4 years, 10 months ago
  78. ea0ac7f hw: Make MachineClass::is_default a boolean type by Philippe Mathieu-Daudé · 5 years ago
  79. b6c2dbd s390x: Rename and use constants for short PSW address and mask by Janosch Frank · 4 years, 10 months ago
  80. 9e26498 Merge branch 'exec_rw_const_v4' of https://github.com/philmd/qemu into HEAD by Paolo Bonzini · 4 years, 10 months ago
  81. 85eb7c1 Let cpu_[physical]_memory() calls pass a boolean 'is_write' argument by Philippe Mathieu-Daudé · 4 years, 11 months ago
  82. 19f7034 Avoid address_space_rw() with a constant is_write argument by Peter Maydell · 4 years, 11 months ago
  83. b7cbebf Remove unnecessary cast when using the address_space API by Philippe Mathieu-Daudé · 4 years, 11 months ago
  84. 3a12fc6 s390x/s390-virtio-ccw: use memdev for RAM by Igor Mammedov · 4 years, 11 months ago
  85. cd45c50 hw/s390x/ipl: replace deprecated qdev_reset_all registration by Damien Hedde · 5 years ago
  86. f703a04 add device_legacy_reset function to prepare for reset api change by Damien Hedde · 5 years ago
  87. 6cdda0f hw/core/loader: Let load_elf() populate a field with CPU-specific flags by Aleksandar Markovic · 5 years ago
  88. 3e0209b hw/s390x: Add a more verbose comment about get_machine_class() and the wrappers by Thomas Huth · 5 years ago
  89. d6a9858 s390x/event-facility: fix error propagation by Cornelia Huck · 5 years ago
  90. 3c5fd80 s390x: adapter routes error handling by Cornelia Huck · 5 years ago
  91. 9208270 s390x/event-facility.c: remove unneeded labels by Daniel Henrique Barboza · 5 years ago
  92. e6de76f s390x/sclp.c: remove unneeded label in sclp_service_call() by Daniel Henrique Barboza · 5 years ago
  93. 4f67d30 qdev: set properties with device_class_set_props() by Marc-André Lureau · 5 years ago
  94. 3cad405 vmstate: replace DeviceState with VMStateIf by Marc-André Lureau · 5 years ago
  95. 547d645 hw/s390x: rename Error ** parameter to more common errp by Vladimir Sementsov-Ogievskiy · 5 years ago
  96. 3d50833 s390x/event-facility: Fix realize() error API violations by Markus Armbruster · 5 years ago
  97. ec92273 s390x: Don't do a normal reset on the initial cpu by Janosch Frank · 5 years ago
  98. 3eb74d2 hw: add compat machines for 5.0 by Cornelia Huck · 5 years ago
  99. 5f25857 virtio-blk: advertise F_WCE (F_FLUSH) if F_CONFIG_WCE is advertised by Evgeny Yakovlev · 5 years ago
  100. 77b703f target/s390x: Remove ilen parameter from s390_program_interrupt by Richard Henderson · 5 years ago