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-04-19
tcg/arm: don't try to load constants using pc
Aurelien Jarno
1
-7
/
+0
2010-04-19
tcg/arm: optimize register allocation order
Aurelien Jarno
1
-5
/
+5
2010-04-19
tcg/arm: fix argument alignment in qemu_st64
Aurelien Jarno
1
-9
/
+10
2010-04-19
tcg/arm: remove useless register tests in qemu_ld/st
Aurelien Jarno
1
-20
/
+10
2010-04-19
tcg/arm: bswap arguments in qemu_ld/st if needed
Aurelien Jarno
1
-69
/
+159
2010-04-19
tcg/arm: use ext* ops in qemu_ld
Aurelien Jarno
1
-18
/
+12
2010-04-19
tcg/arm: remove conditional argument for qemu_ld/st
Aurelien Jarno
1
-51
/
+49
2010-04-19
tcg/arm: add bswap ops
Aurelien Jarno
2
-2
/
+44
2010-04-19
tcg/arm: add ext16u op
Aurelien Jarno
2
-20
/
+50
2010-04-19
tcg/arm: add rotation ops
Aurelien Jarno
2
-1
/
+20
2010-04-19
tcg/arm: use the blx instruction when possible
Aurelien Jarno
1
-4
/
+12
2010-04-19
tcg/arm: sxtb and sxth are available starting with ARMv6
Aurelien Jarno
1
-2
/
+2
2010-04-19
tcg/arm: add variables to define the allowed instructions set
Aurelien Jarno
1
-39
/
+84
2010-04-19
tcg/arm: align 64-bit arguments in function calls
Aurelien Jarno
1
-0
/
+1
2010-04-19
tcg/arm: replace integer values by registers enum
Aurelien Jarno
1
-109
/
+124
2010-04-19
tcg/arm: remove store signed functions
Aurelien Jarno
1
-62
/
+10
2010-04-19
tcg/arm: explicitely list clobbered/reserved regs
Aurelien Jarno
2
-5
/
+11
2010-04-19
tcg/arm: remove SAVE_LR code
Aurelien Jarno
1
-43
/
+0
2010-04-19
Check for invalid initrd file
M. Mohan Kumar
1
-0
/
+6
2010-04-18
Monitor: Convert do_screen_dump() to QObject
Luiz Capitulino
2
-2
/
+4
2010-04-18
QMP: Improve RTC_CHANGE event description
Luiz Capitulino
1
-1
/
+1
2010-04-18
virtio-blk: Fix use after free in error case
Kevin Wolf
1
-3
/
+3
2010-04-18
monitor: Convert do_set_link() to QObject, QError
Markus Armbruster
3
-5
/
+7
2010-04-18
monitor: Use argument type 'b' for set_link
Markus Armbruster
2
-12
/
+6
2010-04-18
monitor: New argument type 'b'
Markus Armbruster
1
-0
/
+31
2010-04-18
monitor: Rename argument type 'b' to 'f'
Markus Armbruster
2
-5
/
+5
2010-04-18
monitor: New commands netdev_add, netdev_del
Markus Armbruster
3
-0
/
+87
2010-04-18
error: New QERR_DEVICE_IN_USE
Markus Armbruster
2
-0
/
+7
2010-04-18
error: Convert net_client_init() to QError
Markus Armbruster
1
-20
/
+18
2010-04-18
error: Convert qemu_opts_validate() to QError
Markus Armbruster
1
-2
/
+1
2010-04-18
error: Use QERR_INVALID_PARAMETER_VALUE instead of QERR_INVALID_PARAMETER
Markus Armbruster
2
-3
/
+5
2010-04-18
error: Drop extra messages after qemu_opts_set() and qemu_opts_parse()
Markus Armbruster
4
-10
/
+0
2010-04-18
error: Convert qemu_opts_set() to QError
Markus Armbruster
1
-10
/
+7
2010-04-18
error: New QERR_INVALID_PARAMETER_VALUE
Markus Armbruster
2
-0
/
+7
2010-04-18
error: Convert qemu_opts_create() to QError
Markus Armbruster
1
-2
/
+2
2010-04-18
error: New QERR_DUPLICATE_ID
Markus Armbruster
2
-0
/
+7
2010-04-18
error: Put error definitions back in alphabetical order
Markus Armbruster
2
-7
/
+13
2010-04-18
monitor: convert do_device_del() to QObject, QError
Markus Armbruster
3
-6
/
+7
2010-04-18
qdev: Convert qdev_unplug() to QError
Markus Armbruster
1
-2
/
+1
2010-04-18
Add qerror message if the 'change' target filename can't be opened
Ryan Harper
1
-0
/
+1
2010-04-18
slirp: fix unused return value, spotted by clang
Blue Swirl
1
-1
/
+2
2010-04-18
i386-dis: Fix unused return value, spotted by clang
Blue Swirl
1
-24
/
+32
2010-04-18
PPC: avoid function pointer type mismatch, spotted by clang
Blue Swirl
1
-5
/
+3
2010-04-18
kvm: avoid collision with dprintf macro in stdio.h, spotted by clang
Blue Swirl
2
-25
/
+25
2010-04-18
Fix harmless if statements with empty body, spotted by clang
Blue Swirl
2
-5
/
+8
2010-04-18
sparc32 use empty_slot for missing RAM v1
Artyom Tarasenko
3
-0
/
+7
2010-04-18
create empty_slot device
Artyom Tarasenko
2
-0
/
+94
2010-04-18
Fix harmless if statements with empty body, spotted by clang
Blue Swirl
2
-2
/
+5
2010-04-18
tcg/ppc: Remove redundant comparison from brcond2
malc
1
-2
/
+1
2010-04-17
Fix --enable-profiler compilation.
Richard Henderson
3
-12
/
+12
[next]