aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-12-07ARM: Implement VCVT to 16 bit integer using new softfloat routinesfor-anthonyPeter Maydell
2010-12-07softfloat: Add float/double to 16 bit integer conversion functionsPeter Maydell
2010-12-07ARM: Ignore top 16 bits when doing VCVT from 16 bit fixed pointPeter Maydell
2010-12-07ARM: Return correct result for single<->double conversion of NaNPeter Maydell
2010-12-07softfloat: Add float*_maybe_silence_nan() functionsPeter Maydell
2010-12-07ARM: Return correct result for float-to-integer conversion of NaNPeter Maydell
2010-12-07softfloat: Add float*_is_any_nan() functionsPeter Maydell
2010-12-07ARM: Fix sense of to_integer bit in Neon VCVT float/int conversionPeter Maydell
2010-12-07ARM: Fix decoding of Neon forms of VCVT between float and fixed pointPeter Maydell
2010-12-07ARM: Fix decoding of VFP forms of VCVT between float and int/fixedPeter Maydell
2010-12-07ARM: fix ldrexd/strexdPeter Maydell
2010-12-07target-arm: Handle 'smc' as an undefined instructionAdam Lackorzynski
2010-12-07target-arm: Fix mixup in decoding of saturating add and subJohan Bengtsson
2010-12-07target-arm: Add support for PKHxx in thumb2Johan Bengtsson
2010-12-05Speedup 'tb_find_slow' by using the same heuristic as during memory page lookupKirill Batuzov
2010-12-04Remove unused spin_trylock() functionPeter Maydell
2010-12-04darwin-user: Use GCC_FMT_ATTR (format checking)Stefan Weil
2010-12-04audio: Use GCC_FMT_ATTR (format checking)Stefan Weil
2010-12-04target-sparc: Use fprintf_function (format checking)Stefan Weil
2010-12-04*-dis: Replace fprintf_ftype by fprintf_function (format checking)Stefan Weil
2010-12-04Fix mingw32 and OpenBSD warningsBlue Swirl
2010-12-04Merge branch 'linux-user-for-upstream' of git://gitorious.org/qemu-maemo/qemuEdgar E. Iglesias
2010-12-03exec: Remove debugging fprintf() that slipped into qemu_ram_alloc_from_ptr()Stefan Hajnoczi
2010-12-03linux-user: fix mips and ppc to use UID16Martin Mohring
2010-12-03update binfmt confRiku Voipio
2010-12-03linux-user: fix compiler error on nptlRiku Voipio
2010-12-03ARM: linux-user: Restore iWMMXT state from ucontext on sigreturnPeter Maydell
2010-12-03ARM: linux-user: Expose iWMMXT registers to signal handlersPeter Maydell
2010-12-03ARM: linux-user: Restore VFP state from ucontext on sigreturnPeter Maydell
2010-12-03ARM: linux-user: Expose VFP registers to signal handlersPeter Maydell
2010-12-03ARM: Expose vfp_get_fpscr() and vfp_set_fpscr() to C codePeter Maydell
2010-12-03ARM: linux-user: Correct size of padding in target_ucontext_v2Peter Maydell
2010-12-03target-sparc: remove unused functions cpu_lock(), cpu_unlock()Peter Maydell
2010-12-03ARM: enable XScale/iWMMXT in linux-user modePeter Maydell
2010-12-03linux-user: Translate getsockopt level optionJamie Lentin
2010-12-03linux-user: remove unnecessary local from __get_user(), __put_user()Peter Maydell
2010-12-03linux-user: fix memory leaks with NPTL emulationNathan Froyd
2010-12-03linux-user: mmap_reserve() not controlled by RESERVED_VAamateur
2010-12-03[PATCH] target-arm: remove unused functions cpu_lock(), cpu_unlock()Peter Maydell
2010-12-02Fix buildAnthony Liguori
2010-12-02Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori
2010-12-02vhost: Fix address calculation in vhost_dev_sync_region()Jason Wang
2010-12-02migration: allow rate > 4gMichael S. Tsirkin
2010-12-02migration: stable ram block orderingMichael S. Tsirkin
2010-12-01tcg-ia64: Fix warning in qemu_ld.Richard Henderson
2010-12-01tcg-ia64: Fix address compilation in qemu_st.Richard Henderson
2010-12-01tcg-ia64: Fix tlb read error for 32-bit targets.Richard Henderson
2010-12-01tcg-ia64: Implement qemu_ld32.Richard Henderson
2010-12-01tcg-ia64: Provide default GUEST_BASE.Richard Henderson
2010-12-01tcg: Fix default definition of divu_i32 and remu_i32.Richard Henderson