vmstate: port fw_cfg device
[qemu] / target-cris /
2008-05-07 edgar_iglCRIS: More TCG conversion.
2008-05-06 edgar_iglMore TCG updates for CRIS
2008-05-06 edgar_iglCRIS MMU Updates
2008-05-04 aurel32remove target ifdefs from vl.c
2008-05-03 edgar_iglCRIS: Convert divide step to TCG.
2008-05-03 edgar_iglCRIS: Convert lz (leading zeros) to TCG.
2008-05-03 edgar_iglCRIS: Eliminate a few unneeded moves to/from T0/T1.
2008-05-03 edgar_iglCRIS: Do post-increment without going via T0.
2008-05-02 edgar_iglCRIS updates:
2008-04-28 aurel32Factorize code in translate.c
2008-04-11 aurel32Remove osdep.c/qemu-img code duplication
2008-03-25 pbrookm68k mmap2 fixes.
2008-03-16 edgar_iglMore TCG conversions for CRIS.
2008-03-16 edgar_iglRemove unused members.
2008-03-15 edgar_iglMore TCG conversions for CRIS.
2008-03-15 edgar_iglSimplified some dead extended arith code after search...
2008-03-14 edgar_iglA first small step to convert the CRIS translator to...
2008-03-14 edgar_iglModel more parts of the ETRAX mmu (still alot missing).
2008-03-14 edgar_igl* Add a model of the ETRAX interrupt controller.
2008-03-01 edgar_igl* target-cris/op.c: Make sure the bit-test insn only...
2008-02-28 edgar_iglCut the translation block after translating a break...
2008-02-28 edgar_iglMore consistent naming for CRIS register-number macros.
2008-02-25 edgar_iglSilently ignore CRIS cache flushes, instead of aborting...
2008-02-01 bellarduse the TCG code generator
2008-01-14 balrogOptimize clear insns by treating support reg P0 special...
2007-11-11 bellardfixed invalid type
2007-11-10 bellardadded cpu_model parameter to cpu_init()
2007-10-29 thsAdjust s390 addresses (the MSB is defined as "to be...
2007-10-28 thsUse the shiny new clz helpers.
2007-10-14 j_mayerReplace is_user variable with mmu_idx in softmmu core,
2007-10-08 thsCRIS MMU emulation, by Edgar E. Iglesias.
2007-10-08 thsThe remainder of CRIS CPU emulation files, by Edgar...
2007-10-08 thsCRIS micro-ops, by Edgar E. Iglesias.
2007-10-08 thsCRIS insn decoding macros, by Edgar E. Iglesias.
2007-10-08 thsCRIS instruction translation, by Edgar E. Iglesias.
2007-10-08 thsCRIS disassembler, originally from binutils, by Edgar...