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-06
correct migrate_set_speed's args_type
Wen Congyang
1
-1
/
+1
2010-12-06
QMP: Simplify monitor_json_emitter()
Luiz Capitulino
1
-4
/
+2
2010-12-06
QMP: Drop dead code
Luiz Capitulino
1
-40
/
+34
2010-12-06
QMP: Fix default response regression
Luiz Capitulino
1
-4
/
+2
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
2010-11-30
Merge remote branch 'kwolf/for-anthony' into staging
Anthony Liguori
23
-245
/
+234
2010-11-30
Merge remote branch 'qmp/for-anthony' into staging
Anthony Liguori
8
-122
/
+481
2010-11-30
Use a Linux-style MAINTAINERS file
Anthony Liguori
1
-77
/
+417
2010-11-29
ide: Reset current_addr after stopping DMA
Kevin Wolf
1
-1
/
+1
2010-11-29
ide: Ignore double DMA transfer starts/stops
Kevin Wolf
1
-28
/
+32
2010-11-29
ide: Set bus master inactive on error
Kevin Wolf
1
-0
/
+2
2010-11-29
ide: Factor ide_dma_set_inactive out
Kevin Wolf
1
-16
/
+13
2010-11-27
Add pcnet-pci.c
Paul Brook
1
-0
/
+345
2010-11-27
Split out common pcnet code
Paul Brook
5
-308
/
+11
[next]