]> git.proxmox.com Git - qemu.git/history - hw/integratorcp.c
Merge remote-tracking branch 'spice/spice.v39' into staging
[qemu.git] / hw / integratorcp.c
2011-05-05 Michael S. TsirkinMerge remote branch 'origin/master' into pci
2011-04-25 Anthony LiguoriMerge remote-tracking branch 'awilliam/ipxe' into staging
2011-04-15 Blue SwirlRemove unused sysemu.h include directives
2010-12-27 Aurelien JarnoMerge branch 'spice.v23.pull' of git://anongit.freedesk...
2010-12-17 Anthony LiguoriMerge remote branch 'arm/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'jvrao/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-12-11 Alexander GrafAdd endianness as io mem parameter
2010-07-06 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-07-06 Alex Williamsonqemu_ram_alloc: Add DeviceState and name parameters
2009-10-07 Markus ArmbrusterNew qdev_init_nofail()
2009-10-01 Anthony LiguoriRevert "Get rid of _t suffix"
2009-10-01 malcGet rid of _t suffix
2009-08-28 Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
2009-08-28 Gerd Hoffmannqdev: add return value to init() callbacks.
2009-08-25 Blue SwirlMake CPURead/WriteFunc structure 'const'
2009-08-10 Gerd Hoffmannqdev/prop: convert integratorcp.c to helper macros.
2009-07-16 Gerd Hoffmannqdev: rework device properties.
2009-06-16 Avi KivityRemove io_index argument from cpu_register_io_memory()
2009-05-26 Paul BrookRemove qdev irq sink handling
2009-05-22 Anthony LiguoriIntroduce is_default field for QEMUMachine
2009-05-21 Anthony LiguoriConvert machine registration to use module init functions
2009-05-14 Paul BrookARM timers qdev conversion
2009-05-14 Paul BrookIntegrator/CP core qdev conversion
2009-05-14 Paul BrookPL181 qdev conversion
2009-05-14 Paul BrookPL031 qdev conversion
2009-05-14 Paul BrookPL050 qdev conversion
2009-05-14 Paul BrookPL011 qdev conversion
2009-05-14 Paul BrookPL110 qdev conversion
2009-05-13 Paul BrookRemove vga_ram_size
2009-05-08 Paul BrookReplace cpu_abort with hw_error
2009-04-11 pbrookRemove redundant ram_require machine properly.
2009-04-09 pbrookUse qemu_ram_alloc.
2009-02-05 aliguorihw: remove error handling from qemu_malloc() callers...
2009-01-16 aliguorigraphical_console_init change (Stefano Stabellini)
2009-01-13 aliguoriCheck NIC model in some NIC init functions (Mark McLoug...
2008-12-01 pbrookChange MMIO callbacks to use offsets, not absolute...
2008-10-31 aliguoriMake DMA bottom-half driven (v2)
2008-10-28 balrogSet default max_cpus to one.
2008-10-07 aliguorimachine struct - specify max_cpus at the per machine...
2008-10-07 aliguorimachine struct - use C99 initializers (Jes Sorensen)
2008-06-03 thsSpelling fixes, by Stefan Weil.
2008-04-27 aurel32Use correct types to enable > 2G support, based on...
2008-04-24 balrogRAM usage information in machine definition.
2008-04-22 aurel32Revert "Use correct types to enable > 2G support" ...
2008-04-22 aurel32Use correct types to enable > 2G support, based on...
2008-04-14 balrogMove the excess of arm_load_kernel() parameters into...
2007-12-02 thsAdd -drive parameter, by Laurent Vivier.
2007-11-18 blueswir1 Remove unused parameters from QEMUMachineInitFunc...
2007-11-17 pbrookBreak up vl.h.
2007-11-11 pbrookARMv7 support.
2007-11-10 pbrookFix 64-bit host printf format mismatches.
2007-11-10 bellardadded cpu_model parameter to cpu_init()
2007-10-31 balrogSet boot sequence from command line (Dan Kenigsberg).
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-06-30 pbrookARM PL031 RTC emulation.
2007-06-03 pbrookFix off-by-one memory region sizes.
2007-05-27 blueswir1New option -net nic,model=? (Mark Glines)
2007-04-30 balrogAccount for machine with RAM which is not mapped at...
2007-04-07 pbrookUnify IRQ handling.
2007-04-06 pbrookSD card emulation (initial implementation by Andrzei...
2007-03-08 pbrookImplement --cpu for ARM.
2007-03-05 j_mayerNew -cpu options: choose CPU model for emulated target.
2007-01-16 pbrookARM ELF loader.
2006-11-19 pbrookAdd casts for 64-bit hosts.
2006-04-27 pbrookAdd nominal ARM Versatil/AB board emulation.
2006-04-09 pbrookARM Versatile Platform Baseboard emulation.
2006-04-09 pbrookAllow multiple graphics devices.
2006-02-20 pbrookAdd Arm926 core support.
2006-02-13 pbrookFix Arm big-endian host bug.
2006-02-06 pbrookArm display emulation.
2006-02-05 pbrookAllow selection of emulated network card.
2005-12-04 bellardNIC emulation for qemu arm-softmmu (Paul Brook)
2005-11-26 bellardARM system emulation (Paul Brook)