1. c2c0014 apic_common: migrate missing fields by Pavel Dovgalyuk · 11 years ago
  2. 9ac58dc PPC: openpic_kvm: Only map first occurence in address space by Alexander Graf · 11 years ago
  3. 7b95a50 arm_gic: remove unused parameter. by KONRAD Frederic · 10 years ago
  4. 93c9aea hw/intc/imx_avic.c: Remove unused function imx_avic_set_prio() by Peter Maydell · 11 years ago
  5. c5539cb Fix debug print warning by Gonglei · 11 years ago
  6. b52b81e hw/intc/arm_gic: honor target mask in gic_update() by Sergey Fedorov · 11 years ago
  7. 93b5f6f arm_gic: Use GIC_NR_SGIS constant by Adam Lackorzynski · 11 years ago
  8. de7a900 arm_gic: Do not force PPIs to edge-triggered mode by Adam Lackorzynski · 11 years ago
  9. 24b790d arm_gic: GICD_ICFGR: Write model only for pre v1 GICs by Adam Lackorzynski · 11 years ago
  10. 71a6204 arm_gic: Fix read of GICD_ICFGR by Adam Lackorzynski · 11 years ago
  11. 8945c7f intc: i8259: Convert Array allocation to g_new0 by Peter Crosthwaite · 11 years ago
  12. aa2ac1d ppc: convert g_new(qemu_irq usages to g_new0 by Peter Crosthwaite · 11 years ago
  13. d6c140a apic: Fix reported DFR content by Jan Kiszka · 11 years ago
  14. 51bba71 xics: Implement xics_ics_free() by Alexey Kardashevskiy · 11 years ago
  15. bee763d spapr: Move interrupt allocator to xics by Alexey Kardashevskiy · 11 years ago
  16. a7e519a xics: Disable flags reset on xics reset by Alexey Kardashevskiy · 11 years ago
  17. 641c349 xics: Add xics_find_source() by Alexey Kardashevskiy · 11 years ago
  18. 4af8894 xics: Add flags for interrupts by Alexey Kardashevskiy · 11 years ago
  19. 3a3b850 spapr: Fix RTAS token numbers by Alexey Kardashevskiy · 11 years ago
  20. b6fb3a8 armv7m_nvic: fix AIRCR implementation by Oran Avraham · 11 years ago
  21. af354f1 PPC: openpic_kvm: Implement reset by Alexander Graf · 11 years ago
  22. ffd5e9f openpic: Reset IRQ source private members by Paul Janzen · 11 years ago
  23. 8ebe65f openpic: Move definition of openpic_reset by Paul Janzen · 11 years ago
  24. d49805a savevm: Remove all the unneeded version_minimum_id_old (x86) by Juan Quintela · 11 years ago
  25. 3aff6c2 savevm: Remove all the unneeded version_minimum_id_old (ppc) by Juan Quintela · 11 years ago
  26. c1d7572 hw/intc/openpic: Remove unused function IRQ_testbit() by Peter Maydell · 11 years ago
  27. bbd8bb8 s390x/kvm: inject via flic by Cornelia Huck · 11 years ago
  28. 08da527 s390x/kvm: make flic play well with old kernels by Cornelia Huck · 11 years ago
  29. a373cdb intc: xilinx_uartlite: Convert SBD::init -> instance_init by Peter Crosthwaite · 11 years ago
  30. d426d9f s390x/virtio-ccw: wire up irq routing and irqfds by Cornelia Huck · 12 years ago
  31. 03cf077 s390x: add I/O adapter registration by Cornelia Huck · 12 years ago
  32. 7b35d0c s390x: split flic into kvm and non-kvm parts by Cornelia Huck · 11 years ago
  33. 895527e Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140515' into staging by Peter Maydell · 11 years ago
  34. 6b7aa99 Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140513' into staging by Peter Maydell · 11 years ago
  35. 35d0845 savevm: Remove all the unneeded version_minimum_id_old (rest) by Juan Quintela · 11 years ago
  36. 654039b hw/intc/allwinner-a10-pic: Add missing 'break' by Peter Maydell · 11 years ago
  37. 8f1e884 savevm: Remove all the unneeded version_minimum_id_old (arm) by Juan Quintela · 11 years ago
  38. 7b4d915 apic: do not accept SIPI on the bootstrap processor by Paolo Bonzini · 12 years ago
  39. 12f7fb6 xilinx_intc: Fix writes into MER register by Guenter Roeck · 11 years ago
  40. b18a990 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 11 years ago
  41. aa93200 apic: use emulated lapic version 0x14 on pc machines >= 2.1 by Gabriel L. Somlo · 11 years ago
  42. 8cbad67 i8259: don't abort when trying to use level sensitive irqs by Hervé Poussineau · 11 years ago
  43. c9541f6 Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140505' into staging by Peter Maydell · 11 years ago
  44. 73d963c openpic: avoid buffer overrun on incoming migration by Michael Roth · 11 years ago
  45. 0175ba1 arm: Clean up fragile use of error_is_set() in realize() methods by Markus Armbruster · 11 years ago
  46. a7737e4 hw: Consistently name Error ** objects errp, and not err by Markus Armbruster · 11 years ago
  47. fdaad47 Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140501' into staging by Peter Maydell · 11 years ago
  48. e3da992 armv7m_nvic: fix CPUID Base Register by Rabin Vincent · 11 years ago
  49. 48add81 ppc: use kvm_vcpu_enable_cap() by Cornelia Huck · 11 years ago
  50. eb6282f misc: Use cpu_physical_memory_read and cpu_physical_memory_write by Stefan Weil · 11 years ago
  51. 2237094 allwinner-a10-pic: fix behaviour of pending register by Beniamino Galvani · 11 years ago
  52. 1c70aa6 allwinner-a10-pic: set vector address when an interrupt is pending by Beniamino Galvani · 11 years ago
  53. 87d8354 PPC: openpic_kvm: Filter memory events properly by Alexander Graf · 11 years ago
  54. 9bcec93 trace: add workaround for SystemTap PR13296 by Frank Ch. Eigler · 11 years ago
  55. 9c5793c Merge remote-tracking branch 'remotes/afaerber/tags/ppc-for-2.0' into staging by Peter Maydell · 11 years ago
  56. 0bc60bd hw/intc/xilinx_intc: Avoid shifting left into sign bit by Peter Maydell · 11 years ago
  57. 7d45e78 hw/intc/slavio_intctl: Avoid shifting left into sign bit by Peter Maydell · 11 years ago
  58. def6029 hw/intc/openpic: Avoid shifting left into sign bit by Peter Maydell · 11 years ago
  59. 6d55574 hw/intc/apic.c: Use uint32_t for mask word in foreach_apic by Peter Maydell · 11 years ago
  60. 6f1834a intc/openpic_kvm: Fix MemListener delete region callback function by Prasad Joshi · 11 years ago
  61. 3b163b0 misc: Fix typos in comments by Stefan Weil · 11 years ago
  62. fb0e843 xics-kvm: Fix reset function by Alexey Kardashevskiy · 11 years ago
  63. 220c8ed qemu: x86: ignore ioapic polarity by Gabriel L. Somlo · 11 years ago
  64. 0f20ba6 target-ppc: spapr: e500: fix to use cpu_dt_id by Alexey Kardashevskiy · 11 years ago
  65. c2cb92f Merge remote-tracking branch 'remotes/borntraeger/tags/kvm-s390-20140227' into staging by Peter Maydell · 11 years ago
  66. 819bd30 s390x/async_pf: Check for apf extension and enable pfault by Dominik Dingel · 12 years ago
  67. 3a553fc s390x/kvm: implement floating-interrupt controller device by Jens Freimann · 12 years ago
  68. 855011b hw: arm_gic_kvm: Add KVM VGIC save/restore logic by Christoffer Dall · 11 years ago
  69. 1da41cc arm: vgic device control api support by Christoffer Dall · 11 years ago
  70. 6453fa9 hw/intc/arm_gic: Fix GIC_SET_LEVEL by Christoffer Dall · 11 years ago
  71. fce0a82 hw/intc/exynos4210_combiner: Don't overrun output_irq array in init by Peter Maydell · 11 years ago
  72. 105a060 Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140220' into staging by Peter Maydell · 11 years ago
  73. 8731690 hw/intc/arm_gic: Fix NVIC assertion failure by Peter Maydell · 11 years ago
  74. c7bcc85 qdev: Remove hex8/32/64 property types by Paolo Bonzini · 11 years ago
  75. 2a22165 exec: Make cpu_physical_memory_write_rom input an AS by Edgar E. Iglesias · 11 years ago
  76. a9d477c arm_gic: Add GICC_APRn state to the GICState by Christoffer Dall · 11 years ago
  77. aa7d461 arm_gic: Support setting/getting binary point reg by Christoffer Dall · 12 years ago
  78. 40d2250 arm_gic: Keep track of SGI sources by Christoffer Dall · 11 years ago
  79. 8d99999 arm_gic: Fix GIC pending behavior by Christoffer Dall · 11 years ago
  80. 5b0adce arm_gic: Fix GICD_ICPENDR and GICD_ISPENDR writes by Christoffer Dall · 11 years ago
  81. 41ab7b5 arm_gic: Introduce define for GIC_NR_SGIS by Christoffer Dall · 11 years ago
  82. c06f13c Merge remote-tracking branch 'afaerber/tags/qom-devices-for-anthony' into staging by Anthony Liguori · 11 years ago
  83. 9df90ad hw: arm_gic: Introduce gic_set_priority function by Christoffer Dall · 11 years ago
  84. 04050c5 arm_gic: Rename GIC_X_TRIGGER to GIC_X_EDGE_TRIGGER by Christoffer Dall · 11 years ago
  85. db0f888 ioapic: QOM'ify ioapic by xiaoqiang zhao · 11 years ago
  86. f977185 ioapic: Cleanup for QOM'ification by xiaoqiang zhao · 11 years ago
  87. 494c271 icc_bus: QOM'ify ICC by xiaoqiang zhao · 11 years ago
  88. ff6986c apic: QOM'ify APIC by xiaoqiang zhao · 11 years ago
  89. d3b0c9e apic: Cleanup for QOM'ification by xiaoqiang zhao · 11 years ago
  90. 1b111dc hw: cannot_instantiate_with_device_add_yet due to pointer props by Markus Armbruster · 11 years ago
  91. f3b1764 isa: Clean up use of cannot_instantiate_with_device_add_yet by Markus Armbruster · 11 years ago
  92. f37a437 apic: Document why cannot_instantiate_with_device_add_yet by Markus Armbruster · 11 years ago
  93. 837d371 sysbus: Set cannot_instantiate_with_device_add_yet by Markus Armbruster · 11 years ago
  94. efec3dd qdev: Replace no_user by cannot_instantiate_with_device_add_yet by Markus Armbruster · 11 years ago
  95. a64d325 spapr-rtas: replace return code constants with macros by Alexey Kardashevskiy · 11 years ago
  96. c3931ee hw/intc: add allwinner A10 interrupt controller by liguang · 11 years ago
  97. ce31825 realview_gic: Prepare for QOM embedding by Andreas Färber · 12 years ago
  98. 612daf0 realview_gic: Convert to QOM realize by Andreas Färber · 12 years ago
  99. 8372879 arm_gic: Extract headers hw/intc/arm_gic{,_common}.h by Andreas Färber · 12 years ago
  100. 9554233 xics-kvm: enable irqfd for MSI by Alexey Kardashevskiy · 12 years ago