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
2014-05-30
block/vvfat: Plug memory leak in enable_write_target()
Markus Armbruster
1
-0
/
+1
2014-05-30
qemu-img: Plug memory leak on block option help error path
Markus Armbruster
1
-0
/
+1
2014-05-28
Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...
Peter Maydell
75
-585
/
+990
2014-05-28
Merge remote-tracking branch 'remotes/rth/tcg-next' into staging
Peter Maydell
111
-814
/
+712
2014-05-28
tcg/optimize: Remember garbage high bits for 32-bit ops
Richard Henderson
1
-7
/
+26
2014-05-28
tcg/optimize: Move updating of gen_opc_buf into tcg_opt_gen_mov*
Richard Henderson
1
-61
/
+56
2014-05-28
tcg-sparc: Make debug_frame const
Richard Henderson
1
-13
/
+9
2014-05-28
tcg-s390: Make debug_frame const
Richard Henderson
1
-13
/
+9
2014-05-28
tcg-arm: Make debug_frame const
Richard Henderson
1
-13
/
+9
2014-05-28
tcg-aarch64: Make debug_frame const
Richard Henderson
1
-13
/
+9
2014-05-28
tcg-i386: Make debug_frame const
Richard Henderson
1
-21
/
+17
2014-05-28
tcg: Allow the debug_frame data structure to be constant
Richard Henderson
1
-4
/
+17
2014-05-28
tcg: Move size effects out of dh_arg
Richard Henderson
2
-50
/
+39
2014-05-28
tcg: Remove sizemask and flags arguments to tcg_gen_callN
Richard Henderson
4
-26
/
+16
2014-05-28
tcg: Save flags and computed sizemask in TCGHelperInfo
Richard Henderson
2
-16
/
+35
2014-05-28
tcg: Register the helper info struct rather than the name
Richard Henderson
1
-2
/
+5
2014-05-28
tcg: Move side effects out of dh_sizemask
Richard Henderson
2
-15
/
+8
2014-05-28
tcg: Inline tcg_gen_helperN
Richard Henderson
2
-13
/
+6
2014-05-28
tcg: Use helper-gen.h in tcg-op.h
Richard Henderson
1
-150
/
+25
2014-05-28
tcg: Push tcg-runtime routines into exec/helper-*
Richard Henderson
9
-71
/
+67
2014-05-28
tcg: Invert the inclusion of helper.h
Richard Henderson
100
-326
/
+265
2014-05-28
tcg: Optimize brcond2 and setcond2 ne/eq
Richard Henderson
1
-0
/
+94
2014-05-28
ssi: Name the CS GPIO
Peter Crosthwaite
5
-7
/
+10
2014-05-28
qdev: Implement named GPIOs
Peter Crosthwaite
4
-24
/
+120
2014-05-28
machine: Make -machine opts properties of MachineState
Marcel Apfelbaum
3
-6
/
+291
2014-05-28
tests: Check empty QMP output visitor
Marcel Apfelbaum
1
-0
/
+11
2014-05-28
qapi: Avoid output visitor crashing if it encounters a NULL value
Marcel Apfelbaum
1
-0
/
+6
2014-05-28
vl.c: Do not set 'type' property in obj_set_property()
Marcel Apfelbaum
1
-1
/
+2
2014-05-28
machine: Conversion of QEMUMachineInitArgs to MachineState
Marcel Apfelbaum
65
-550
/
+546
2014-05-28
qom-test: Test qom-list on link<> properties
Cole Robinson
1
-4
/
+11
2014-05-28
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
24
-247
/
+906
2014-05-28
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140527'...
Peter Maydell
12
-188
/
+305
2014-05-28
Merge remote-tracking branch 'remotes/xtensa/tags/20140526-xtensa' into staging
Peter Maydell
2
-9
/
+241
2014-05-28
Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-7' into staging
Peter Maydell
4
-23
/
+242
2014-05-28
block/sheepdog: Don't use qerror_report()
Markus Armbruster
1
-13
/
+13
2014-05-28
block/sheepdog: Fix silent sd_open(), sd_create() failures
Markus Armbruster
1
-0
/
+5
2014-05-28
block/sheepdog: Propagate errors to open and create methods
Markus Armbruster
1
-28
/
+12
2014-05-28
block/sheepdog: Propagate errors through find_vdi_name()
Markus Armbruster
1
-9
/
+11
2014-05-28
block/sheepdog: Propagate errors through do_sd_create()
Markus Armbruster
1
-14
/
+21
2014-05-28
block/sheepdog: Propagate errors through sd_prealloc()
Markus Armbruster
1
-7
/
+13
2014-05-28
block/sheepdog: Propagate errors through get_sheep_fd()
Markus Armbruster
1
-8
/
+10
2014-05-28
block/sheepdog: Propagate errors through connect_to_sdog()
Markus Armbruster
1
-22
/
+55
2014-05-28
block/vvfat: Propagate errors through init_directories()
Markus Armbruster
1
-7
/
+9
2014-05-28
block/vvfat: Propagate errors through enable_write_target()
Markus Armbruster
1
-11
/
+7
2014-05-28
block/ssh: Propagate errors to open and create methods
Markus Armbruster
1
-25
/
+22
2014-05-28
block/ssh: Propagate errors through connect_to_ssh()
Markus Armbruster
1
-17
/
+17
2014-05-28
block/ssh: Propagate errors through authenticate()
Markus Armbruster
1
-9
/
+14
2014-05-28
block/ssh: Propagate errors through check_host_key()
Markus Armbruster
1
-19
/
+49
2014-05-28
block/ssh: Drop superfluous libssh2_session_last_errno() calls
Markus Armbruster
1
-5
/
+4
2014-05-28
block/rbd: Propagate errors to open and create methods
Markus Armbruster
1
-32
/
+39
[prev]
[next]