aboutsummaryrefslogtreecommitdiffstats
path: root/hw/spitz.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini1-3/+3
2011-01-29pxa2xx_gpio: switch to using qdevDmitry Eremin-Solenikov1-17/+17
2011-01-29spitz: make spitz-keyboard to use qdev infrastructureDmitry Eremin-Solenikov1-55/+72
2011-01-29spitz: make sl-nand emulation use qdev infrastructureDmitry Eremin-Solenikov1-36/+61
2011-01-29Use vmstate to save/load spitz-lcdtg and corgi-ssp stateDmitry Eremin-Solenikov1-46/+28
2011-01-29SharpSL scoop device - convert to qdevDmitry Eremin-Solenikov1-11/+12
2010-12-11Add endianness as io mem parameterAlexander Graf1-1/+1
2010-08-24Rearrange block headersBlue Swirl1-0/+1
2010-07-06qemu_ram_alloc: Add DeviceState and name parametersAlex Williamson1-1/+1
2010-07-06savevm: Add DeviceState paramAlex Williamson1-4/+5
2010-06-27Remove useless device dependency of HAS_AUDIOBlue Swirl1-4/+0
2010-05-31arm: fix arm kernel boot for non zero start addrLars Munch1-3/+0
2010-04-25arm: remove dead assignments, spotted by clang analyzerBlue Swirl1-1/+1
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-8/+8
2009-10-01Get rid of _t suffixmalc1-8/+8
2009-09-11Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela1-1/+2
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-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl1-2/+2
2009-07-27kill drives_tableGerd Hoffmann1-4/+4
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity1-1/+1
2009-06-13Add static to local machine declaration.Stefan Weil1-1/+1
2009-06-13Avoid a gcc 3 format warningBlue Swirl1-6/+2
2009-06-11qdev: move name+size into DeviceInfo (v2)Gerd Hoffmann1-2/+6
2009-05-23Add common BusStatePaul Brook1-6/+3
2009-05-21Convert machine registration to use module init functionsAnthony Liguori1-3/+13
2009-05-14PXA SSI qdev conversionPaul Brook1-76/+143
2009-05-14WM8750 qdev coversionPaul Brook1-2/+2
2009-05-14MAX7310 I2C qdev conversionPaul Brook1-2/+2
2009-05-13Remove vga_ram_sizePaul Brook1-9/+9
2009-05-12Push AUD_init down to devicesPaul Brook1-3/+1
2009-05-12Make AUD_init failure fatalPaul Brook1-2/+0
2009-05-10Follow coding conventionsPaul Brook1-44/+44
2009-04-11Remove redundant ram_require machine properly.pbrook1-4/+0
2009-04-11Remove more redundant ram size checks.pbrook1-5/+0
2009-04-09More phys_ram_base removal.pbrook1-1/+1
2009-01-16graphical_console_init change (Stefano Stabellini)aliguori1-10/+10
2008-12-07Move spitz microdrive to PCMCIA socket 0.balrog1-5/+5
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook1-6/+1
2008-10-28Set default max_cpus to one.balrog1-4/+0
2008-10-07machine struct - specify max_cpus at the per machine level (Jes Sorensen)aliguori1-0/+4
2008-10-07machine struct - use C99 initializers (Jes Sorensen)aliguori1-16/+16
2008-06-02Provide basic emulation for Sharp SL-6000 PDA (Tosa), Dmitry Baryshkov.balrog1-12/+10
2008-06-02Factor out common SharpSL PDA code (Dmitry Baryshkov).balrog1-287/+16
2008-04-27Use correct types to enable > 2G support, based on a patch fromaurel321-5/+5
2008-04-24RAM usage information in machine definition.balrog1-7/+12
2008-04-22Revert "Use correct types to enable > 2G support" (r4238), it isaurel321-5/+5
2008-04-22Use correct types to enable > 2G support, based on a patch fromaurel321-5/+5
2008-04-14Move the excess of arm_load_kernel() parameters into a struct.balrog1-4/+12
2007-12-02Add -drive parameter, by Laurent Vivier.ths1-2/+7