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
path:
root
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-28
Merge remote-tracking branch 'remotes/berrange/tags/pull-qio-2016-10-27-1' in...
Peter Maydell
1
-0
/
+1
2016-10-27
block/nbd: Use SocketAddress options
Max Reitz
1
-10
/
+16
2016-10-27
block/nbd: Accept SocketAddress
Max Reitz
1
-62
/
+113
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
1
-2
/
+2
2016-10-27
block: Remove bdrv_aio_ioctl()
Kevin Wolf
1
-27
/
+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
1
-6
/
+10
2016-10-27
block: Remove bdrv_ioctl()
Kevin Wolf
1
-37
/
+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
2
-10
/
+37
2016-10-27
block: Remove bdrv_aio_pdiscard()
Kevin Wolf
2
-30
/
+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
nbd: set name for all I/O channels created
Daniel P. Berrange
1
-0
/
+1
2016-10-25
qapi: rename QmpOutputVisitor to QObjectOutputVisitor
Daniel P. Berrange
1
-1
/
+1
2016-10-25
qapi: rename *qmp-*-visitor* to *qobject-*-visitor*
Daniel P. Berrange
1
-1
/
+1
2016-10-24
block/replication: Clarify 'top-id' parameter usage
Changlong Xie
1
-0
/
+5
2016-10-24
block: More operations for meta dirty bitmap
Fam Zheng
1
-0
/
+19
2016-10-24
block: BdrvDirtyBitmap serialization interface
Vladimir Sementsov-Ogievskiy
1
-0
/
+37
2016-10-24
block: Assert that bdrv_release_dirty_bitmap succeeded
Fam Zheng
1
-0
/
+3
2016-10-24
block: Add two dirty bitmap getters
Fam Zheng
1
-0
/
+10
2016-10-24
block: Support meta dirty bitmap
Fam Zheng
1
-0
/
+52
2016-10-24
block: Hide HBitmap in block dirty bitmap interface
Fam Zheng
3
-23
/
+54
2016-10-24
quorum: do not allocate multiple iovecs for FIFO strategy
Paolo Bonzini
1
-39
/
+40
2016-10-24
quorum: change child_iter to children_read
Paolo Bonzini
1
-17
/
+13
2016-10-24
throttle: Correct access to wrong BlockBackendPublic structures
Alberto Garcia
1
-4
/
+23
2016-10-24
qapi: fix memory leak in bdrv_image_info_specific_dump
Pino Toscano
1
-0
/
+1
2016-10-24
block: improve error handling in raw_open
Halil Pasic
2
-0
/
+2
2016-10-24
qcow2: Support BDRV_REQ_MAY_UNMAP
Fam Zheng
3
-6
/
+9
2016-10-24
block/iscsi: Adding new iSER transport layer option
Roy Shterman
1
-1
/
+46
2016-10-24
block/iscsi: Introducing new zero-copy API
Roy Shterman
1
-2
/
+40
2016-10-23
rbd: shift byte count as a 64-bit value
Paolo Bonzini
1
-2
/
+2
2016-10-19
crypto: extend mode as a parameter in qcrypto_cipher_supports()
Gonglei
2
-2
/
+4
2016-10-07
dmg: Move libbz2 code to dmg-bz2.so
Fam Zheng
4
-53
/
+139
2016-10-07
block: Add qdev ID to DEVICE_TRAY_MOVED
Kevin Wolf
1
-1
/
+32
2016-10-07
block-backend: Remember if attached device is non-qdev
Kevin Wolf
1
-8
/
+20
2016-10-07
block: Add node name to BLOCK_IO_ERROR event
Kevin Wolf
1
-2
/
+3
2016-10-07
block: use aio_bh_schedule_oneshot
Paolo Bonzini
13
-76
/
+25
2016-10-07
block: use bdrv_add_before_write_notifier
Paolo Bonzini
1
-2
/
+1
2016-09-29
block: Use 'detect-zeroes' option for 'blockdev-change-medium'
Kevin Wolf
1
-5
/
+4
2016-09-29
block/qapi: Move 'aio' option to file driver
Kevin Wolf
2
-22
/
+78
2016-09-29
block-backend: remove blk_flush_all
John Snow
1
-22
/
+0
2016-09-29
block: reintroduce bdrv_flush_all
John Snow
1
-0
/
+25
2016-09-28
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-10
/
+5
2016-09-28
linux-aio: fix re-entrant completion processing
Stefan Hajnoczi
1
-3
/
+6
2016-09-27
replay: allow replay stopping and restarting
Pavel Dovgalyuk
1
-10
/
+5
[next]