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
2016-11-01
Replication/Blockjobs: Create replication jobs as internal
John Snow
6
-27
/
+36
2016-11-01
blockjobs: Allow creating internal jobs
John Snow
8
-16
/
+30
2016-11-01
blockjobs: hide internal jobs from management API
John Snow
3
-13
/
+57
2016-11-01
block/gluster: fix port type in the QAPI options list
Prasanna Kumar Kalever
1
-1
/
+1
2016-11-01
block/gluster: improve defense over string to int conversion
Prasanna Kumar Kalever
1
-1
/
+10
2016-11-01
block: Turn on "unmap" in active commit
Fam Zheng
1
-1
/
+1
2016-11-01
block/gluster: memory usage: use one glfs instance per volume
Prasanna Kumar Kalever
1
-14
/
+80
2016-11-01
block: add gluster ifdef guard checks for SEEK_DATA/SEEK_HOLE support
Jeff Cody
1
-3
/
+14
2016-11-01
rbd: make the code more readable
Xiubo Li
1
-13
/
+12
2016-11-01
qapi: add release designator to gluster logfile option
Jeff Cody
1
-1
/
+1
2016-11-01
Merge remote-tracking branch 'remotes/rth/tags/pull-sparc-20161031-2' into st...
Peter Maydell
7
-1092
/
+540
2016-11-01
Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-signed' int...
Peter Maydell
4
-0
/
+0
2016-11-01
migration: fix compiler warning on uninitialized variable
Jeff Cody
1
-1
/
+1
2016-10-31
target-sparc: Use tcg_gen_atomic_cmpxchg_tl
Richard Henderson
1
-24
/
+7
2016-10-31
target-sparc: Use tcg_gen_atomic_xchg_tl
Richard Henderson
1
-15
/
+4
2016-10-31
target-sparc: Remove MMU_MODE*_SUFFIX
Richard Henderson
1
-8
/
+0
2016-10-31
target-sparc: Allow 4-byte alignment on fp mem ops
Richard Henderson
1
-42
/
+44
2016-10-31
target-sparc: Implement ldqf and stqf inline
Richard Henderson
3
-111
/
+67
2016-10-31
target-sparc: Remove asi helper code handled inline
Richard Henderson
3
-690
/
+156
2016-10-31
target-sparc: Implement BCOPY/BFILL inline
Richard Henderson
1
-0
/
+63
2016-10-31
Update OpenBIOS images to 1dc4f16 built from submodule.
Mark Cave-Ayland
4
-0
/
+0
2016-10-31
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...
Peter Maydell
5
-8
/
+49
2016-10-31
target-i386: Print warning when mixing [+-]foo and foo=(on|off)
Eduardo Habkost
2
-5
/
+47
2016-10-31
Merge remote-tracking branch 'remotes/awilliam/tags/vfio-updates-20161031.0' ...
Peter Maydell
7
-42
/
+218
2016-10-31
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
27
-186
/
+1833
2016-10-31
tests: Remove unneeded "-vnc none" option
Eduardo Habkost
3
-3
/
+2
2016-10-31
vfio: Add support for mmapping sub-page MMIO BARs
Yongji Xie
2
-2
/
+68
2016-10-31
vfio/pci: fix out-of-sync BAR information on reset
Ido Yariv
1
-0
/
+12
2016-10-31
vfio: Handle zero-length sparse mmap ranges
Alex Williamson
1
-14
/
+22
2016-10-31
memory: Don't use memcpy for ram_device regions
Alex Williamson
3
-2
/
+73
2016-10-31
memory: Replace skip_dump flag with "ram_device"
Alex Williamson
5
-24
/
+43
2016-10-31
qapi: allow blockdev-add for NFS
Ashijeet Acharya
1
-3
/
+71
2016-10-31
block/nfs: Introduce runtime_opts in NFS
Ashijeet Acharya
1
-93
/
+349
2016-10-31
block: Mention replication in BlockdevDriver enum docs
Eric Blake
1
-1
/
+1
2016-10-31
qemu-iotests: test 'offset' and 'size' options in raw driver
Tomáš Golembiovský
3
-0
/
+526
2016-10-31
raw_bsd: add offset and size options
Tomáš Golembiovský
2
-4
/
+229
2016-10-31
qemu-iotests: Test the 'base-node' parameter of 'block-stream'
Alberto Garcia
2
-2
/
+39
2016-10-31
block: Add 'base-node' parameter to the 'block-stream' command
Alberto Garcia
4
-5
/
+33
2016-10-31
qemu-iotests: Test streaming to a Quorum child
Alberto Garcia
2
-2
/
+58
2016-10-31
qemu-iotests: Add iotests.supports_quorum()
Alberto Garcia
3
-17
/
+18
2016-10-31
qemu-iotests: Test block-stream and block-commit in parallel
Alberto Garcia
2
-2
/
+32
2016-10-31
qemu-iotests: Test overlapping stream and commit operations
Alberto Garcia
2
-2
/
+91
2016-10-31
qemu-iotests: Test block-stream operations in parallel
Alberto Garcia
2
-2
/
+82
2016-10-31
qemu-iotests: Test streaming to an intermediate layer
Alberto Garcia
2
-3
/
+22
2016-10-31
docs: Document how to stream to an intermediate layer
Alberto Garcia
1
-11
/
+25
2016-10-31
block: Add QMP support for streaming to an intermediate layer
Alberto Garcia
2
-9
/
+19
2016-10-31
block: Support streaming to an intermediate layer
Alberto Garcia
2
-1
/
+27
2016-10-31
block: Block all intermediate nodes in commit_active_start()
Alberto Garcia
1
-0
/
+8
2016-10-31
block: Block all nodes involved in the block-commit operation
Alberto Garcia
1
-0
/
+14
2016-10-31
block: Check blockers in all nodes involved in a block-commit job
Alberto Garcia
1
-2
/
+9
[next]