1. 35d0845 savevm: Remove all the unneeded version_minimum_id_old (rest) by Juan Quintela · 11 years ago
  2. 7d45e78 hw/intc/slavio_intctl: Avoid shifting left into sign bit by Peter Maydell · 11 years ago
  3. 7abad86 slavio_intctl: QOM cast cleanup by Andreas Färber · 12 years ago
  4. 1437c94 hw/i*: pass owner to memory_region_init* functions by Paolo Bonzini · 12 years ago
  5. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  6. 7702e47 hw: move interrupt controllers to hw/intc/, configure with default-configs/ by Paolo Bonzini · 12 years ago[Renamed from hw/slavio_intctl.c]
  7. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  8. 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
  9. 1356b98 sysbus: Drop sysbus_from_qdev() cast macro by Andreas Färber · 12 years ago
  10. 8c43a6f Make all static TypeInfos const by Andreas Färber · 12 years ago
  11. 83c9089 monitor: move include files to include/monitor/ by Paolo Bonzini · 12 years ago
  12. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  13. 83f7d43 qom: Unify type registration by Andreas Färber · 13 years ago
  14. 39bffca qdev: register all types natively through QEMU Object Model by Anthony Liguori · 13 years ago
  15. 999e12b sysbus: apic: ioapic: convert to QEMU Object Model by Anthony Liguori · 13 years ago
  16. 750ecd4 sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() by Avi Kivity · 13 years ago
  17. 8bb5ef3 slavio_intctl: convert slaves interrupt controllers to memory API by Benoît Canet · 13 years ago
  18. 13c89a1 slavio_intctl: convert master interrupt controller to memory API by Benoît Canet · 13 years ago
  19. 07dd003 slavio_intctl: avoid structure holes spotted by pahole by Blue Swirl · 14 years ago
  20. c84a88d hw/slavio_intctl.c: fix gcc warning about array bounds overrun by Peter Maydell · 14 years ago
  21. 2507c12 Add endianness as io mem parameter by Alexander Graf · 14 years ago
  22. 97bf485 sparc32: convert debug printf statements to tracepoints by Blue Swirl · 14 years ago
  23. 94c5f45 mask all interrupts when MASTER_DISABLE is set by Artyom Tarasenko · 15 years ago
  24. 10760f0 sparc32 do not clear interrupts when masking by Artyom Tarasenko · 15 years ago
  25. a01d6ef sparc32 (mostly): remove unneeded calls to device reset by Blue Swirl · 15 years ago
  26. 78971d5 sparc32: convert interrupt controller to reset + vmsd by Blue Swirl · 15 years ago
  27. e59fb37 vmstate: add version_id argument to post_load by Juan Quintela · 15 years ago
  28. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  29. 99a0949 Get rid of _t suffix by malc · 15 years ago
  30. 752ff2f vmstate: rename run_after_load() -> post_load() by Juan Quintela · 16 years ago
  31. c9e9502 Sparc32: port interrupt controller to VMState design by Blue Swirl · 16 years ago
  32. 81a322d qdev: add return value to init() callbacks. by Gerd Hoffmann · 16 years ago
  33. 462eda2 Sparc32: improve interrupt handling by Blue Swirl · 16 years ago
  34. d60efc6 Make CPURead/WriteFunc structure 'const' by Blue Swirl · 16 years ago
  35. d453c2c Sparc32: fix monitor commands 'info pic' and 'info irq' by Blue Swirl · 16 years ago
  36. 7fdaf61 qdev/prop: convert slavio_intctl.c to helper macros. by Gerd Hoffmann · 16 years ago
  37. 68556e2 Sparc32: move intbit_to_level table back to slavio_intctl.c by Blue Swirl · 16 years ago
  38. 4b48bf0 Sparc32: move device instantiation to sun4m.c by Blue Swirl · 16 years ago
  39. ee6847d qdev: rework device properties. by Gerd Hoffmann · 16 years ago
  40. a1961a4 Sparc32: convert slavio interrupt controller to qdev by Blue Swirl · 16 years ago
  41. a08d436 Revert "Introduce reset notifier order" by Jan Kiszka · 16 years ago
  42. 0d0a7e6 Don't set IRQs on device reset and loadvm/savevm by Blue Swirl · 16 years ago
  43. 1eed09c Remove io_index argument from cpu_register_io_memory() by Avi Kivity · 16 years ago
  44. 8217606 Introduce reset notifier order by Jan Kiszka · 16 years ago
  45. 001faf3 Replace gcc variadic macro extension with C99 version by Blue Swirl · 16 years ago
  46. d78f399 Delete some unused macros detected with -Wp,-Wunused-macros use by blueswir1 · 16 years ago
  47. 376253e monitor: Rework API (Jan Kiszka) by aliguori · 16 years ago
  48. 3c4cf53 Fix slavio_intctl.c compile errors (Robert Reif) by blueswir1 · 16 years ago
  49. 487414f hw: remove error handling from qemu_malloc() callers (Avi Kivity) by aliguori · 16 years ago
  50. 1d6198c Remove unnecessary trailing newlines by blueswir1 · 16 years ago
  51. a8f48dc Remove address masking after some rearranging by blueswir1 · 16 years ago
  52. 8da3ff1 Change MMIO callbacks to use offsets, not absolute addresses. by pbrook · 16 years ago
  53. 77f193d Wrap long lines by blueswir1 · 17 years ago
  54. e3a79bc Fix Debian serial console boot problem reported by Aurelien Jarno by blueswir1 · 17 years ago
  55. 7c56045 Register only valid register access widths by blueswir1 · 17 years ago
  56. 6341fdc Fix CPU timer interrupts by blueswir1 · 17 years ago
  57. 80be36b Fix master interrupt register masking by blueswir1 · 17 years ago
  58. cc2acc4 Fix system read address mask (Robert Reif) by blueswir1 · 17 years ago
  59. 9a87ce9 Name the magic constants, fix a hex number without 0x by blueswir1 · 17 years ago
  60. 87ecb68 Break up vl.h. by pbrook · 17 years ago
  61. f930d07 More detabification by blueswir1 · 17 years ago
  62. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 18 years ago
  63. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 18 years ago
  64. 1569fc2 Fix Slavio interrupt controller debugging output by blueswir1 · 18 years ago
  65. 327ac2e Fix Sparc32 interrupt handling by blueswir1 · 18 years ago
  66. dd4131b Interrupt debugging DPRINTFs by blueswir1 · 18 years ago
  67. b3a2319 Use qemu_irqs between CPUs and interrupt controller by blueswir1 · 18 years ago
  68. d7edfd2 Use qemu_irq between interrupt controller and timers by blueswir1 · 18 years ago
  69. 5aca8c3 Split DMA controller in two Fix register size related bugs by blueswir1 · 18 years ago
  70. c6fdf5f Fix interrupt controller address masking by blueswir1 · 18 years ago
  71. 5dcb6b9 Use full 36-bit physical address space on SS10 by blueswir1 · 18 years ago
  72. d537cf6 Unify IRQ handling. by pbrook · 18 years ago
  73. 52cc07d Change Sparc uses of pic_set_irq to pic_set_irq_new by blueswir1 · 18 years ago
  74. e0353fe Add SparcStation-10 machine by blueswir1 · 18 years ago
  75. 491730f SlavIO interrupt controller fix, by Aurelien Jarno. by ths · 18 years ago
  76. 26a7646 C99 64 bit printf by bellard · 19 years ago
  77. ba3c64f Initial SPARC SMP support (Blue Swirl) by bellard · 19 years ago
  78. c68ea70 cpu_single_env usage fix by bellard · 19 years ago
  79. 3475187 sparc64 marge (Blue Swirl) by bellard · 20 years ago
  80. 66321a1 sparc update (Blue Swirl) by bellard · 20 years ago
  81. 6bae707 sparc fix (Blue Swirl) by bellard · 20 years ago
  82. e80cfcf SPARC merge by bellard · 20 years ago