index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-12-07
softfloat: Add float/double to 16 bit integer conversion functions
Peter Maydell
2
-0
/
+140
2010-12-07
ARM: Ignore top 16 bits when doing VCVT from 16 bit fixed point
Peter Maydell
1
-1
/
+1
2010-12-07
ARM: Return correct result for single<->double conversion of NaN
Peter Maydell
1
-2
/
+10
2010-12-07
softfloat: Add float*_maybe_silence_nan() functions
Peter Maydell
2
-0
/
+40
2010-12-07
ARM: Return correct result for float-to-integer conversion of NaN
Peter Maydell
1
-0
/
+27
2010-12-07
softfloat: Add float*_is_any_nan() functions
Peter Maydell
1
-0
/
+10
2010-12-07
ARM: Fix sense of to_integer bit in Neon VCVT float/int conversion
Peter Maydell
1
-4
/
+4
2010-12-07
ARM: Fix decoding of Neon forms of VCVT between float and fixed point
Peter Maydell
1
-2
/
+6
2010-12-07
ARM: Fix decoding of VFP forms of VCVT between float and int/fixed
Peter Maydell
1
-7
/
+12
2010-12-07
ARM: fix ldrexd/strexd
Peter Maydell
2
-4
/
+6
2010-12-07
target-arm: Handle 'smc' as an undefined instruction
Adam Lackorzynski
1
-1
/
+8
2010-12-07
target-arm: Fix mixup in decoding of saturating add and sub
Johan Bengtsson
1
-2
/
+2
2010-12-07
target-arm: Add support for PKHxx in thumb2
Johan Bengtsson
1
-18
/
+45
2010-12-05
Speedup 'tb_find_slow' by using the same heuristic as during memory page lookup
Kirill Batuzov
1
-0
/
+6
2010-12-04
Remove unused spin_trylock() function
Peter Maydell
1
-10
/
+0
2010-12-04
darwin-user: Use GCC_FMT_ATTR (format checking)
Stefan Weil
2
-2
/
+2
2010-12-04
audio: Use GCC_FMT_ATTR (format checking)
Stefan Weil
1
-1
/
+2
2010-12-04
target-sparc: Use fprintf_function (format checking)
Stefan Weil
1
-2
/
+2
2010-12-04
*-dis: Replace fprintf_ftype by fprintf_function (format checking)
Stefan Weil
7
-30
/
+19
2010-12-04
Fix mingw32 and OpenBSD warnings
Blue Swirl
1
-1
/
+1
2010-12-04
Merge branch 'linux-user-for-upstream' of git://gitorious.org/qemu-maemo/qemu
Edgar E. Iglesias
14
-95
/
+292
2010-12-03
exec: Remove debugging fprintf() that slipped into qemu_ram_alloc_from_ptr()
Stefan Hajnoczi
1
-1
/
+0
2010-12-03
linux-user: fix mips and ppc to use UID16
Martin Mohring
3
-35
/
+35
2010-12-03
update binfmt conf
Riku Voipio
1
-2
/
+6
2010-12-03
linux-user: fix compiler error on nptl
Riku Voipio
1
-1
/
+2
2010-12-03
ARM: linux-user: Restore iWMMXT state from ucontext on sigreturn
Peter Maydell
1
-0
/
+30
2010-12-03
ARM: linux-user: Expose iWMMXT registers to signal handlers
Peter Maydell
1
-0
/
+37
2010-12-03
ARM: linux-user: Restore VFP state from ucontext on sigreturn
Peter Maydell
1
-0
/
+40
2010-12-03
ARM: linux-user: Expose VFP registers to signal handlers
Peter Maydell
1
-1
/
+46
2010-12-03
ARM: Expose vfp_get_fpscr() and vfp_set_fpscr() to C code
Peter Maydell
2
-0
/
+14
2010-12-03
ARM: linux-user: Correct size of padding in target_ucontext_v2
Peter Maydell
1
-1
/
+1
2010-12-03
target-sparc: remove unused functions cpu_lock(), cpu_unlock()
Peter Maydell
2
-16
/
+0
2010-12-03
ARM: enable XScale/iWMMXT in linux-user mode
Peter Maydell
1
-0
/
+6
2010-12-03
linux-user: Translate getsockopt level option
Jamie Lentin
1
-10
/
+61
2010-12-03
linux-user: remove unnecessary local from __get_user(), __put_user()
Peter Maydell
1
-4
/
+2
2010-12-03
linux-user: fix memory leaks with NPTL emulation
Nathan Froyd
3
-8
/
+9
2010-12-03
linux-user: mmap_reserve() not controlled by RESERVED_VA
amateur
1
-1
/
+3
2010-12-03
[PATCH] target-arm: remove unused functions cpu_lock(), cpu_unlock()
Peter Maydell
2
-16
/
+0
2010-12-02
Fix build
Anthony Liguori
1
-1
/
+0
2010-12-02
Merge remote branch 'mst/for_anthony' into staging
Anthony Liguori
36
-110
/
+1446
2010-12-02
vhost: Fix address calculation in vhost_dev_sync_region()
Jason Wang
1
-0
/
+1
2010-12-02
migration: allow rate > 4g
Michael S. Tsirkin
4
-11
/
+16
2010-12-02
migration: stable ram block ordering
Michael S. Tsirkin
4
-3
/
+61
2010-12-01
tcg-ia64: Fix warning in qemu_ld.
Richard Henderson
1
-2
/
+1
2010-12-01
tcg-ia64: Fix address compilation in qemu_st.
Richard Henderson
1
-1
/
+1
2010-12-01
tcg-ia64: Fix tlb read error for 32-bit targets.
Richard Henderson
1
-1
/
+3
2010-12-01
tcg-ia64: Implement qemu_ld32.
Richard Henderson
1
-0
/
+1
2010-12-01
tcg-ia64: Provide default GUEST_BASE.
Richard Henderson
1
-0
/
+3
2010-12-01
tcg: Fix default definition of divu_i32 and remu_i32.
Richard Henderson
1
-2
/
+2
2010-12-01
Merge remote branch 'origin/master' into pci
Michael S. Tsirkin
123
-1194
/
+2979
[next]