aboutsummaryrefslogtreecommitdiffstats
path: root/hw/versatilepb.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-21Convert machine registration to use module init functionsAnthony Liguori1-2/+10
2009-05-14ARM PCI host qdev conversionPaul Brook1-1/+4
2009-05-14PL080 qdev conversionPaul Brook1-1/+1
2009-05-14Versatile/PB core qdev conversionPaul Brook1-11/+21
2009-05-14PL190 qdev conversionPaul Brook1-6/+15
2009-05-14ARM timers qdev conversionPaul Brook1-2/+2
2009-05-14PL181 qdev conversionPaul Brook1-12/+2
2009-05-14PL031 qdev conversionPaul Brook1-1/+1
2009-05-14LSI SCSI qdev conversionPaul Brook1-11/+4
2009-05-14PL050 qdev conversionPaul Brook1-2/+3
2009-05-14PL011 qdev conversionPaul Brook1-4/+4
2009-05-14PL110 qdev conversionPaul Brook1-2/+2
2009-05-13Remove vga_ram_sizePaul Brook1-5/+5
2009-04-09Use qemu_ram_alloc.pbrook1-1/+3
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-2/+0
2009-01-16graphical_console_init change (Stefano Stabellini)aliguori1-6/+6
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-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook1-4/+0
2008-10-28Set default max_cpus to one.balrog1-2/+0
2008-10-07machine struct - specify max_cpus at the per machine level (Jes Sorensen)aliguori1-0/+2
2008-09-28Add to machine structure a flag to use SCSI drives instead of IDE: fixes SS-20blueswir11-6/+8
2008-06-03Spelling fixes, by Stefan Weil.ths1-1/+1
2008-04-27Use correct types to enable > 2G support, based on a patch fromaurel321-3/+3
2008-04-22Revert "Use correct types to enable > 2G support" (r4238), it isaurel321-3/+3
2008-04-22Use correct types to enable > 2G support, based on a patch fromaurel321-3/+3
2008-04-14Move the excess of arm_load_kernel() parameters into a struct.balrog1-2/+8
2007-12-02Add -drive parameter, by Laurent Vivier.ths1-5/+17
2007-11-18 Remove unused parameters from QEMUMachineInitFunc (Laurent Vivier)blueswir11-9/+8
2007-11-17Break up vl.h.pbrook1-2/+8
2007-11-11ARMv7 support.pbrook1-4/+4
2007-11-10added cpu_model parameter to cpu_init()bellard1-2/+5
2007-10-31Set boot sequence from command line (Dan Kenigsberg).balrog1-4/+5
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-1/+1
2007-06-30ARM PL031 RTC emulation.pbrook1-0/+3
2007-06-03Fix off-by-one memory region sizes.pbrook1-1/+1
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-23/+23
2007-04-06SD card emulation (initial implementation by Andrzei Zaborowski).pbrook1-3/+9
2007-03-17OHCI USB PXA support (Andrzej Zaborowski).pbrook1-1/+1
2007-03-08Implement --cpu for ARM.pbrook1-4/+7
2007-03-05New -cpu options: choose CPU model for emulated target.j_mayer1-2/+2
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-189/+5
2006-05-30PCI SCSI HBA emulation.pbrook1-0/+7
2006-05-21OHCI USB host emulation.pbrook1-0/+3
2006-05-13Rearrange PCI host emulation code.pbrook1-7/+199
2006-04-27Add nominal ARM Versatil/AB board emulation.pbrook1-87/+37
2006-04-09ARM Versatile Platform Baseboard emulation.pbrook1-0/+321