aboutsummaryrefslogtreecommitdiff
path: root/hw/sm501.c
AgeCommit message (Expand)Author
2012-11-01console: untangle gfx & txt updatesGerd Hoffmann
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity
2012-10-22serial: split serial.cGerd Hoffmann
2012-02-11Fix memory dirty getting API change falloutBlue Swirl
2012-02-04memory: change dirty getting API to take a sizeBlue Swirl
2012-01-07sm501: Fix size of color_regStefan Weil
2012-01-04vmstate, memory: decouple vmstate from memory APIAvi Kivity
2011-10-17sm501: convert to memory APIAvi Kivity
2011-10-02sm501: Pass address_space_mem to sm501_initRichard Henderson
2011-10-02serial: Add MemoryRegion parameter to serial_mm_initRichard Henderson
2011-10-02serial: Remove ioregister parameter from serial_mm_initRichard Henderson
2011-10-02serial: Use enum device_endian in serial_mm_init parameterRichard Henderson
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-01-21sm501: fix screen redrawAurelien Jarno
2011-01-17sm501: add 2D engine copyrect supportAurelien Jarno
2010-12-11Add endianness as io mem parameterAlexander Graf
2010-09-18Use range_covers_byteBlue Swirl
2010-07-06qemu_ram_alloc: Add DeviceState and name parametersAlex Williamson
2010-05-15sh: sm501: add 2D engine supportShin-ichiro KAWASAKI
2010-04-05OHCI qdev conversionPaul Brook
2010-04-04Revert "Compile usb-ohci only once"Paul Brook
2010-03-21Compile usb-ohci only onceBlue Swirl
2010-03-21Compile serial only onceBlue Swirl
2010-03-18Replace assert(0) with abort() or cpu_abort()Blue Swirl
2010-01-14sh: sm501: Add hardware cursor featureShin-ichiro KAWASAKI
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-09-21Fix Sparse warnings about using plain integer as NULL pointerBlue Swirl
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity
2009-05-13Include assert.h from qemu-common.hPaul Brook
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl
2009-04-19Adds SM501 usb host emulation feature.aurel32
2009-04-10More phys_ram_base removal.pbrook
2009-03-13DisplayAllocator interface (Stefano Stabellini)aliguori
2009-01-16graphical_console_init change (Stefano Stabellini)aliguori
2009-01-15remove bgr (Stefano Stabellini)aliguori
2008-12-22Use the ARRAY_SIZE() macro where appropriate.malc
2008-12-07SH4: kill a few warningsaurel32
2008-12-07SH: improve the way sh7750 registers io memory (Takashi YOSHII).balrog
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook
2008-11-05SM501 emulation for R2D-SH4blueswir1