1. 08406b0 Revert "fix some debug printf format strings" by malc · 13 years ago
  2. 4f21387 Revert "i8259: add -no-spurious-interrupt-hack option" by malc · 13 years ago
  3. f278d49 i8259: add -no-spurious-interrupt-hack option by Matthew Ogilvie · 13 years ago
  4. 145c7c8 fix some debug printf format strings by Matthew Ogilvie · 13 years ago
  5. aa24822 i8259: Do not clear level-triggered lines in IRR on init by Jan Kiszka · 13 years ago
  6. 83f7d43 qom: Unify type registration by Andreas Färber · 13 years ago
  7. 39bffca qdev: register all types natively through QEMU Object Model by Anthony Liguori · 13 years ago
  8. 8f04ee0 isa: pic: convert to QEMU Object Model by Anthony Liguori · 13 years ago
  9. 512709f i8259: Factor out base class for KVM reuse by Jan Kiszka · 13 years ago
  10. 9aa78c4 i8259: Completely privatize PicState by Jan Kiszka · 13 years ago
  11. a811f53 i8259: give ISA device to isa_register_ioport() by Hervé Poussineau · 13 years ago
  12. 48a18b3 isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() functions by Hervé Poussineau · 13 years ago
  13. 81a02f9 i8259: Fix coding style by Jan Kiszka · 13 years ago
  14. 747c70a i8259: Convert to qdev by Jan Kiszka · 13 years ago
  15. c17725f i8259: Eliminate PicState2 by Jan Kiszka · 13 years ago
  16. 2598539 i8259: Replace PicState::pics_state with master flag by Jan Kiszka · 13 years ago
  17. 6e5580c i8259: PREP: Replace pic_intack_read with pic_read_irq by Jan Kiszka · 13 years ago
  18. fc1a5e0 i8259: Clean up pic_ioport_read by Jan Kiszka · 13 years ago
  19. 8d484ca i8259: Fix poll command by Jan Kiszka · 13 years ago
  20. b76750c i8259: Switch to per-PIC IRQ update by Jan Kiszka · 13 years ago
  21. 86fbf97 i8259: Clear ELCR on reset by Jan Kiszka · 13 years ago
  22. 51d9e93 i8259: Update IRQ state after reset by Jan Kiszka · 13 years ago
  23. 78ef2b6 i8259: Reorder intack in pic_read_irq by Jan Kiszka · 13 years ago
  24. afdb06f i8259: Do not update IRQ output after spurious pic_poll_read by Jan Kiszka · 13 years ago
  25. 2e2b227 i8239: Introduce per-PIC output interrupt by Jan Kiszka · 13 years ago
  26. 6202601 i8259: Move pic_set_irq1 after pic_update_irq by Jan Kiszka · 13 years ago
  27. 5dcd35e i8259: Remove premature inline function attributes by Jan Kiszka · 13 years ago
  28. d96e173 pc: Fix and clean up PIC-to-APIC IRQ path by Jan Kiszka · 13 years ago
  29. 098d314 i8259: Convert to MemoryRegion by Richard Henderson · 14 years ago
  30. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  31. 7447545 change all other clock references to use nanosecond resolution accessors by Paolo Bonzini · 14 years ago
  32. 0be71e3 savevm: Add DeviceState param by Alex Williamson · 15 years ago
  33. 8ac02ff i8259: improve debugging by Blue Swirl · 15 years ago
  34. 7f5b7d3 x86: remove dead assignments, spotted by clang analyzer by Blue Swirl · 15 years ago
  35. fbe3288 move two variable declarations out of vl.c by Paolo Bonzini · 15 years ago
  36. 77eea83 vmstate: port i8259 device by Juan Quintela · 15 years ago
  37. 6ee093c Unexport ticks_per_sec variable. Create get_ticks_per_sec() function by Juan Quintela · 15 years ago
  38. 1632dc6 Route IOAPIC interrupts via ISA bus by Avi Kivity · 16 years ago
  39. 0bf9e31 Fix most warnings (errors with -Werror) when debugging is enabled by Blue Swirl · 16 years ago
  40. a08d436 Revert "Introduce reset notifier order" by Jan Kiszka · 16 years ago
  41. 8217606 Introduce reset notifier order by Jan Kiszka · 16 years ago
  42. 29463b2 target-alpha: lower parent irq when irq is lowered. by aurel32 · 16 years ago
  43. 376253e monitor: Rework API (Jan Kiszka) by aliguori · 16 years ago
  44. 487414f hw: remove error handling from qemu_malloc() callers (Avi Kivity) by aliguori · 16 years ago
  45. 8467871 Special Mask Mode for i8259 PIC (Sebastian Reichelt). by balrog · 17 years ago
  46. 9596ebb Add statics and missing #includes for prototypes. by pbrook · 17 years ago
  47. 87ecb68 Break up vl.h. by pbrook · 17 years ago
  48. 5a9b7d3 Avoid PreP target kernel freeze waiting for IRQs. by j_mayer · 17 years ago
  49. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 17 years ago
  50. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
  51. 2bb081f Fix i8259 initialization, by Bernhard Kauer. by ths · 18 years ago
  52. d537cf6 Unify IRQ handling. by pbrook · 18 years ago
  53. 2053152 Single mode for PIC i8259, by Bernhard Kauer. by ths · 18 years ago
  54. 4de9b24 Reworking MIPS interrupt handling, by Aurelien Jarno. by ths · 18 years ago
  55. 26a7646 C99 64 bit printf by bellard · 19 years ago
  56. 4dbe19e ELCR is not reset by PIC reset (bug report by malc) by bellard · 19 years ago
  57. d592d30 IOAPIC support (initial patch by Filip Navara) by bellard · 20 years ago
  58. 3de388f more generic i8259 support by bellard · 20 years ago
  59. 54fa5af more generic IRQ support by bellard · 20 years ago
  60. 4f7631c initial APIC support (only for x86_64 target now) by bellard · 20 years ago
  61. 0ecf89a level triggered IRQ fix (Steve Wormley) by bellard · 20 years ago
  62. d7d02e3 new reset API by bellard · 21 years ago
  63. 2444ca4 trace fixes by bellard · 21 years ago
  64. 4a0fb71e irq statistics code (initial patch by Jocelyn Mayer) by bellard · 21 years ago
  65. 15aeac3 PIC spurious irq support (aka Solaris install bug) by bellard · 21 years ago
  66. b54ad04 PIC reset fix (initial patch by Hidemi KAWAI) by bellard · 21 years ago
  67. 660de33 PIIX ELCR register support by bellard · 21 years ago
  68. ba91cd8 fixed very unlikely irq bug by bellard · 21 years ago
  69. a541f29 PowerPC system emulation fixes (Jocelyn Mayer) by bellard · 21 years ago
  70. 67b915a win32 port (initial patch by kazu) by bellard · 21 years ago
  71. b0a21b5 use new timer API by bellard · 21 years ago
  72. b41a2cd io port API change by bellard · 21 years ago
  73. 80cabfa separated more devices from emulator by bellard · 21 years ago