1. 33c1187 qemu-common: push cpu.h inclusion out of qemu-common.h by Paolo Bonzini · 9 years ago
  2. 226419d msi_supported -> msi_nonbroken by Michael S. Tsirkin · 9 years ago
  3. b6a0aa0 x86: Clean up includes by Peter Maydell · 9 years ago
  4. a22bf99 apic_internal.h: rename ESR_ILLEGAL_ADDRESS to APIC_ESR_ILLEGAL_ADDRESS by Pavel Butsykin · 9 years ago
  5. 82a5e04 apic_internal.h: make some apic_get_* functions externally visible by Pavel Butsykin · 9 years ago
  6. be9f8a0 apic: convert ->busdev.qdev casts to C casts by Zhu Guihua · 10 years ago
  7. 5224c88 apic: fix incorrect handling of ExtINT interrupts wrt processor priority by Paolo Bonzini · 10 years ago
  8. 8092cb7 apic: fix loss of IPI due to masked ExtINT by Paolo Bonzini · 10 years ago
  9. 60e6804 apic: avoid getting out of halted state on masked PIC interrupts by Paolo Bonzini · 10 years ago
  10. d6c140a apic: Fix reported DFR content by Jan Kiszka · 10 years ago
  11. aa93200 apic: use emulated lapic version 0x14 on pc machines >= 2.1 by Gabriel L. Somlo · 11 years ago
  12. eb6282f misc: Use cpu_physical_memory_read and cpu_physical_memory_write by Stefan Weil · 11 years ago
  13. 6d55574 hw/intc/apic.c: Use uint32_t for mask word in foreach_apic by Peter Maydell · 11 years ago
  14. 2a22165 exec: Make cpu_physical_memory_write_rom input an AS by Edgar E. Iglesias · 11 years ago
  15. ff6986c apic: QOM'ify APIC by xiaoqiang zhao · 11 years ago
  16. d3b0c9e apic: Cleanup for QOM'ification by xiaoqiang zhao · 11 years ago
  17. bc72ad6 aio / timers: Switch entire codebase to the new timer API by Alex Bligh · 11 years ago
  18. 1437c94 hw/i*: pass owner to memory_region_init* functions by Paolo Bonzini · 12 years ago
  19. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  20. edf9735 apic: rename apic specific bitopts by Michael S. Tsirkin · 12 years ago
  21. baaeda0 target-i386: Replace MSI_SPACE_SIZE with APIC_SPACE_SIZE by Igor Mammedov · 12 years ago
  22. 7702e47 hw: move interrupt controllers to hw/intc/, configure with default-configs/ by Paolo Bonzini · 12 years ago[Renamed from hw/apic.c]
  23. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  24. c3affe5 cpu: Pass CPUState to cpu_interrupt() by Andreas Färber · 12 years ago
  25. d8ed887 exec: Pass CPUState to cpu_reset_interrupt() by Andreas Färber · 12 years ago
  26. 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
  27. 8c43a6f Make all static TypeInfos const by Andreas Färber · 12 years ago
  28. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  29. a2cb15b pci: update all users to look in pci/ by Michael S. Tsirkin · 12 years ago
  30. 60e8257 cpus: Pass CPUState to qemu_cpu_is_self() by Andreas Färber · 13 years ago
  31. e9f9d6b target-i386: Pass X86CPU to cpu_x86_load_seg_cache_sipi() by Andreas Färber · 13 years ago
  32. 60671e5 apic: Store X86CPU in APICCommonState by Andreas Färber · 12 years ago
  33. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  34. 5d62c43 apic: Defer interrupt updates to VCPU thread by Jan Kiszka · 13 years ago
  35. a94820d apic: Reevaluate pending interrupts on LVT_LINT0 changes by Jan Kiszka · 13 years ago
  36. 3db3659 apic: Resolve potential endless loop around apic_update_irq by Jan Kiszka · 13 years ago
  37. 9886c23 Introduce apic-msidef.h by Anthony PERARD · 13 years ago
  38. 08a82ac pc: Enable MSI support at APIC level by Jan Kiszka · 13 years ago
  39. e5ad936 kvmvapic: Introduce TPR access optimization for Windows guests by Jan Kiszka · 13 years ago
  40. 83f7d43 qom: Unify type registration by Andreas Färber · 13 years ago
  41. 39bffca qdev: register all types natively through QEMU Object Model by Anthony Liguori · 13 years ago
  42. 999e12b sysbus: apic: ioapic: convert to QEMU Object Model by Anthony Liguori · 13 years ago
  43. 7a380ca apic: Open-code timer save/restore by Jan Kiszka · 13 years ago
  44. dae0168 apic: Factor out base class for KVM reuse by Jan Kiszka · 13 years ago
  45. 343270e apic: Introduce apic_report_irq_delivered by Jan Kiszka · 13 years ago
  46. 02c0919 apic: Inject external NMI events via LINT1 by Jan Kiszka · 13 years ago
  47. ab388a9 apic: Stop timer on reset by Jan Kiszka · 13 years ago
  48. 750ecd4 sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() by Avi Kivity · 13 years ago
  49. d96e173 pc: Fix and clean up PIC-to-APIC IRQ path by Jan Kiszka · 13 years ago
  50. 1f6f408 target-i386: Remove unused polarity arguments from APIC API by Jan Kiszka · 13 years ago
  51. 312b423 apic: convert to memory API by Avi Kivity · 13 years ago
  52. 7447545 change all other clock references to use nanosecond resolution accessors by Paolo Bonzini · 14 years ago
  53. 0fbfbb5 correctly check ppr priority during interrupt injection] by Gleb Natapov · 14 years ago
  54. 0280b57 ioapic: Implement EOI handling for level-triggered IRQs by Jan Kiszka · 14 years ago
  55. f5095c6 apic: Fix accidental use of SoftFloat uint32 type by Andreas Färber · 14 years ago
  56. 2507c12 Add endianness as io mem parameter by Alexander Graf · 14 years ago
  57. b538e53 apic: Don't iterate past last used apic by Alex Williamson · 14 years ago
  58. d8023f3 apic: convert debug printf statements to tracepoints by Blue Swirl · 14 years ago
  59. 92a16d7 apic: qdev conversion cleanup by Blue Swirl · 15 years ago
  60. 8546b09 apic: convert to qdev by Blue Swirl · 15 years ago
  61. 0e26b7b apic: avoid using CPUState internals by Blue Swirl · 15 years ago
  62. 4a942ce apic: avoid passing CPUState from CPU code by Blue Swirl · 15 years ago
  63. cf6d64b apic: avoid passing CPUState from devices by Blue Swirl · 15 years ago
  64. 0a3c592 apic: improve debugging by Blue Swirl · 15 years ago
  65. aa28b9b Move x86 specific PC declarations to a separate file by Blue Swirl · 15 years ago
  66. ea375f9 KVM: Rework VCPU state writeback API by Jan Kiszka · 15 years ago
  67. c169998 v3: don't call reset functions on cpu initialization by Glauber Costa · 15 years ago
  68. 19a2223 set correct CS seg limit and flags on sipi by Gleb Natapov · 15 years ago
  69. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  70. 99a0949 Get rid of _t suffix by malc · 15 years ago
  71. 1c3173b Revert "don't call cpu_sychronize_state from reset handlers" by Anthony Liguori · 15 years ago
  72. 733318e don't call cpu_sychronize_state from reset handlers by Glauber Costa · 15 years ago
  73. 4c0960c kvm: Simplify cpu_synchronize_state() by Avi Kivity · 15 years ago
  74. 695dcf7 Port apic to new VMState design by Juan Quintela · 15 years ago
  75. d60efc6 Make CPURead/WriteFunc structure 'const' by Blue Swirl · 15 years ago
  76. 8167ee8 Update to a hopefully more future proof FSF address by Blue Swirl · 16 years ago
  77. a08d436 Revert "Introduce reset notifier order" by Jan Kiszka · 16 years ago
  78. 8d2ba1f kvm: Rework VCPU synchronization by Jan Kiszka · 16 years ago
  79. 54c96da qemu/apic: minimal MSI/MSI-X implementation for PC by Michael S. Tsirkin · 16 years ago
  80. b09ea7d Handle init/sipi in a main cpu exec loop. (v2) by Gleb Natapov · 16 years ago
  81. 1eed09c Remove io_index argument from cpu_register_io_memory() by Avi Kivity · 16 years ago
  82. 678e12c Don't use cpu_index as apic_id. by Gleb Natapov · 16 years ago
  83. 8217606 Introduce reset notifier order by Jan Kiszka · 16 years ago
  84. 2c7c13d apic: Fix access to non-existent APIC by aurel32 · 16 years ago
  85. 610626a From 67e94ae77f8de4d5d822917f1723cefa7ebfb64d Mon Sep 17 00:00:00 2001 by aliguori · 16 years ago
  86. 487414f hw: remove error handling from qemu_malloc() callers (Avi Kivity) by aliguori · 16 years ago
  87. 73822ec Add -rtc-td-hack option to fix time drift with RTC on Windows (Gleb Natapov) by aliguori · 16 years ago
  88. fad6cb1 Update FSF address in GPL/LGPL boilerplate by aurel32 · 16 years ago
  89. 16b29ae Add HPET emulation to qemu (Beth Kon) by aliguori · 16 years ago
  90. 3b63c04 Revert "hw/apic.c: use fls() from host-utils" by aurel32 · 16 years ago
  91. d34ca59 hw/apic.c: use fls() from host-utils by aurel32 · 16 years ago
  92. bb7e729 hw/apic.c: use functions from host-utils.h by aurel32 · 16 years ago
  93. bad5b1e Define macro QEMU_GNUC_PREREQ and use it by aurel32 · 16 years ago
  94. 5b7ada4 Only use __builtin_* with GCC >= 3.4 by aurel32 · 16 years ago
  95. e95f549 hw/apic.c: use __builtin funtions instead of assembly code by aurel32 · 16 years ago
  96. 3003b8b Reset CPU on INIT IPI by aurel32 · 16 years ago
  97. 5a964d9 hw/apic.c: use bsr and bsf on x86_64 by aurel32 · 16 years ago
  98. fec5fa0 Reset I32_APIC_BASE on system RESET by aurel32 · 16 years ago
  99. 1a7de94 De-assert PIC IRQs properly at APIC level by aurel32 · 16 years ago
  100. 681f8c2 APIC: Do not start zero-period timers (Jan Kiszka) by aliguori · 16 years ago