aboutsummaryrefslogtreecommitdiffstats
path: root/hw/spitz.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-11-18 Remove unused parameters from QEMUMachineInitFunc (Laurent Vivier)blueswir11-4/+0
2007-11-17Break up vl.h.pbrook1-1/+13
2007-11-17Convert SD cards code to use qemu_irq too.balrog1-14/+3
2007-11-17Convert PXA2xx GPIOs and SCOOP GPIOs to a qemu_irq based api (similar to omap...balrog1-116/+115
2007-11-11use correct printf formatbellard1-0/+4
2007-10-31Set boot sequence from command line (Dan Kenigsberg).balrog1-8/+12
2007-10-04Several corrections in the spitzkbd keymap (patch by Juergen Lock).balrog1-2/+6
2007-08-01Move Spitz microdrive from first to second PCMCIA slot where it belongs.balrog1-3/+3
2007-07-29Word-reads from spitz NAND controller, patch by Juergen Lock.balrog1-1/+13
2007-06-24Make touchscreen calibration values better match the HW. Invert WM8750 GPIO.balrog1-2/+2
2007-06-03Fix off-by-one memory region sizes.pbrook1-2/+2
2007-05-24Savevm/loadvm bits for ARM core, the PXA2xx peripherals and Spitz hardware.balrog1-0/+115