summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-12-18qemu-io: Fix memory leakKevin Wolf1-4/+6
2009-12-18Fix thinko in linuxboot.SPaolo Bonzini1-12/+8
2009-12-18target-i386: Fix evaluation of DR7 registerJan Kiszka1-2/+2
2009-12-18kvm: x86: Use separate exception_injected CPUState fieldJan Kiszka3-3/+5
2009-12-18vnc: hextile: do not generate ForegroundSpecified and SubrectsColoured tilesAnthony Liguori1-3/+1
2009-12-18Revert "pci: interrupt disable bit support"Anthony Liguori2-28/+2
2009-12-18S390: Bail out without KVMAlexander Graf1-0/+7
2009-12-18S390: Don't tell guest we're updating config spaceAlexander Graf1-1/+1
2009-12-18add default virtcon initializationAlexander Graf1-0/+2
2009-12-18S390: Loop through virtio console devicesAlexander Graf1-1/+5
2009-12-18target-s390: Fail on unknown instructionsAlexander Graf1-1/+1
2009-12-18osdep: Fix runtime failure on older Linux kernelsAndre Przywara1-6/+12
2009-12-17Fix a make -j raceJuergen Lock1-1/+1
2009-12-17target-alpha: Fix float32_to_s vs zero exponent.Richard Henderson1-12/+32
2009-12-17target-alpha: Fix cvtlq.Richard Henderson1-1/+3
2009-12-17target-alpha: Fix generic ctz64.Richard Henderson1-1/+1
2009-12-17target-alpha: Implement fp branch/cmov inline.Richard Henderson3-125/+110
2009-12-17target-alpha: Add placeholders for missing userspace PALcalls.Richard Henderson1-2/+30
2009-12-17target-mips: No MIPS16 support for 4Kc, 4KEc coresStefan Weil1-3/+3
2009-12-16target-alpha: Fix compiler warning for gcc-4.3 (and older)Stefan Weil1-0/+1
2009-12-16s390: Fix buggy assignmentStefan Weil1-1/+1
2009-12-16target-mips: 4Kc, 4KEc cores do not support MIPS16Stefan Weil1-3/+3
2009-12-16microblaze: Print content of EAR registerMichal Simek2-4/+4
2009-12-16microblaze: Update debug logs.Edgar E. Iglesias2-2/+14
2009-12-15tcg/ppc64: Fix loading of 32bit constantsmalc1-1/+2
2009-12-13target-alpha: Fix double log_cpu_state.Richard Henderson1-1/+0
2009-12-13target-alpha: Fix FMOV.Richard Henderson1-3/+7
2009-12-13target-alpha: Expand ins*h inline.Richard Henderson3-27/+45
2009-12-13target-alpha: Expand msk*h inline.Richard Henderson3-32/+49
2009-12-13target-alpha: Expand msk*l inline.Richard Henderson3-32/+30
2009-12-13target-alpha: Expand ins*l inline.Richard Henderson3-56/+59
2009-12-13target-alpha: Implement RD/WRUNIQUE in the translatorRichard Henderson2-16/+34
2009-12-13target-alpha: Fix fbcond branch offset.Richard Henderson1-5/+4
2009-12-13target-alpha: Rewrite gen_ext_[hl] in terms of zapnot.Richard Henderson1-32/+25
2009-12-13target-alpha: Expand zap/zapnot with immediate inline.Richard Henderson1-2/+59
2009-12-13target-alpha: Fix -d in_asmRichard Henderson1-15/+4
2009-12-13target-alpha: Implement missing MVI instructions.Richard Henderson3-30/+231
2009-12-13target-mips: fix user-mode emulation startupNathan Froyd2-8/+8
2009-12-13target-i386: Update CPUID feature set for TCGAndre Przywara1-13/+12
2009-12-13target-alpha: Fixes for alpha-linux syscalls.Richard Henderson6-49/+468
2009-12-13target-alpha: Enable softfloat.Richard Henderson2-3/+3
2009-12-13target-alpha: Honor the -cpu command line argument.Richard Henderson1-2/+42
2009-12-13target-alpha: Remove bogus DO_TB_FLUSH code from translator.Richard Henderson3-14/+1
2009-12-13target-alpha: Add binfmt entry.Richard Henderson1-0/+3
2009-12-13target-alpha: Drop bogus UNIQ initial value on Linux.Richard Henderson1-3/+0
2009-12-13target-mips: set Config1.CA for MIPS16-aware CPUsNathan Froyd1-9/+18
2009-12-13target-mips: add copyright notice for mips16 workNathan Froyd2-1/+1
2009-12-13gdbstub: add MIPS16 supportNathan Froyd1-3/+15
2009-12-13target-mips: add mips16 instruction decodingNathan Froyd1-9/+1063
2009-12-13target-mips: add enums for MIPS16 opcodesNathan Froyd1-0/+112