Handle cpu_model in copy_cpu(), by Kirill A. Shutemov.
[qemu] / target-arm / helper.c
2007-12-09 thsHandle cpu_model in copy_cpu(), by Kirill A. Shutemov.
2007-11-24 pbrookThumb semihosting fixes.
2007-11-13 balrogPrevent cpsr_write/_read be put out of line in op.o...
2007-11-11 pbrookARMv7 support.
2007-11-10 bellardadded cpu_model parameter to cpu_init()
2007-10-31 balrogInvalidate TLBs when domains are changed (Matthew Warton).
2007-10-14 j_mayerReplace is_user variable with mmu_idx in softmmu core,
2007-10-12 j_mayerUnify '-cpu ?' option.
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-08-01 balrogSpecial-case iWMMXt register transfer insns, which...
2007-07-29 balrogFix XScale MMU's extended small pages.
2007-07-29 balrogBasic OMAP310 support. Basic Palm Tungsten|E machine...
2007-06-24 balrogReset ARM cp15.c1_sys to default values. Fix XScale...
2007-05-08 pbrookARM946 CPU support.
2007-04-30 balrogImplement iwMMXt instruction set for the PXA270 cpu.
2007-04-30 balrogCore features of ARM XScale processors. Main PXA270...
2007-04-29 pbrookFix ARM fine pagetables.
2007-04-07 j_mayercpu_get_phys_page_debug should return target_phys_addr_t
2007-03-11 pbrookARM reabbot support (orginal patch by Aurelien Jarno).
2007-03-08 pbrookFix typo in help output.
2007-03-08 pbrookImplement --cpu for ARM.
2007-01-20 pbrookAdd ARM Angel semihosting to system emulation.
2006-09-09 pbrookArm MMU fix (Justin Fletcher).
2006-07-21 pbrookFix Arm cp15 c13 (Process ID) register writes.
2006-03-14 pbrookFix FIQ bank switching.
2006-02-20 pbrookAdd Arm926 core support.
2006-02-04 pbrookImplement Arm BKPT instruction.
2005-12-18 bellardswitching to Arm mode in do_interrupt() (Paul Brook)
2005-11-26 bellardARM system emulation (Paul Brook)