1. b21e238 Use g_new() & friends where that makes obvious sense by Markus Armbruster · 3 years, 1 month ago
  2. d7f5013 spapr: Explain purpose of ->fwnmi_migration_blocker more clearly by Markus Armbruster · 3 years, 9 months ago
  3. e2ef4fc spapr: Plug memory leak when we can't add a migration blocker by Markus Armbruster · 3 years, 9 months ago
  4. 2d75827 hw/ppc/spapr_events: Remove unused variable from check_exception by Richard Henderson · 3 years, 9 months ago
  5. 2068cab Do not include cpu.h if it's not really necessary by Thomas Huth · 4 years ago
  6. 73598c7 spapr: Improve handling of memory unplug with old guests by Greg Kurz · 4 years, 3 months ago
  7. 1e8b5b1 spapr: Allow memory unplug to always succeed by Greg Kurz · 4 years, 4 months ago
  8. 0ff6b52 spapr: Pass sPAPR machine state to some RTAS events handling functions by Greg Kurz · 4 years, 4 months ago
  9. dff669d ppc/spapr: re-assert IRQs during event-scan if there are pending by Laurent Vivier · 4 years, 6 months ago
  10. 4f7a11f ppc/spapr: Don't kill the guest if a recovered FWNMI machine check delivery fails by Nicholas Piggin · 5 years ago
  11. b90b9ec ppc/spapr: Add FWNMI machine check delivery warnings by Nicholas Piggin · 5 years ago
  12. 6c3dd24 ppc/spapr: Improve FWNMI machine check delivery corner case comments by Nicholas Piggin · 5 years ago
  13. cb9fb64 ppc/spapr: Set the effective address provided flag in mc error log. by Mahesh Salgaonkar · 5 years ago
  14. ad77c6c ppc/spapr: Fix FWNMI machine check interrupt delivery by Nicholas Piggin · 5 years ago
  15. 8af7e1f ppc/spapr: Change FWNMI names by Nicholas Piggin · 5 years ago
  16. bae9dc4 ppc/spapr: Fix FWNMI machine check failure handling by Nicholas Piggin · 5 years ago
  17. ad334d8 spapr: Handle pending hot plug/unplug requests at CAS by Greg Kurz · 5 years ago
  18. ee3a71e spapr: Add NVDIMM device support by Shivaprasad G Bhat · 5 years ago
  19. 2500fb4 migration: Include migration support for machine check handling by Aravinda Prasad · 5 years ago
  20. 81fe70e target/ppc: Build rtas error log upon an MCE by Aravinda Prasad · 5 years ago
  21. 9ac703a target/ppc: Handle NMI guest exit by Aravinda Prasad · 5 years ago
  22. 59d0533 ppc/spapr_events: fix potential NULL pointer dereference in rtas_event_log_dequeue by PanNengyuan · 5 years ago
  23. 54db89f spapr_events: Rewrite a fall through comment by Philippe Mathieu-Daudé · 6 years ago
  24. 54d3123 sysemu: Split sysemu/runstate.h off sysemu/sysemu.h by Markus Armbruster · 6 years ago
  25. a27bd6c Include hw/qdev-properties.h less by Markus Armbruster · 6 years ago
  26. 64552b6 Include hw/irq.h a lot less by Markus Armbruster · 6 years ago
  27. ce2918c spapr: Use CamelCase properly by David Gibson · 6 years ago
  28. 4b6d336 spapr_events: add support for phb hotplug events by Michael Roth · 6 years ago
  29. 5c7adcf spapr: Rename xics to intc in interrupt controller agnostic code by Greg Kurz · 6 years ago
  30. 82cffa2 spapr: introduce a fixed IRQ number space by Cédric Le Goater · 7 years ago
  31. 4fe75a8 spapr: split the IRQ allocation sequence by Cédric Le Goater · 7 years ago
  32. 638f2ca spapr_events: drop bogus cell from "interrupt-ranges" property by Greg Kurz · 7 years ago
  33. bb2d8ab spapr: fix LSI interrupt specifiers in the device tree by Greg Kurz · 7 years ago
  34. 7718375 spapr: introduce a spapr_qirq() helper by Cédric Le Goater · 7 years ago
  35. 60c6823 spapr: move the IRQ allocation routines under the machine by Cédric Le Goater · 7 years ago
  36. d492a75 spapr_events: use QTAILQ_FOREACH_SAFE() in spapr_clear_pending_events() by Greg Kurz · 8 years ago
  37. 5625817 hw/ppc: clear pending_events on machine reset by Daniel Henrique Barboza · 8 years ago
  38. 5341258 spapr: Minor cleanups to events handling by David Gibson · 8 years ago
  39. fd38804 spapr: migrate pending_events of spapr state by Daniel Henrique Barboza · 8 years ago
  40. 307b771 spapr: Eliminate DRC 'signalled' state variable by David Gibson · 8 years ago
  41. fbf5539 spapr: Clean up spapr_dr_connector_by_*() by David Gibson · 8 years ago
  42. 0b55aa9 spapr: Make DRC get_index and get_type methods into plain functions by David Gibson · 8 years ago
  43. f664b88 Remove/replace sysemu/char.h inclusion by Marc-André Lureau · 8 years ago
  44. bff3063 hw/ppc/spapr_events.c: removing 'exception' from sPAPREventLogEntry by Daniel Henrique Barboza · 8 years ago
  45. 147ff80 ppc/spapr: QOM'ify sPAPRRTCState by Cédric Le Goater · 8 years ago
  46. f7759e4 ppc/xics: use the QOM interface to get irqs by Cédric Le Goater · 8 years ago
  47. 681bfad ppc/xics: store the ICS object under the sPAPR machine by Cédric Le Goater · 8 years ago
  48. afdbd40 spapr: Add DRC count indexed hotplug identifier type by Bharata B Rao · 8 years ago
  49. ffbb170 spapr_events: add support for dedicated hotplug event source by Michael Roth · 8 years ago
  50. ffb1e27 pseries: Move /event-sources construction to spapr_build_fdt() by David Gibson · 8 years ago
  51. cc706a5 ppc/xics: Make the ICSState a list by Benjamin Herrenschmidt · 8 years ago
  52. 7804c35 hw/ppc: include fdt helper routine in a common file by Cédric Le Goater · 9 years ago
  53. 27f2458 ppc/xics: Replace "icp" with "xics" in most places by Benjamin Herrenschmidt · 9 years ago
  54. 161deaf ppc/xics: Rename existing xics to xics_spapr by Benjamin Herrenschmidt · 9 years ago
  55. af81cf3 spapr: CPU hotplug support by Bharata B Rao · 9 years ago
  56. df18b2d spapr_drc: fix aborts during DRC-count based hotplug by Michael Roth · 9 years ago
  57. f40eb92 spapr_drc: enable immediate detach for unsignalled devices by Michael Roth · 9 years ago
  58. f348b6d util: move declarations out of qemu-common.h by Veronia Bahaa · 9 years ago
  59. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  60. a005b3e xics: report errors with the QEMU Error API by Greg Kurz · 9 years ago
  61. 0d75590 ppc: Clean up includes by Peter Maydell · 9 years ago
  62. 3a87d00 fpu: Replace uint32 typedef with uint32_t by Peter Maydell · 9 years ago
  63. 7a36ae7 spapr: Support hotplug by specifying DRC count by Bharata B Rao · 10 years ago
  64. c20d332 spapr: Memory hotplug support by Bharata B Rao · 10 years ago
  65. 28e0204 spapr: Merge sPAPREnvironment into sPAPRMachineState by David Gibson · 10 years ago
  66. 79853e1 spapr_events: event-scan RTAS interface by Tyrel Datwyler · 10 years ago
  67. 31fe14d spapr_events: re-use EPOW event infrastructure for hotplug events by Nathan Fontenot · 10 years ago
  68. 28df36a pseries: Make the PAPR RTC a qdev device by David Gibson · 10 years ago
  69. e5dad1d pseries: Add spapr_rtc_read() helper function by David Gibson · 10 years ago
  70. bee763d spapr: Move interrupt allocator to xics by Alexey Kardashevskiy · 11 years ago
  71. 3a3b850 spapr: Fix RTAS token numbers by Alexey Kardashevskiy · 11 years ago
  72. a64d325 spapr-rtas: replace return code constants with macros by Alexey Kardashevskiy · 11 years ago
  73. 210b580 spapr-rtas: add CPU argument to RTAS calls by Anthony Liguori · 12 years ago
  74. dccfcd0 sysemu: avoid proliferation of include/ subdirectories by Paolo Bonzini · 12 years ago
  75. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  76. 9f64bd8 ppc: move more files to hw/ppc by Paolo Bonzini · 12 years ago[Renamed from hw/spapr_events.c]
  77. 927d487 softmmu: move remaining include files to include/ subdirectories by Paolo Bonzini · 12 years ago
  78. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  79. 74d042e pseries: Implement qemu initiated shutdowns using EPOW events by David Gibson · 12 years ago