aboutsummaryrefslogtreecommitdiffstats
path: root/hw/versatilepb.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-04Revert "Compile usb-ohci only once"Paul Brook1-5/+1
2010-03-21Compile usb-ohci only onceBlue Swirl1-1/+5
2009-12-01pci: pci.h cleanup: move out stuff not in pci.cMichael S. Tsirkin1-0/+1
2009-11-13Realview/EB procid hacksPaul Brook1-1/+1
2009-10-05Fix pci_add nic not to exit on bad modelMarkus Armbruster1-1/+1
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-6/+6
2009-10-01Get rid of _t suffixmalc1-6/+6
2009-09-09qdev/usb: convert ohci.Gerd Hoffmann1-1/+1
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann1-1/+2
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl1-2/+2
2009-06-22Support addr=... in option argument of -net nicMarkus Armbruster1-1/+1
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity1-1/+1
2009-05-26Remove qdev irq sink handlingPaul Brook1-3/+3
2009-05-23Add common BusStatePaul Brook1-1/+1
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