aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela2009-09-111-1/+2
* ide: pass down DriveInfo instead of BlockDriverStateGerd Hoffmann2009-09-041-1/+1
* qdev: add return value to init() callbacks.Gerd Hoffmann2009-08-271-2/+4
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-2/+2
* kill drives_tableGerd Hoffmann2009-07-271-4/+4
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-1/+1
* Add static to local machine declaration.Stefan Weil2009-06-131-1/+1
* Avoid a gcc 3 format warningBlue Swirl2009-06-131-6/+2
* qdev: move name+size into DeviceInfo (v2)Gerd Hoffmann2009-06-111-2/+6
* Add common BusStatePaul Brook2009-05-231-6/+3
* Convert machine registration to use module init functionsAnthony Liguori2009-05-211-3/+13
* PXA SSI qdev conversionPaul Brook2009-05-141-76/+143
* WM8750 qdev coversionPaul Brook2009-05-141-2/+2
* MAX7310 I2C qdev conversionPaul Brook2009-05-141-2/+2
* Remove vga_ram_sizePaul Brook2009-05-131-9/+9
* Push AUD_init down to devicesPaul Brook2009-05-121-3/+1
* Make AUD_init failure fatalPaul Brook2009-05-121-2/+0
* Follow coding conventionsPaul Brook2009-05-101-44/+44
* Remove redundant ram_require machine properly.pbrook2009-04-111-4/+0
* Remove more redundant ram size checks.pbrook2009-04-111-5/+0
* More phys_ram_base removal.pbrook2009-04-091-1/+1
* graphical_console_init change (Stefano Stabellini)aliguori2009-01-161-10/+10
* Move spitz microdrive to PCMCIA socket 0.balrog2008-12-071-5/+5
* Change MMIO callbacks to use offsets, not absolute addresses.pbrook2008-12-011-6/+1
* Set default max_cpus to one.balrog2008-10-281-4/+0
* machine struct - specify max_cpus at the per machine level (Jes Sorensen)aliguori2008-10-071-0/+4
* machine struct - use C99 initializers (Jes Sorensen)aliguori2008-10-071-16/+16
* Provide basic emulation for Sharp SL-6000 PDA (Tosa), Dmitry Baryshkov.balrog2008-06-021-12/+10
* Factor out common SharpSL PDA code (Dmitry Baryshkov).balrog2008-06-021-287/+16
* Use correct types to enable > 2G support, based on a patch fromaurel322008-04-271-5/+5
* RAM usage information in machine definition.balrog2008-04-241-7/+12
* Revert "Use correct types to enable > 2G support" (r4238), it isaurel322008-04-221-5/+5
* Use correct types to enable > 2G support, based on a patch fromaurel322008-04-221-5/+5
* Move the excess of arm_load_kernel() parameters into a struct.balrog2008-04-141-4/+12
* Add -drive parameter, by Laurent Vivier.ths2007-12-021-2/+7
* Remove unused parameters from QEMUMachineInitFunc (Laurent Vivier)blueswir12007-11-181-4/+0
* Break up vl.h.pbrook2007-11-171-1/+13
* Convert SD cards code to use qemu_irq too.balrog2007-11-171-14/+3
* Convert PXA2xx GPIOs and SCOOP GPIOs to a qemu_irq based api (similar to omap...balrog2007-11-171-116/+115
* use correct printf formatbellard2007-11-111-0/+4
* Set boot sequence from command line (Dan Kenigsberg).balrog2007-10-311-8/+12
* Several corrections in the spitzkbd keymap (patch by Juergen Lock).balrog2007-10-041-2/+6
* Move Spitz microdrive from first to second PCMCIA slot where it belongs.balrog2007-08-011-3/+3
* Word-reads from spitz NAND controller, patch by Juergen Lock.balrog2007-07-291-1/+13
* Make touchscreen calibration values better match the HW. Invert WM8750 GPIO.balrog2007-06-241-2/+2
* Fix off-by-one memory region sizes.pbrook2007-06-031-2/+2
* Savevm/loadvm bits for ARM core, the PXA2xx peripherals and Spitz hardware.balrog2007-05-241-0/+115
* Add WM8750 and MAX7310 chips (I2C slaves).balrog2007-05-231-0/+56
* Correct NAND erase block size. Misc fixes in Spitz code.balrog2007-05-121-2/+2
* Switch to qemu_ram_alloc() for memory allocation in PXA255/270.balrog2007-05-081-8/+8