vga: change tabs to spaces
[qemu] / hw / slavio_intctl.c
2009-08-28 Blue SwirlSparc32: port interrupt controller to VMState design
2009-08-28 Gerd Hoffmannqdev: add return value to init() callbacks.
2009-08-25 Blue SwirlSparc32: improve interrupt handling
2009-08-25 Blue SwirlMake CPURead/WriteFunc structure 'const'
2009-08-23 Blue SwirlSparc32: fix monitor commands 'info pic' and 'info...
2009-08-10 Gerd Hoffmannqdev/prop: convert slavio_intctl.c to helper macros.
2009-08-08 Blue SwirlSparc32: move intbit_to_level table back to slavio_intctl.c
2009-08-08 Blue SwirlSparc32: move device instantiation to sun4m.c
2009-07-16 Gerd Hoffmannqdev: rework device properties.
2009-07-16 Blue SwirlSparc32: convert slavio interrupt controller to qdev
2009-06-29 Jan KiszkaRevert "Introduce reset notifier order"
2009-06-17 Blue SwirlDon't set IRQs on device reset and loadvm/savevm
2009-06-16 Avi KivityRemove io_index argument from cpu_register_io_memory()
2009-05-22 Jan KiszkaIntroduce reset notifier order
2009-05-13 Blue SwirlReplace gcc variadic macro extension with C99 version
2009-03-16 blueswir1Delete some unused macros detected with -Wp,-Wunused...
2009-03-05 aliguorimonitor: Rework API (Jan Kiszka)
2009-03-03 blueswir1Fix slavio_intctl.c compile errors (Robert Reif)
2009-02-05 aliguorihw: remove error handling from qemu_malloc() callers...
2008-12-13 blueswir1Remove unnecessary trailing newlines
2008-12-02 blueswir1Remove address masking after some rearranging
2008-12-01 pbrookChange MMIO callbacks to use offsets, not absolute...
2008-05-12 blueswir1Wrap long lines
2008-01-01 blueswir1 Fix Debian serial console boot problem reported by...
2008-01-01 blueswir1 Register only valid register access widths
2007-12-29 blueswir1 Fix CPU timer interrupts
2007-12-28 blueswir1 Fix master interrupt register masking
2007-12-28 blueswir1 Fix system read address mask (Robert Reif)
2007-11-17 blueswir1 Name the magic constants, fix a hex number without 0x
2007-11-17 pbrookBreak up vl.h.
2007-10-06 blueswir1 More detabification
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-08-05 blueswir1 Fix Slavio interrupt controller debugging output
2007-08-04 blueswir1 Fix Sparc32 interrupt handling
2007-05-27 blueswir1Interrupt debugging DPRINTFs
2007-05-27 blueswir1Use qemu_irqs between CPUs and interrupt controller
2007-05-27 blueswir1Use qemu_irq between interrupt controller and timers
2007-05-26 blueswir1Split DMA controller in two
2007-05-21 blueswir1Fix interrupt controller address masking
2007-05-19 blueswir1Use full 36-bit physical address space on SS10
2007-04-07 pbrookUnify IRQ handling.
2007-04-01 blueswir1Change Sparc uses of pic_set_irq to pic_set_irq_new
2007-04-01 blueswir1Add SparcStation-10 machine
2007-03-20 thsSlavIO interrupt controller fix, by Aurelien Jarno.
2006-06-25 bellardC99 64 bit printf
2005-12-05 bellardInitial SPARC SMP support (Blue Swirl)
2005-11-21 bellardcpu_single_env usage fix
2005-07-02 bellardsparc64 marge (Blue Swirl)
2005-04-06 bellardsparc update (Blue Swirl)
2005-02-02 bellardsparc fix (Blue Swirl)
2004-12-19 bellardSPARC merge