aboutsummaryrefslogtreecommitdiffstats
path: root/hw/etraxfs_ser.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-2/+2
2009-10-01Get rid of _t suffixmalc1-2/+2
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann1-1/+2
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl1-2/+2
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity1-1/+1
2009-05-16ETRAX-SER: Untabify.Edgar E. Iglesias1-93/+93
2009-05-16ETRAX-SER: qdevify.Edgar E. Iglesias1-20/+21
2009-05-05ETRAX: Simplify serport control logic.Edgar E. Iglesias1-83/+44
2009-05-05ETRAX: Drop _t for the serial type.Edgar E. Iglesias1-7/+7
2009-05-05ETRAX: Use NULL for subwidth serport reg accesses.Edgar E. Iglesias1-18/+2
2009-05-05ETRAX: Simplify interrupt signaling.Edgar E. Iglesias1-12/+4
2009-02-22CRIS: Fix remaining build warnings.edgar_igl1-0/+1
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-2/+0
2008-12-06ETRAX-FS: No need to decode the address anymore.edgar_igl1-2/+2
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook1-4/+0
2008-06-30Avoid refering to CRIS specific cpu-state to be able to use these blocks with...edgar_igl1-5/+4
2008-05-02ETRAX serial port:edgar_igl1-29/+164
2008-03-14Made the etrax timers and serial-ports base address relocatable. Use target_p...edgar_igl1-27/+16
2008-03-14* Add a model of the ETRAX interrupt controller.edgar_igl1-3/+4
2008-03-01* target-cris/op.c: Make sure the bit-test insn only updates the XNZ flags.edgar_igl1-14/+24
2007-11-17Break up vl.h.pbrook1-1/+1
2007-10-08EtraxFS board support, by Edgar E. Iglesias.ths1-0/+122