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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
2016-05-12
tcg/mips: Make direct jump patching thread-safe
Sergey Fedorov
1
-2
/
+1
2016-05-12
tcg/sparc: Make direct jump patching thread-safe
Sergey Fedorov
1
-1
/
+1
2016-05-12
tcg/aarch64: Make direct jump patching thread-safe
Sergey Fedorov
1
-1
/
+13
2016-05-12
tcg/arm: Make direct jump patching thread-safe
Sergey Fedorov
2
-23
/
+20
2016-05-12
tcg/s390: Make direct jump patching thread-safe
Sergey Fedorov
2
-1
/
+9
2016-05-12
tcg/i386: Make direct jump patching thread-safe
Sergey Fedorov
2
-1
/
+24
2016-05-12
tcg/ppc: Make direct jump patching thread-safe
Sergey Fedorov
2
-4
/
+20
2016-05-12
tci: Make direct jump patching thread-safe
Sergey Fedorov
3
-2
/
+7
2016-05-12
include/qemu/osdep.h: Add macros for pointer alignment
Sergey Fedorov
1
-0
/
+11
2016-05-12
include/qemu/osdep.h: Add a macro to check for alignment
Sergey Fedorov
1
-0
/
+3
2016-05-12
tb: consistently use uint32_t for tb->flags
Emilio G. Cota
24
-31
/
+32
2016-05-12
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
78
-2059
/
+3323
2016-05-12
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160512'...
Peter Maydell
53
-643
/
+2976
2016-05-12
gtk: update grab code for gtk 3.20
Gerd Hoffmann
1
-6
/
+43
2016-05-12
spice: fix coverity complains
Gonglei
1
-3
/
+1
2016-05-12
egl-helpers: fix possible resource leak
Gonglei
1
-6
/
+3
2016-05-12
Changed malloc to g_malloc, free to g_free in ui/shader.c
Md Haris Iqbal
1
-4
/
+4
2016-05-12
spice/gl: add & use qemu_spice_gl_monitor_config
Gerd Hoffmann
2
-0
/
+31
2016-05-12
ui/gtk: copy to clipboard support
Michael S. Tsirkin
1
-0
/
+18
2016-05-12
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-05-12' into ...
Peter Maydell
39
-428
/
+1194
2016-05-12
Merge remote-tracking branch 'mreitz/tags/pull-block-for-kevin-2016-05-12' in...
Kevin Wolf
28
-900
/
+2053
2016-05-12
Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20160511-1' into s...
Peter Maydell
3
-4
/
+18
2016-05-12
qemu-iotests: iotests: fail hard if not run via "check"
Sascha Silbe
1
-1
/
+9
2016-05-12
block: enable testing of LUKS driver with block I/O tests
Daniel P. Berrange
10
-11
/
+67
2016-05-12
block: add support for encryption secrets in block I/O tests
Daniel P. Berrange
4
-3
/
+16
2016-05-12
block: add support for --image-opts in block I/O tests
Daniel P. Berrange
6
-34
/
+77
2016-05-12
qemu-io: Add 'write -z -u' to test MAY_UNMAP flag
Eric Blake
1
-3
/
+21
2016-05-12
qemu-io: Add 'write -f' to test FUA flag
Eric Blake
1
-16
/
+41
2016-05-12
qemu-io: Allow unaligned access by default
Eric Blake
2
-776
/
+1457
2016-05-12
qemu-io: Use bool for command line flags
Eric Blake
1
-47
/
+47
2016-05-12
qemu-io: Make 'open' subcommand more like command line
Eric Blake
1
-4
/
+25
2016-05-12
qemu-io: Add missing option documentation
Eric Blake
1
-7
/
+8
2016-05-12
qmp: add monitor command to add/remove a child
Wen Congyang
3
-0
/
+140
2016-05-12
quorum: implement bdrv_add_child() and bdrv_del_child()
Wen Congyang
3
-6
/
+84
2016-05-12
Add new block driver interface to add/delete a BDS's child
Wen Congyang
3
-0
/
+58
2016-05-12
qemu-img: check block status of backing file when converting.
Ren Kimura
1
-2
/
+13
2016-05-12
iotests: fix the redirection order in 083
Wei Jiangang
1
-2
/
+2
2016-05-12
block: Inactivate all children
Fam Zheng
1
-11
/
+36
2016-05-12
block: Drop superfluous invalidating bs->file from drivers
Fam Zheng
3
-29
/
+0
2016-05-12
block: Invalidate all children
Fam Zheng
1
-6
/
+14
2016-05-12
nbd: Simplify client FUA handling
Eric Blake
3
-27
/
+8
2016-05-12
block: Honor BDRV_REQ_FUA during write_zeroes
Eric Blake
5
-5
/
+33
2016-05-12
block: Make supported_write_flags a per-bds property
Eric Blake
6
-14
/
+17
2016-05-12
qcow2: improve qcow2_co_write_zeroes()
Denis V. Lunev
1
-6
/
+59
2016-05-12
block: Kill unused sector-based blk_* functions
Eric Blake
2
-61
/
+0
2016-05-12
qemu-io: Switch to byte-based block access
Eric Blake
1
-52
/
+10
2016-05-12
qemu-img: Switch to byte-based block access
Eric Blake
1
-9
/
+19
2016-05-12
nbd: Switch to byte-based block access
Eric Blake
1
-4
/
+9
2016-05-12
atapi: Switch to byte-based block access
Eric Blake
1
-8
/
+11
2016-05-12
m25p80: Switch to byte-based block access
Eric Blake
1
-16
/
+7
[prev]
[next]