summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* stellaris_enet: use qdev properties for configuration.Gerd Hoffmann2009-10-271-1/+1
* New qdev_init_nofail()Markus Armbruster2009-10-071-1/+1
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-10/+10
* Get rid of _t suffixmalc2009-10-011-10/+10
* Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela2009-09-111-1/+1
* qdev: add return value to init() callbacks.Gerd Hoffmann2009-08-271-7/+12
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-8/+8
* qdev: rework device properties.Gerd Hoffmann2009-07-161-1/+1
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-4/+4
* qdev: move name+size into DeviceInfo (v2)Gerd Hoffmann2009-06-111-2/+3
* Stellaris qdev conversionPaul Brook2009-06-031-27/+48
* Implement multiple samplers on stellaris ADCPaul Brook2009-06-021-19/+31
* Add common BusStatePaul Brook2009-05-231-7/+5
* Convert machine registration to use module init functionsAnthony Liguori2009-05-211-2/+10
* Stellaris SSI qdev conversionPaul Brook2009-05-141-33/+35
* Stellaris I2C qdev conversionPaul Brook2009-05-141-7/+18
* SSD0303 qdev conversionPaul Brook2009-05-141-1/+1
* Stellaris ethernet qdev conversionPaul Brook2009-05-141-2/+11
* PL011 qdev conversionPaul Brook2009-05-141-3/+3
* Remove vga_ram_sizePaul Brook2009-05-131-2/+2
* Replace cpu_abort with hw_errorPaul Brook2009-05-081-21/+16
* Remove redundant ram_require machine properly.pbrook2009-04-111-2/+0
* graphical_console_init change (Stefano Stabellini)aliguori2009-01-161-7/+7
* Check NIC model in some NIC init functions (Mark McLoughlin)aliguori2009-01-131-3/+1
* Change MMIO callbacks to use offsets, not absolute addresses.pbrook2008-12-011-16/+0
* Set default max_cpus to one.balrog2008-10-281-2/+0
* machine struct - specify max_cpus at the per machine level (Jes Sorensen)aliguori2008-10-071-0/+2
* machine struct - use C99 initializers (Jes Sorensen)aliguori2008-10-071-8/+8
* array overflow in hw/stellaris.c and hw/omap_dss.caurel322008-08-221-2/+2
* Save/restore for stellaris boards.pbrook2008-07-021-8/+235
* Use correct types to enable > 2G support, based on a patch fromaurel322008-04-271-2/+2
* Stellaris boards really aren't that big!pbrook2008-04-241-2/+2
* RAM usage information in machine definition.balrog2008-04-241-0/+2
* Revert "Use correct types to enable > 2G support" (r4238), it isaurel322008-04-221-2/+2
* Use correct types to enable > 2G support, based on a patch fromaurel322008-04-221-2/+2
* Fix few spelling issues in commentsaurel322008-04-111-1/+1
* Add -drive parameter, by Laurent Vivier.ths2007-12-021-1/+3
* Partial SD card SPI mode support.pbrook2007-11-241-2/+58
* Stellaris ethernet support.pbrook2007-11-241-2/+17
* ARMv7-M SysTick fix.pbrook2007-11-241-6/+2
* Fix typo in error message.pbrook2007-11-191-2/+2
* Luminary board input support.pbrook2007-11-181-6/+30
* Remove unused parameters from QEMUMachineInitFunc (Laurent Vivier)blueswir12007-11-181-2/+0
* Add statics and missing #includes for prototypes.pbrook2007-11-181-1/+1
* Break up vl.h.pbrook2007-11-171-2/+8
* ARMv7 support.pbrook2007-11-111-0/+1101