aboutsummaryrefslogtreecommitdiffstats
path: root/hw/tosa.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-15qom: Unify type registrationAndreas Färber1-2/+2
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-11/+13
2012-01-27i2c: smbus: convert to QEMU Object ModelAnthony Liguori1-7/+14
2012-01-27i2c: rename i2c_slave -> I2CSlaveAnthony Liguori1-5/+5
2012-01-27ssi: convert to QEMU Object ModelAnthony Liguori1-6/+13
2012-01-13prepare for future GPLv2+ relicensingPaolo Bonzini1-0/+3
2012-01-04vmstate, memory: decouple vmstate from memory APIAvi Kivity1-1/+2
2011-11-24tosa: convert to memory APIAvi Kivity1-2/+4
2011-10-17tc63963xb: convert to memory APIAvi Kivity1-1/+1
2011-10-02pxa: Pass in address_space to pxa{255, 270}_initRichard Henderson1-1/+3
2011-09-06spitz tosa: Simplify "drive is suitable for microdrive" testMarkus Armbruster1-7/+3
2011-04-15Remove unused sysemu.h include directivesBlue Swirl1-1/+0
2011-02-11tosa: we aren't connected to VBus, pass this info to Linux kernelDmitry Eremin-Solenikov1-0/+4
2011-01-29pxa2xx_gpio: switch to using qdevDmitry Eremin-Solenikov1-6/+6
2011-01-29SharpSL scoop device - convert to qdevDmitry Eremin-Solenikov1-11/+12
2010-08-24Rearrange block headersBlue Swirl1-0/+1
2010-07-06qemu_ram_alloc: Add DeviceState and name parametersAlex Williamson1-1/+1
2010-05-31arm: fix arm kernel boot for non zero start addrLars Munch1-3/+0
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-1/+1
2009-10-01Get rid of _t suffixmalc1-1/+1
2009-09-04ide: pass down DriveInfo instead of BlockDriverStateGerd Hoffmann1-1/+1
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann1-2/+4
2009-07-27kill drives_tableGerd Hoffmann1-4/+4
2009-06-11qdev: move name+size into DeviceInfo (v2)Gerd Hoffmann1-2/+6
2009-05-21Convert machine registration to use module init functionsAnthony Liguori1-1/+8
2009-05-14PXA SSI qdev conversionPaul Brook1-5/+12
2009-05-14TOSC DAC i2c qdev voncersionPaul Brook1-7/+22
2009-05-13Remove vga_ram_sizePaul Brook1-1/+1
2009-05-12Follow coding conventions.Paul Brook1-6/+6
2009-05-10Follow coding conventionsPaul Brook1-10/+10
2009-04-11Remove redundant ram_require machine properly.pbrook1-1/+0
2009-04-11Remove more redundant ram size checks.pbrook1-6/+0
2009-04-09More phys_ram_base removal.pbrook1-1/+1
2009-02-07Fix tosa_dac_recv warningaurel321-1/+1
2009-01-16graphical_console_init change (Stefano Stabellini)aliguori1-4/+3
2008-11-04tc6393xb: non-accelerated FB support (Dmitry Baryshkov).balrog1-5/+12
2008-11-04Tosa: dummy lcd support (Dmitry Baryshkov).balrog1-0/+84
2008-11-04Tosa: disable pxafb as it's not used on tosa (Dmitry Baryshkov).balrog1-1/+1
2008-11-04Tosa: provide correct IRQ to tc6393xb init (Dmitry Baryshkov).balrog1-1/+2
2008-11-04Tosa: emulate LEDs (Dmitry Baryshkov).balrog1-1/+34
2008-10-28Set default max_cpus to one.balrog1-1/+0
2008-10-07machine struct - specify max_cpus at the per machine level (Jes Sorensen)aliguori1-0/+1
2008-10-07machine struct - use C99 initializers (Jes Sorensen)aliguori1-4/+4
2008-06-09TC6393XB system features (Dmitry Baryshkov).balrog1-36/+2
2008-06-02Provide basic emulation for Sharp SL-6000 PDA (Tosa), Dmitry Baryshkov.balrog1-0/+160