aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement --cpu for ARM.pbrook2007-03-081-31/+7
* New -cpu options: choose CPU model for emulated target.j_mayer2007-03-051-2/+2
* ARM ELF loader.pbrook2007-01-161-1/+1
* Add casts for 64-bit hosts.pbrook2006-11-191-2/+2
* Add nominal ARM Versatil/AB board emulation.pbrook2006-04-271-85/+2
* ARM Versatile Platform Baseboard emulation.pbrook2006-04-091-651/+22
* Allow multiple graphics devices.pbrook2006-04-091-17/+1
* Add Arm926 core support.pbrook2006-02-201-5/+32
* Fix Arm big-endian host bug.pbrook2006-02-131-18/+20
* Arm display emulation.pbrook2006-02-061-0/+5
* Allow selection of emulated network card.pbrook2006-02-051-2/+9
* NIC emulation for qemu arm-softmmu (Paul Brook)bellard2005-12-041-13/+14
* ARM system emulation (Paul Brook)bellard2005-11-261-0/+1232