aboutsummaryrefslogtreecommitdiff
path: root/hw/spitz.c
AgeCommit message (Expand)Author
2011-10-17spitz: convert to memory APIAvi Kivity
2011-10-02pxa: Pass in address_space to pxa{255, 270}_initRichard Henderson
2011-09-06spitz tosa: Simplify "drive is suitable for microdrive" testMarkus Armbruster
2011-07-30hw/nand: qdevifyJuha Riihimäki
2011-07-30hw/nand: Pass block device state to init functionPeter Maydell
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini
2011-01-29pxa2xx_gpio: switch to using qdevDmitry Eremin-Solenikov
2011-01-29spitz: make spitz-keyboard to use qdev infrastructureDmitry Eremin-Solenikov
2011-01-29spitz: make sl-nand emulation use qdev infrastructureDmitry Eremin-Solenikov
2011-01-29Use vmstate to save/load spitz-lcdtg and corgi-ssp stateDmitry Eremin-Solenikov
2011-01-29SharpSL scoop device - convert to qdevDmitry Eremin-Solenikov
2010-12-11Add endianness as io mem parameterAlexander Graf
2010-08-24Rearrange block headersBlue Swirl
2010-07-06qemu_ram_alloc: Add DeviceState and name parametersAlex Williamson
2010-07-06savevm: Add DeviceState paramAlex Williamson
2010-06-27Remove useless device dependency of HAS_AUDIOBlue Swirl
2010-05-31arm: fix arm kernel boot for non zero start addrLars Munch
2010-04-25arm: remove dead assignments, spotted by clang analyzerBlue Swirl
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-09-11Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela
2009-09-04ide: pass down DriveInfo instead of BlockDriverStateGerd Hoffmann
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl
2009-07-27kill drives_tableGerd Hoffmann
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity
2009-06-13Add static to local machine declaration.Stefan Weil
2009-06-13Avoid a gcc 3 format warningBlue Swirl
2009-06-11qdev: move name+size into DeviceInfo (v2)Gerd Hoffmann
2009-05-23Add common BusStatePaul Brook
2009-05-21Convert machine registration to use module init functionsAnthony Liguori
2009-05-14PXA SSI qdev conversionPaul Brook
2009-05-14WM8750 qdev coversionPaul Brook
2009-05-14MAX7310 I2C qdev conversionPaul Brook
2009-05-13Remove vga_ram_sizePaul Brook
2009-05-12Push AUD_init down to devicesPaul Brook
2009-05-12Make AUD_init failure fatalPaul Brook
2009-05-10Follow coding conventionsPaul Brook
2009-04-11Remove redundant ram_require machine properly.pbrook
2009-04-11Remove more redundant ram size checks.pbrook
2009-04-09More phys_ram_base removal.pbrook
2009-01-16graphical_console_init change (Stefano Stabellini)aliguori
2008-12-07Move spitz microdrive to PCMCIA socket 0.balrog
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook
2008-10-28Set default max_cpus to one.balrog
2008-10-07machine struct - specify max_cpus at the per machine level (Jes Sorensen)aliguori
2008-10-07machine struct - use C99 initializers (Jes Sorensen)aliguori
2008-06-02Provide basic emulation for Sharp SL-6000 PDA (Tosa), Dmitry Baryshkov.balrog
2008-06-02Factor out common SharpSL PDA code (Dmitry Baryshkov).balrog
2008-04-27Use correct types to enable > 2G support, based on a patch fromaurel32