aboutsummaryrefslogtreecommitdiffstats
path: root/hw/sm501.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl1-4/+4
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity1-2/+2
2009-05-13Include assert.h from qemu-common.hPaul Brook1-1/+0
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl1-2/+2
2009-04-19Adds SM501 usb host emulation feature.aurel321-1/+6
2009-04-10More phys_ram_base removal.pbrook1-8/+10
2009-03-13DisplayAllocator interface (Stefano Stabellini)aliguori1-1/+4
2009-01-16graphical_console_init change (Stefano Stabellini)aliguori1-6/+4
2009-01-15remove bgr (Stefano Stabellini)aliguori1-15/+6
2008-12-22Use the ARRAY_SIZE() macro where appropriate.malc1-1/+1
2008-12-07SH4: kill a few warningsaurel321-0/+1
2008-12-07SH: improve the way sh7750 registers io memory (Takashi YOSHII).balrog1-47/+35
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook1-33/+22
2008-11-05SM501 emulation for R2D-SH4blueswir11-0/+1129