summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* qdev: add return value to init() callbacks.Gerd Hoffmann2009-08-271-1/+2
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-2/+2
* qdev/prop: convert etraxfs_pic.c to helper macros.Gerd Hoffmann2009-08-101-8/+5
* qdev: rework device properties.Gerd Hoffmann2009-07-161-3/+15
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-1/+1
* Remove qdev irq sink handlingPaul Brook2009-05-261-1/+1
* Hardware convenience libraryPaul Brook2009-05-191-2/+2
* cris: First shot at qdev for CRIS interrupts.Edgar E. Iglesias2009-05-181-40/+33
* ETRAX-PIC: Untabify.Edgar E. Iglesias2009-05-161-88/+88
* ETRAX: Simplify PIC interface.Edgar E. Iglesias2009-05-161-22/+15
* Replace cpu_abort with hw_errorPaul Brook2009-05-081-2/+1
* ETRAX: Drop the _t for the internal PIC type.Edgar E. Iglesias2009-05-051-8/+8
* ETRAX: Simplify the interrupt controller model.Edgar E. Iglesias2009-05-051-57/+24
* monitor: Rework API (Jan Kiszka)aliguori2009-03-051-2/+3
* hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-6/+0
* ETRAX: Correctly update the interrupt vector when interrupts get masked.edgar_igl2009-01-071-64/+38
* Change MMIO callbacks to use offsets, not absolute addresses.pbrook2008-12-011-6/+0
* ETRAX: Add NMI support to the watchdog and the interrupt controller.edgar_igl2008-06-091-9/+44
* Update the etrax machine.edgar_igl2008-05-111-0/+1
* Made the etrax timers and serial-ports base address relocatable. Use target_p...edgar_igl2008-03-141-2/+2
* * Add a model of the ETRAX interrupt controller.edgar_igl2008-03-141-0/+207