aboutsummaryrefslogtreecommitdiffstats
path: root/hw/realview.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-14PL011 qdev conversionPaul Brook1-4/+4
2009-05-14PL110 qdev conversionPaul Brook1-2/+2
2009-05-13Remove vga_ram_sizePaul Brook1-1/+1
2009-04-11Remove redundant ram_require machine properly.pbrook1-1/+0
2009-04-09Use guest memory access functions when setting up arm boorloader.pbrook1-0/+1
2009-04-09Use qemu_ram_alloc.pbrook1-7/+10
2009-01-16graphical_console_init change (Stefano Stabellini)aliguori1-2/+2
2009-01-13Make pci_nic_init() use qemu_setup_nic_model() (Mark McLoughlin)aliguori1-3/+1
2009-01-13Check NIC model in some NIC init functions (Mark McLoughlin)aliguori1-3/+5
2008-10-28Set default max_cpus to one.balrog1-1/+0
2008-10-07machine struct - specify max_cpus at the per machine level (Jes Sorensen)aliguori1-0/+1
2008-09-28Add to machine structure a flag to use SCSI drives instead of IDE: fixes SS-20blueswir11-4/+5
2008-06-03Spelling fixes, by Stefan Weil.ths1-1/+1
2008-04-27Use correct types to enable > 2G support, based on a patch fromaurel321-1/+1
2008-04-24RAM usage information in machine definition.balrog1-1/+2
2008-04-22Revert "Use correct types to enable > 2G support" (r4238), it isaurel321-1/+1
2008-04-22Use correct types to enable > 2G support, based on a patch fromaurel321-1/+1
2008-04-14Move the excess of arm_load_kernel() parameters into a struct.balrog1-2/+11
2007-12-02Add -drive parameter, by Laurent Vivier.ths1-5/+16
2007-11-18 Remove unused parameters from QEMUMachineInitFunc (Laurent Vivier)blueswir11-1/+0
2007-11-17Break up vl.h.pbrook1-2/+8
2007-11-11ARMv7 support.pbrook1-18/+48
2007-11-10added cpu_model parameter to cpu_init()bellard1-2/+6
2007-10-31Set boot sequence from command line (Dan Kenigsberg).balrog1-2/+3
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-1/+1
2007-06-30ARM PL031 RTC emulation.pbrook1-1/+3
2007-04-30Account for machine with RAM which is not mapped at 0x0 in arm_boot.c.balrog1-1/+1
2007-04-07Unify IRQ handling.pbrook1-14/+14
2007-04-06SD card emulation (initial implementation by Andrzei Zaborowski).pbrook1-1/+3
2007-03-17OHCI USB PXA support (Andrzej Zaborowski).pbrook1-1/+1
2007-03-08Implement --cpu for ARM.pbrook1-2/+3
2007-03-05New -cpu options: choose CPU model for emulated target.j_mayer1-1/+1
2007-01-16ARM ELF loader.pbrook1-1/+1
2007-01-10Devfn number for network PCI cards, by Aurelien Jarno.ths1-1/+1
2006-09-23Add ARM RealView Emulation Baseboard.pbrook1-0/+138