1. 2068cab Do not include cpu.h if it's not really necessary by Thomas Huth · 3 years, 11 months ago
  2. 4c386f8 Do not include sysemu/sysemu.h if it's not really necessary by Thomas Huth · 3 years, 11 months ago
  3. 3df4843 s390x: pv: Remove sclp boundary checks by Janosch Frank · 4 years, 5 months ago
  4. fabdada s390: guest support for diagnose 0x318 by Collin Walling · 4 years, 6 months ago
  5. 1ecd607 s390/sclp: add extended-length sccb support for kvm guest by Collin Walling · 4 years, 6 months ago
  6. 1a7a568 s390/sclp: use cpu offset to locate cpu entries by Collin Walling · 4 years, 6 months ago
  7. 0260b97 s390/sclp: check sccb len before filling in data by Collin Walling · 4 years, 6 months ago
  8. c1db53a s390/sclp: read sccb from mem based on provided length by Collin Walling · 4 years, 6 months ago
  9. db13387 s390/sclp: rework sclp boundary checks by Collin Walling · 4 years, 6 months ago
  10. 912d70d s390/sclp: get machine once during read scp/cpu info by Collin Walling · 4 years, 6 months ago
  11. 992861f error: Eliminate error_propagate() manually by Markus Armbruster · 4 years, 8 months ago
  12. 118bfd7 qdev: Use returned bool to check for qdev_realize() etc. failure by Markus Armbruster · 4 years, 8 months ago
  13. ce189ab qdev: Convert bus-less devices to qdev_realize() with Coccinelle by Markus Armbruster · 4 years, 9 months ago
  14. 3c6ef47 sysbus: Convert to sysbus_realize() etc. with Coccinelle by Markus Armbruster · 4 years, 9 months ago
  15. 6842411 qdev: Convert uses of qdev_set_parent_bus() manually by Markus Armbruster · 4 years, 9 months ago
  16. 688ffbb various: Remove unnecessary OBJECT() cast by Philippe Mathieu-Daudé · 4 years, 10 months ago
  17. d262312 qom: Drop parameter @errp of object_property_add() & friends by Markus Armbruster · 4 years, 10 months ago
  18. 0f73c5b s390x: protvirt: SCLP interpretation by Janosch Frank · 5 years ago
  19. 5c30ef9 vl/s390x: fixup ram sizes for compat machines by Christian Borntraeger · 5 years ago
  20. e6de76f s390x/sclp.c: remove unneeded label in sclp_service_call() by Daniel Henrique Barboza · 5 years ago
  21. 832be0d s390x: sclp: Report insufficient SCCB length by Claudio Imbrenda · 5 years ago
  22. d959f6c s390x: sclp: fix error handling for oversize control blocks by Janosch Frank · 5 years ago
  23. 6f6c933 s390x: sclp: boundary check by Janosch Frank · 5 years ago
  24. 679b844 s390x: sclp: refactor invalid command check by Janosch Frank · 5 years ago
  25. ae71ed8 hw/s390x: Replace global smp variables with machine smp properties by Like Xu · 6 years ago
  26. 408e5ac s390x/sclp: fix maxram calculation by Christian Borntraeger · 7 years ago
  27. 393fc4c hw/s390x: Use the IEC binary prefix definitions by Philippe Mathieu-Daudé · 7 years ago
  28. 82fab5c s390x/sclp: remove memory hotplug support by David Hildenbrand · 7 years ago
  29. e537112 s390x/sclp: fix missing be conversion by David Hildenbrand · 7 years ago
  30. e2d9f90 s390x/sclp: fixup highest CPU address by Christian Borntraeger · 7 years ago
  31. e6cb60b s390x/sclp: Mark the sclp device with user_creatable = false by Thomas Huth · 7 years ago
  32. bb535bb s390x: generate sclp cpu information from possible_cpus by David Hildenbrand · 7 years ago
  33. e654ca8 s390x: drop inclusion of sysemu/kvm.h from some files by David Hildenbrand · 8 years ago
  34. fba5f6f s390x/kvm: drop KVMState parameter from s390_get_memslot_count() by David Hildenbrand · 8 years ago
  35. 80b7a26 s390x/sclp: properly guard pci-specific functions by Cornelia Huck · 8 years ago
  36. 98a99ce hw: Use new memory_region_init_{ram, rom, rom_device}() functions by Peter Maydell · 8 years ago
  37. 1cfe48c memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate() by Peter Maydell · 8 years ago
  38. f465706 Merge remote-tracking branch 'mjt/tags/trivial-patches-fetch' into staging by Stefan Hajnoczi · 8 years ago
  39. d0e31a1 Remove reduntant qemu: from error functions by Ishani Chugh · 8 years ago
  40. b038411 hw/s390x/sclp: update LOADPARM in SCP Info by Farhan Ali · 9 years ago
  41. 57ddd73 s390x: remove useless cast by Laurent Vivier · 9 years ago
  42. a366930 s390x/sclp: propagate hmfai by David Hildenbrand · 9 years ago
  43. 3fad325 s390x/sclp: propagate the mha via sclp by David Hildenbrand · 9 years ago
  44. 059be52 s390x/sclp: propagate the ibc val (lowest and unblocked ibc) by David Hildenbrand · 9 years ago
  45. 4dd4200 s390x/sclp: indicate sclp features by David Hildenbrand · 9 years ago
  46. 026546e s390x/sclp: factor out preparation of cpu entries by David Hildenbrand · 9 years ago
  47. 989fd86 s390/sclp: cache the sclp device by Christian Borntraeger · 9 years ago
  48. 8f5cb69 s390x/pci: separate s390_sclp_configure function by Yi Min Zhao · 9 years ago
  49. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  50. 9615495 s390: Clean up includes by Peter Maydell · 9 years ago
  51. 8b638c4 s390x/sclp: add device to the sysbus in sclp_realize by David Hildenbrand · 9 years ago
  52. 24da21f s390/sclp: Simplify control flow in sclp_realize() by Markus Armbruster · 9 years ago
  53. e6da780 hw/s390x: Rename local variables Error *l_err to just err by Markus Armbruster · 9 years ago
  54. f8ed85a Fix bad error handling after memory_region_init_ram() by Markus Armbruster · 9 years ago
  55. bd80a8a s390/sclp: simplify calculation of rnmax by David Hildenbrand · 10 years ago
  56. 71a2fd3 s390/sclp: store the increment_size in the sclp device by David Hildenbrand · 10 years ago
  57. 1cf065f s390: move memory calculation into the sclp device by David Hildenbrand · 10 years ago
  58. b02ef3d s390/sclp: ignore memory hotplug operations if it is disabled by David Hildenbrand · 10 years ago
  59. 311467f s390: no need to manually parse for slots and maxmem by David Hildenbrand · 10 years ago
  60. 1723a1b s390/sclp: move sclp_service_interrupt into the sclp device by David Hildenbrand · 10 years ago
  61. 25a3c5a s390/sclp: move sclp_execute related functions into the SCLP class by David Hildenbrand · 10 years ago
  62. 515190d s390/sclp: introduce a root sclp device by David Hildenbrand · 10 years ago
  63. 732bdd3 s390/sclp: temporarily fix unassignment/reassignment of memory subregions by David Hildenbrand · 10 years ago
  64. 183f6b8 sclp: sort into categories by Cornelia Huck · 10 years ago
  65. 8cba80c s390: Add PCI bus support by Frank Blaschka · 10 years ago
  66. 4994653 memory: add parameter errp to memory_region_init_ram by Hu Tao · 11 years ago
  67. 1def665 sclp-s390: Add memory hotplug SCLPs by Matthew Rosato · 11 years ago
  68. 0844df7 sclp-s390: Add device to manage s390 memory hotplug by Matthew Rosato · 11 years ago
  69. 477a72a s390x/event-facility: code restructure by Heinz Graalfs · 11 years ago
  70. 6e25280 s390x/sclp: Add missing checks to SCLP handler by Thomas Huth · 11 years ago
  71. a0fa2cb s390x/sclp: Fixed the size of sccb and code parameter by Thomas Huth · 11 years ago
  72. 8cc3aec s390-sclp: SCLP CPU Info by Jason J. Herne · 11 years ago
  73. 5f04c14 s390-sclp: Define New SCLP Codes by Jason J. Herne · 11 years ago
  74. 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
  75. 8c43a6f Make all static TypeInfos const by Andreas Färber · 12 years ago
  76. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  77. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  78. 559a17a s390: sclp event support by Heinz Graalfs · 12 years ago
  79. f6c98f92 s390: sclp base support by Heinz Graalfs · 12 years ago