summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* New qdev_init_nofail()Markus Armbruster2009-10-071-1/+1
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-8/+8
* Get rid of _t suffixmalc2009-10-011-8/+8
* qdev: add return value to init() callbacks.Gerd Hoffmann2009-08-271-2/+4
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-6/+6
* qdev/prop: convert integratorcp.c to helper macros.Gerd Hoffmann2009-08-101-6/+2
* qdev: rework device properties.Gerd Hoffmann2009-07-161-9/+21
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-3/+3
* Remove qdev irq sink handlingPaul Brook2009-05-261-2/+2
* Introduce is_default field for QEMUMachineAnthony Liguori2009-05-211-0/+1
* Convert machine registration to use module init functionsAnthony Liguori2009-05-211-1/+8
* ARM timers qdev conversionPaul Brook2009-05-141-2/+3
* Integrator/CP core qdev conversionPaul Brook2009-05-141-20/+37
* PL181 qdev conversionPaul Brook2009-05-141-7/+1
* PL031 qdev conversionPaul Brook2009-05-141-1/+1
* PL050 qdev conversionPaul Brook2009-05-141-2/+2
* PL011 qdev conversionPaul Brook2009-05-141-2/+2
* PL110 qdev conversionPaul Brook2009-05-141-2/+3
* Remove vga_ram_sizePaul Brook2009-05-131-1/+1
* Replace cpu_abort with hw_errorPaul Brook2009-05-081-12/+10
* Remove redundant ram_require machine properly.pbrook2009-04-111-1/+0
* Use qemu_ram_alloc.pbrook2009-04-091-1/+1
* hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-2/+0
* graphical_console_init change (Stefano Stabellini)aliguori2009-01-161-2/+2
* Check NIC model in some NIC init functions (Mark McLoughlin)aliguori2009-01-131-12/+2
* Change MMIO callbacks to use offsets, not absolute addresses.pbrook2008-12-011-18/+1
* Make DMA bottom-half driven (v2)aliguori2008-10-311-4/+0
* Set default max_cpus to one.balrog2008-10-281-1/+0
* machine struct - specify max_cpus at the per machine level (Jes Sorensen)aliguori2008-10-071-0/+1
* machine struct - use C99 initializers (Jes Sorensen)aliguori2008-10-071-4/+4
* Spelling fixes, by Stefan Weil.ths2008-06-031-1/+1
* Use correct types to enable > 2G support, based on a patch fromaurel322008-04-271-1/+1
* RAM usage information in machine definition.balrog2008-04-241-7/+8
* Revert "Use correct types to enable > 2G support" (r4238), it isaurel322008-04-221-1/+1
* Use correct types to enable > 2G support, based on a patch fromaurel322008-04-221-1/+1
* Move the excess of arm_load_kernel() parameters into a struct.balrog2008-04-141-2/+10
* Add -drive parameter, by Laurent Vivier.ths2007-12-021-1/+7
* Remove unused parameters from QEMUMachineInitFunc (Laurent Vivier)blueswir12007-11-181-1/+0
* Break up vl.h.pbrook2007-11-171-2/+7
* ARMv7 support.pbrook2007-11-111-2/+2
* Fix 64-bit host printf format mismatches.pbrook2007-11-101-4/+6
* added cpu_model parameter to cpu_init()bellard2007-11-101-2/+5
* Set boot sequence from command line (Dan Kenigsberg).balrog2007-10-311-2/+3
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-1/+1
* ARM PL031 RTC emulation.pbrook2007-06-301-0/+1
* Fix off-by-one memory region sizes.pbrook2007-06-031-3/+3
* New option -net nic,model=? (Mark Glines)blueswir12007-05-271-0/+3
* Account for machine with RAM which is not mapped at 0x0 in arm_boot.c.balrog2007-04-301-1/+1
* Unify IRQ handling.pbrook2007-04-071-30/+25
* SD card emulation (initial implementation by Andrzei Zaborowski).pbrook2007-04-061-1/+2