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-10-28
qemu-img: call aio_context_acquire/release around block job
Paolo Bonzini
1
-0
/
+6
2016-10-28
qemu-io: acquire AioContext
Paolo Bonzini
1
-0
/
+4
2016-10-28
block: prepare bdrv_reopen_multiple to release AioContext
Paolo Bonzini
5
-6
/
+7
2016-10-28
replication: pass BlockDriverState to reopen_backing_file
Paolo Bonzini
1
-9
/
+12
2016-10-28
iothread: detach all block devices before stopping them
Paolo Bonzini
1
-0
/
+13
2016-10-28
aio: introduce qemu_get_current_aio_context
Paolo Bonzini
4
-0
/
+36
2016-10-28
sheepdog: use BDRV_POLL_WHILE
Paolo Bonzini
1
-29
/
+35
2016-10-28
nfs: use BDRV_POLL_WHILE
Paolo Bonzini
1
-18
/
+28
2016-10-28
nfs: move nfs_set_events out of the while loops
Paolo Bonzini
1
-4
/
+4
2016-10-28
block: introduce BDRV_POLL_WHILE
Paolo Bonzini
4
-50
/
+19
2016-10-28
qed: Implement .bdrv_drain
Fam Zheng
1
-1
/
+15
2016-10-28
block: change drain to look only at one child at a time
Paolo Bonzini
1
-21
/
+26
2016-10-28
block: add BDS field to count in-flight requests
Paolo Bonzini
3
-33
/
+75
2016-10-28
mirror: use bdrv_drained_begin/bdrv_drained_end
Paolo Bonzini
1
-12
/
+23
2016-10-28
blockjob: introduce .drain callback for jobs
Paolo Bonzini
4
-25
/
+71
2016-10-28
replication: interrupt failover if the main device is closed
Paolo Bonzini
1
-0
/
+3
2016-10-28
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
18
-250
/
+527
2016-10-28
Merge remote-tracking branch 'remotes/kraxel/tags/pull-seabios-20161027-2' in...
Peter Maydell
9
-0
/
+0
2016-10-28
Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20161027-1' into s...
Peter Maydell
1
-0
/
+1
2016-10-27
trace: Fix 'char **' compilation error in simple backend
Fam Zheng
1
-1
/
+2
2016-10-27
iotests: Add test for NBD's blockdev-add interface
Max Reitz
3
-0
/
+201
2016-10-27
iotests: Add assert_json_filename_equal() method
Max Reitz
1
-0
/
+20
2016-10-27
socket_scm_helper: Accept fd directly
Max Reitz
1
-11
/
+18
2016-10-27
iotests.py: Allow concurrent qemu instances
Max Reitz
1
-2
/
+4
2016-10-27
iotests.py: Add qemu_nbd function
Max Reitz
1
-0
/
+8
2016-10-27
qapi: Allow blockdev-add for NBD
Max Reitz
1
-4
/
+23
2016-10-27
block/nbd: Use SocketAddress options
Max Reitz
1
-10
/
+16
2016-10-27
block/nbd: Accept SocketAddress
Max Reitz
3
-66
/
+117
2016-10-27
block/nbd: Add nbd_has_filename_options_conflict()
Max Reitz
1
-6
/
+20
2016-10-27
block/nbd: Use qdict_put()
Max Reitz
1
-7
/
+6
2016-10-27
block/nbd: Default port in nbd_refresh_filename()
Max Reitz
1
-13
/
+6
2016-10-27
block/nbd: Reject port parameter without host
Max Reitz
1
-2
/
+5
2016-10-27
block/nbd: Drop trailing "." in error messages
Max Reitz
3
-6
/
+6
2016-10-27
qemu-iotests: Fix typo for NFS with IMGOPTSSYNTAX
Kevin Wolf
1
-1
/
+1
2016-10-27
block: Remove bdrv_aio_ioctl()
Kevin Wolf
2
-30
/
+0
2016-10-27
raw: Implement .bdrv_co_ioctl instead of .bdrv_aio_ioctl
Kevin Wolf
1
-6
/
+3
2016-10-27
block: Introduce .bdrv_co_ioctl() driver callback
Kevin Wolf
2
-6
/
+12
2016-10-27
block: Remove bdrv_ioctl()
Kevin Wolf
2
-38
/
+0
2016-10-27
raw-posix: Don't use bdrv_ioctl()
Kevin Wolf
1
-3
/
+13
2016-10-27
block: Use blk_co_ioctl() for all BB level ioctls
Kevin Wolf
4
-10
/
+39
2016-10-27
block: Remove bdrv_aio_pdiscard()
Kevin Wolf
3
-33
/
+0
2016-10-27
block: Use blk_co_pdiscard() for all BB level discard
Kevin Wolf
1
-12
/
+18
2016-10-27
block: Use blk_co_flush() for all BB level flushes
Kevin Wolf
1
-10
/
+17
2016-10-27
Merge remote-tracking branch 'remotes/kraxel/tags/pull-audio-20161027-1' into...
Peter Maydell
1
-1
/
+2
2016-10-27
seabios: update to 1.10.0 release.
Gerd Hoffmann
9
-0
/
+0
2016-10-27
Merge remote-tracking branch 'remotes/rth/tags/pull-atomic-20161026' into sta...
Peter Maydell
43
-1090
/
+2345
2016-10-27
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...
Peter Maydell
10
-101
/
+104
2016-10-27
Merge remote-tracking branch 'remotes/vivier/tags/m68k-part1-pull-request' in...
Peter Maydell
8
-657
/
+881
2016-10-26
target-alpha: Emulate LL/SC using cmpxchg helpers
Richard Henderson
5
-120
/
+45
2016-10-26
target-alpha: Introduce MMU_PHYS_IDX
Richard Henderson
5
-114
/
+44
[next]