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-02-08
qemu-img: avoid preprocessor directives in a printf call
Paolo Bonzini
1
-4
/
+5
2010-02-08
Revert "On some systems printf is a macro"
malc
3
-52
/
+48
2010-02-07
dec: actually implement PCI bridging
Blue Swirl
2
-0
/
+28
2010-02-07
esp: use CamelCaseFunc for function types
Blue Swirl
2
-7
/
+7
2010-02-07
fw_cfg: don't use reserved _ prefix
Blue Swirl
2
-3
/
+3
2010-02-07
fdc: don't use reserved _ prefix
Blue Swirl
1
-6
/
+6
2010-02-07
fdc: don't use reserved _t suffix
Blue Swirl
4
-192
/
+190
2010-02-07
escc: don't use reserved _t suffix
Blue Swirl
1
-4
/
+4
2010-02-07
m48t59: don't use reserved _t suffix
Blue Swirl
5
-55
/
+52
2010-02-07
tcg/ppc64: implement setcond
malc
1
-0
/
+133
2010-02-07
tcg/ppc32: proper setcond implementation
malc
1
-25
/
+25
2010-02-07
tcg/ppc32: implement setcond[2]
malc
1
-14
/
+157
2010-02-07
On some systems printf is a macro
malc
3
-48
/
+52
2010-02-07
Do not use dprintf
malc
14
-204
/
+204
2010-02-06
arm host: fix compiler warning
Stefan Weil
2
-27
/
+0
2010-02-06
tcg-i386: Implement setcond.
Richard Henderson
1
-3
/
+70
2010-02-06
tcg-i386: Implement small forward branches.
Richard Henderson
2
-38
/
+81
2010-02-06
Add -static earlier to LDFLAGS for compile_prog()
Loïc Minier
1
-2
/
+3
2010-02-06
Fix missing symbols in .rel/.rela.plt sections
Loïc Minier
2
-4
/
+28
2010-02-06
configure: remove debugging code introduced in aa527b65d8187b97d73f889b6cae7b...
Aurelien Jarno
1
-3
/
+0
2010-02-06
configure: fix compilation on hosts without -fstack-protector-all
Aurelien Jarno
1
-2
/
+5
2010-02-06
Update MAINTAINERS
Aurelien Jarno
1
-2
/
+2
2010-02-06
target-mips: don't call cpu_loop_exit() from helper.c
Aurelien Jarno
3
-8
/
+22
2010-02-06
target-arm: refactor cp15.c13 register access
Riku Voipio
2
-16
/
+55
2010-02-06
linux-user: remove signal handler before calling abort()
Riku Voipio
1
-0
/
+9
2010-02-06
fix locking error with current_tb
Riku Voipio
1
-2
/
+2
2010-02-06
linux-user: adapt uname machine to emulated CPU
Loïc Minier
4
-2
/
+76
2010-02-06
target-ppc: change DCR helpers to target_long arguments
Aurelien Jarno
2
-8
/
+8
2010-02-06
tcg-x86_64: implement setcond
Richard Henderson
1
-5
/
+33
2010-02-06
tcg: add tcg_invert_cond
Richard Henderson
1
-0
/
+5
2010-02-06
tcg: generic support for conditional set
Richard Henderson
4
-6
/
+78
2010-02-06
tcg: document double-word support opcodes.
Richard Henderson
1
-0
/
+23
2010-02-06
usb-linux: increase buffer for USB control requests
Christian Krause
1
-1
/
+1
2010-02-06
mips/malta: fix typo
Aurelien Jarno
1
-1
/
+1
2010-02-06
PCI: show also host bridge data in "info pci" output
Blue Swirl
1
-1
/
+1
2010-02-06
PCI: fix multiple bridge problems
Blue Swirl
1
-11
/
+17
2010-02-05
Refactor DEC 21154 PCI bridge
Blue Swirl
4
-107
/
+85
2010-02-05
usb-linux.c: remove write-only variable
Paolo Bonzini
1
-2
/
+0
2010-02-05
vnc.c: remove dead code
Paolo Bonzini
1
-3
/
+0
2010-02-05
remove two dead assignments in target-i386/translate.c
Paolo Bonzini
1
-2
/
+0
2010-02-05
exec.c: dead assignments
Paolo Bonzini
1
-4
/
+0
2010-02-05
fix undefined shifts by >32
Paolo Bonzini
1
-2
/
+2
2010-02-03
qdev: Add rudimentary help for property value
Markus Armbruster
1
-1
/
+1
2010-02-03
qdev: update help on -device
Markus Armbruster
1
-13
/
+10
2010-02-03
qdev: Add help for device properties
Markus Armbruster
1
-1
/
+14
2010-02-03
Revert "qdev: Add help for device properties"
Markus Armbruster
1
-13
/
+2
2010-02-03
Revert "qdev: Add help for property value"
Markus Armbruster
1
-7
/
+2
2010-02-03
qdev: Fix exit code for -device ?
Markus Armbruster
3
-9
/
+28
2010-02-03
qemu-option: Make qemu_opts_foreach() accumulate return values
Markus Armbruster
1
-1
/
+1
2010-02-03
Revert "QError: New QERR_INVALID_CPU_INDEX"
Markus Armbruster
2
-7
/
+0
[next]