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
2017-02-25
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20170224' into staging
Peter Maydell
10
-60
/
+250
2017-02-25
Merge remote-tracking branch 'remotes/famz/tags/for-upstream' into staging
Peter Maydell
9
-11
/
+102
2017-02-24
Merge remote-tracking branch 'remotes/armbru/tags/pull-util-2017-02-23' into ...
Peter Maydell
15
-498
/
+1000
2017-02-24
RBD: Add support readv,writev for rbd
tianqing
1
-24
/
+56
2017-02-24
block/nfs: try to avoid the bounce buffer in pwritev
Peter Lieven
1
-7
/
+16
2017-02-24
block/nfs: convert to preadv / pwritev
Peter Lieven
1
-18
/
+15
2017-02-24
Merge remote-tracking branch 'remotes/awilliam/tags/vfio-updates-20170223.0' ...
Peter Maydell
2
-38
/
+64
2017-02-24
tests: Use opened block node for block job tests
Kevin Wolf
2
-2
/
+10
2017-02-24
vvfat: Use opened node as backing file
Kevin Wolf
1
-5
/
+5
2017-02-24
block: Add bdrv_new_open_driver()
Kevin Wolf
2
-1
/
+31
2017-02-24
block: Factor out bdrv_open_driver()
Kevin Wolf
1
-47
/
+65
2017-02-24
block: Use BlockBackend for image probing
Kevin Wolf
1
-17
/
+19
2017-02-24
block: Factor out bdrv_open_child_bs()
Kevin Wolf
1
-24
/
+37
2017-02-24
block: Attach bs->file only during .bdrv_open()
Kevin Wolf
17
-21
/
+130
2017-02-24
block: Pass BdrvChild to bdrv_truncate()
Kevin Wolf
12
-17
/
+18
2017-02-24
mirror: Resize active commit base in mirror_run()
Kevin Wolf
1
-28
/
+22
2017-02-24
qcow2: Use BB for resizing in qcow2_amend_options()
Kevin Wolf
1
-1
/
+5
2017-02-24
blockdev: Use BlockBackend to resize in qmp_block_resize()
Kevin Wolf
1
-1
/
+6
2017-02-24
iotests: Fix another race in 030
John Snow
1
-1
/
+4
2017-02-24
qemu-img: Improve documentation for PREALLOC_MODE_FALLOC
Nir Soffer
1
-1
/
+6
2017-02-24
qemu-img: Truncate before full preallocation
Nir Soffer
1
-0
/
+12
2017-02-24
qemu-img: Add tests for raw image preallocation
Nir Soffer
3
-0
/
+80
2017-02-24
qemu-img: Do not truncate before preallocation
Nir Soffer
1
-7
/
+4
2017-02-24
qemu-iotests: redirect nbd server stdout to /dev/null
Jeff Cody
1
-1
/
+1
2017-02-24
qemu-iotests: add ability to exclude certain protocols from tests
Jeff Cody
1
-0
/
+12
2017-02-24
qemu-iotests: Test 137 only supports 'file' protocol
Jeff Cody
1
-1
/
+1
2017-02-24
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-02-22' into ...
Peter Maydell
16
-274
/
+155
2017-02-24
Merge remote-tracking branch 'remotes/kraxel/tags/pull-cve-2017-2620-20170224...
Peter Maydell
1
-0
/
+8
2017-02-24
cirrus: add blit_is_unsafe call to cirrus_bitblt_cputovideo (CVE-2017-2620)
Gerd Hoffmann
1
-0
/
+8
2017-02-24
Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20170223-1' into s...
Peter Maydell
14
-33
/
+52
2017-02-24
hw/mips: MIPS Boston board support
Paul Burton
4
-1
/
+582
2017-02-24
tcg: enable MTTCG by default for ARM on x86 hosts
Alex Bennée
3
-0
/
+20
2017-02-24
hw/misc/imx6_src: defer clearing of SRC_SCR reset bits
Alex Bennée
1
-9
/
+49
2017-02-24
target-arm: ensure all cross vCPUs TLB flushes complete
Alex Bennée
1
-96
/
+69
2017-02-24
target-arm: don't generate WFE/YIELD calls for MTTCG
Alex Bennée
3
-6
/
+29
2017-02-24
target-arm/powerctl: defer cpu reset work to CPU context
Alex Bennée
7
-74
/
+201
2017-02-24
cputlb: introduce tlb_flush_*_all_cpus[_synced]
Alex Bennée
2
-9
/
+215
2017-02-24
cputlb: atomically update tlb fields used by tlb_reset_dirty
Alex Bennée
2
-27
/
+95
2017-02-24
cputlb: add tlb_flush_by_mmuidx async routines
Alex Bennée
2
-23
/
+89
2017-02-24
cputlb and arm/sparc targets: convert mmuidx flushes from varg to bitmap
Alex Bennée
4
-90
/
+107
2017-02-24
cputlb: introduce tlb_flush_* async work.
KONRAD Frederic
3
-2
/
+71
2017-02-24
cputlb: tweak qemu_ram_addr_from_host_nofail reporting
Alex Bennée
1
-12
/
+12
2017-02-24
cputlb: add assert_cpu_is_self checks
Alex Bennée
1
-1
/
+17
2017-02-24
tcg: handle EXCP_ATOMIC exception for system emulation
Pranith Kumar
2
-12
/
+40
2017-02-24
tcg: enable thread-per-vCPU
Alex Bennée
2
-35
/
+103
2017-02-24
tcg: enable tb_lock() for SoftMMU
Alex Bennée
1
-14
/
+1
2017-02-24
tcg: remove global exit_request
Alex Bennée
4
-26
/
+18
2017-02-24
tcg: drop global lock during TCG code execution
Jan Kiszka
18
-49
/
+166
2017-02-24
tcg: rename tcg_current_cpu to tcg_current_rr_cpu
Alex Bennée
4
-24
/
+22
2017-02-24
tcg: add kick timer for single-threaded vCPU emulation
Alex Bennée
1
-0
/
+61
[prev]
[next]