1. ab3dd74 hw/ppc: Use the IEC binary prefix definitions by Philippe Mathieu-Daudé · 7 years ago
  2. 123eec6 spapr: Use maximum page size capability to simplify memory backend checking by David Gibson · 7 years ago
  3. 2309832 spapr: Maximum (HPT) pagesize property by David Gibson · 7 years ago
  4. 71b5c8d spapr: remove unused spapr_irq routines by Cédric Le Goater · 7 years ago
  5. 4fe75a8 spapr: split the IRQ allocation sequence by Cédric Le Goater · 7 years ago
  6. e2e4f64 spapr: Add cpu_apply hook to capabilities by David Gibson · 7 years ago
  7. 9f6edd0 spapr: Compute effective capability values earlier by David Gibson · 7 years ago
  8. 0c9269a spapr: rename "hotplug memory" terminology to "device memory" by David Hildenbrand · 7 years ago
  9. b0c14ec machine: make MemoryHotplugState accessible via the machine by David Hildenbrand · 7 years ago
  10. c76c0d3 ppc/spapr-caps: Convert cap-ibs to custom spapr-cap by Suraj Jitindar Singh · 7 years ago
  11. 14bb448 spapr: rename spapr_vcpu_id() to spapr_get_vcpu_id() by Greg Kurz · 7 years ago
  12. 648edb6 spapr: move VCPU calculation to core machine code by Greg Kurz · 7 years ago
  13. c59704b target/ppc/spapr: Add H-Call H_GET_CPU_CHARACTERISTICS by Suraj Jitindar Singh · 7 years ago
  14. 4be8d4e target/ppc/spapr_caps: Add new tristate cap safe_indirect_branch by Suraj Jitindar Singh · 7 years ago
  15. 09114fd target/ppc/spapr_caps: Add new tristate cap safe_bounds_check by Suraj Jitindar Singh · 7 years ago
  16. 8f38eaf target/ppc/spapr_caps: Add new tristate cap safe_cache by Suraj Jitindar Singh · 7 years ago
  17. 6898aed target/ppc/spapr_caps: Add support for tristate spapr_capabilities by Suraj Jitindar Singh · 7 years ago
  18. 8acc2ae target/ppc/kvm: Add cap_ppc_safe_[cache/bounds_check/indirect_branch] by Suraj Jitindar Singh · 7 years ago
  19. 4e5fe36 hw/ppc/spapr_caps: Rework spapr_caps to use uint8 internal representation by Suraj Jitindar Singh · 7 years ago
  20. 2d1fb9b spapr: Handle Decimal Floating Point (DFP) as an optional capability by David Gibson · 7 years ago
  21. 2938664 spapr: Handle VMX/VSX presence as an spapr capability flag by David Gibson · 7 years ago
  22. be85537 spapr: Validate capabilities on migration by David Gibson · 7 years ago
  23. ee76a09 spapr: Treat Hardware Transactional Memory (HTM) as an optional capability by David Gibson · 7 years ago
  24. 33face6 spapr: Capabilities infrastructure by David Gibson · 7 years ago
  25. bb2d8ab spapr: fix LSI interrupt specifiers in the device tree by Greg Kurz · 7 years ago
  26. 7718375 spapr: introduce a spapr_qirq() helper by Cédric Le Goater · 7 years ago
  27. 60c6823 spapr: move the IRQ allocation routines under the machine by Cédric Le Goater · 7 years ago
  28. 2e9c10e ppc: spapr: use generic cpu_model parsing by Igor Mammedov · 7 years ago
  29. b8e9996 ppc: move '-cpu foo,compat=xxx' parsing into ppc_cpu_parse_featurestr() by Igor Mammedov · 7 years ago
  30. fa98fbf PPC: KVM: Support machine option to set VSMT mode by Sam Bobroff · 8 years ago
  31. 2e886fb ppc: spapr: Make VCPU ID handling private to SPAPR by Sam Bobroff · 8 years ago
  32. 5625817 hw/ppc: clear pending_events on machine reset by Daniel Henrique Barboza · 8 years ago
  33. 2772cf6 pseries: Use smaller default hash page tables when guest can resize by David Gibson · 8 years ago
  34. 0b0b831 pseries: Implement HPT resizing by David Gibson · 8 years ago
  35. 30f4b05 pseries: Stubs for HPT resizing by David Gibson · 8 years ago
  36. 5341258 spapr: Minor cleanups to events handling by David Gibson · 8 years ago
  37. fd38804 spapr: migrate pending_events of spapr state by Daniel Henrique Barboza · 8 years ago
  38. 1221a47 memory/iommu: introduce IOMMUMemoryRegionClass by Alexey Kardashevskiy · 8 years ago
  39. 3df9d74 memory/iommu: QOM'fy IOMMU MemoryRegion by Alexey Kardashevskiy · 8 years ago
  40. 498cd99 spapr: refresh "platform-specific" hcalls comment by Greg Kurz · 8 years ago
  41. 04d0ffb spapr: make spapr_populate_hotplug_cpu_dt() static by Greg Kurz · 8 years ago
  42. 46f7afa spapr: fix migration of ICPState objects from/to older QEMU by Greg Kurz · 8 years ago
  43. 7843c0d pseries: Move CPU compatibility property to machine by David Gibson · 8 years ago
  44. b8fdd53 spapr: Move configure-connector state into DRC by David Gibson · 8 years ago
  45. 3183472 hw/ppc: removing drc->detach_cb and drc->detach_cb_opaque by Daniel Henrique Barboza · 8 years ago
  46. 0cffce5 hw/ppc/spapr.c: adding pending_dimm_unplugs to sPAPRMachineState by David Gibson · 8 years ago
  47. bff3063 hw/ppc/spapr_events.c: removing 'exception' from sPAPREventLogEntry by Daniel Henrique Barboza · 8 years ago
  48. 06ec79e spapr: Consolidate HPT freeing code into a routine by Bharata B Rao · 8 years ago
  49. 71cd4da spapr: remove the 'nr_servers' field from the machine by Cédric Le Goater · 8 years ago
  50. 5bc8d26 spapr: allocate the ICPState object from under sPAPRCPUCore by Cédric Le Goater · 8 years ago
  51. e957f6a spapr: Workaround for broken radix guests by Sam Bobroff · 8 years ago
  52. b4db541 target/ppc: Implement H_REGISTER_PROCESS_TABLE H_CALL by Suraj Jitindar Singh · 8 years ago
  53. d77a98b target/ppc: Add new H-CALL shells for in memory table translation by Suraj Jitindar Singh · 8 years ago
  54. 147ff80 ppc/spapr: QOM'ify sPAPRRTCState by Cédric Le Goater · 8 years ago
  55. 17783ac Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170303' into staging by Peter Maydell · 8 years ago
  56. eeb61d4 ppc: avoid typedef redefinitions by Paolo Bonzini · 8 years ago
  57. 9861bb3 target/ppc: Add patb_entry to sPAPRMachineState by Suraj Jitindar Singh · 8 years ago
  58. e6f7e11 ppc/xics: remove the XICSState classes by Cédric Le Goater · 8 years ago
  59. 852ad27 ppc/xics: move the ICP array under the sPAPR machine by Cédric Le Goater · 8 years ago
  60. 681bfad ppc/xics: store the ICS object under the sPAPR machine by Cédric Le Goater · 8 years ago
  61. 535455f spapr: reuse machine->possible_cpus instead of cores[] by Igor Mammedov · 8 years ago
  62. 1c7ad77 ppc/spapr: implement H_SIGNAL_SYS_RESET by Nicholas Piggin · 8 years ago
  63. 5b12078 pseries: Make cpu_update during CAS unconditional by David Gibson · 8 years ago
  64. 0c86d0f pseries: Always use core objects for CPU construction by David Gibson · 8 years ago
  65. afdbd40 spapr: Add DRC count indexed hotplug identifier type by Bharata B Rao · 8 years ago
  66. ffbb170 spapr_events: add support for dedicated hotplug event source by Michael Roth · 8 years ago
  67. 6787d27 spapr: add option vector handling in CAS-generated resets by Michael Roth · 8 years ago
  68. facdb8b spapr_hcall: use spapr_ovec_* interfaces for CAS options by Michael Roth · 8 years ago
  69. 398a0bd pseries: Remove spapr_create_fdt_skel() by David Gibson · 8 years ago
  70. ffb1e27 pseries: Move /event-sources construction to spapr_build_fdt() by David Gibson · 8 years ago
  71. 3f5dabc pseries: Consolidate construction of /rtas device tree node by David Gibson · 8 years ago
  72. 2cac78c pseries: Consolidate RTAS loading by David Gibson · 8 years ago
  73. a19f7fb pseries: Make spapr_create_fdt_skel() get information from machine state by David Gibson · 8 years ago
  74. cae172a pseries: Remove rtas_addr and fdt_addr fields from machinestate by David Gibson · 8 years ago
  75. daa2369 spapr_pci: Add a 64-bit MMIO window by David Gibson · 8 years ago
  76. 6737d9a spapr_pci: Delegate placement of PCI host bridges to machine type by David Gibson · 8 years ago
  77. 3daa4a9 hw/ppc/spapr: Use POWER8 by default for the pseries-2.8 machine by Thomas Huth · 8 years ago
  78. d4b84d5 Remove unused function declarations by Ladi Prosek · 9 years ago
  79. 3c0c47e spapr: Correctly set query_hotpluggable_cpus hook based on machine version by David Gibson · 9 years ago
  80. 2a6a407 Clean up ill-advised or unusual header guards by Markus Armbruster · 9 years ago
  81. ae4de14 spapr_pci/spapr_pci_vfio: Support Dynamic DMA Windows (DDW) by Alexey Kardashevskiy · 9 years ago
  82. 27f2458 ppc/xics: Replace "icp" with "xics" in most places by Benjamin Herrenschmidt · 9 years ago
  83. af81cf3 spapr: CPU hotplug support by Bharata B Rao · 9 years ago
  84. 94a94e4 spapr: convert boot CPUs into CPU core devices by Bharata B Rao · 9 years ago
  85. afd10a0 spapr: Move spapr_cpu_init() to spapr_cpu_core.c by Bharata B Rao · 9 years ago
  86. 3b54254 spapr: Abstract CPU core device and type specific core devices by Bharata B Rao · 9 years ago
  87. d0e5a8f spapr: Ensure all LMBs are represented in ibm,dynamic-memory by Bharata B Rao · 9 years ago
  88. b4b6eb7 spapr_iommu: Add root memory region by Alexey Kardashevskiy · 9 years ago
  89. a26fdf3 spapr_iommu: Migrate full state by Alexey Kardashevskiy · 9 years ago
  90. df7625d spapr_iommu: Introduce "enabled" state for TCE table by Alexey Kardashevskiy · 9 years ago
  91. 5c94b2a ppc: Rework POWER7 & POWER8 exception model by Cédric Le Goater · 9 years ago
  92. 715c5407 pseries: Simplify handling of the hash page table fd by David Gibson · 9 years ago
  93. f201987 spapr: Remove rtas_st_buffer_direct() by David Gibson · 9 years ago
  94. c920f7b spapr: Small fixes to rtas_ibm_get_system_parameter, remove rtas_st_buffer by David Gibson · 9 years ago
  95. 57040d4 hw/ppc/spapr: Use XHCI as host controller for new spapr machines by Thomas Huth · 9 years ago
  96. c10325d spapr_iommu: Provide a function to switch a TCE table to allowing VFIO by David Gibson · 9 years ago
  97. 6a81dd1 spapr_iommu: Rename vfio_accel parameter by David Gibson · 9 years ago
  98. 4d9392b ppc/spapr: Implement H_RANDOM hypercall in QEMU by Thomas Huth · 10 years ago
  99. 7a36ae7 spapr: Support hotplug by specifying DRC count by Bharata B Rao · 10 years ago
  100. 03d196b spapr: Support ibm,dynamic-reconfiguration-memory by Bharata B Rao · 10 years ago