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
2017-07-11
block: fix bdrv_dirty_bitmap_granularity signature
Vladimir Sementsov-Ogievskiy
2
-2
/
+2
2017-07-11
tests: add hbitmap iter test
Vladimir Sementsov-Ogievskiy
1
-0
/
+19
2017-07-11
hbitmap: improve dirty iter
Vladimir Sementsov-Ogievskiy
2
-23
/
+26
2017-07-11
specs/qcow2: do not use wording 'bitmap header'
Vladimir Sementsov-Ogievskiy
1
-3
/
+2
2017-07-11
specs/qcow2: fix bitmap granularity qemu-specific note
Vladimir Sementsov-Ogievskiy
1
-2
/
+1
2017-07-11
mirror: Fix inconsistent backing AioContext for after mirroring
sochin.jiang
1
-0
/
+1
2017-07-11
iotests: 181 does not work for all formats
Max Reitz
1
-0
/
+2
2017-07-11
docs: document encryption options for qcow, qcow2 and luks
Daniel P. Berrange
1
-8
/
+115
2017-07-11
qcow2: report encryption specific image information
Daniel P. Berrange
2
-2
/
+57
2017-07-11
block: pass option prefix down to crypto layer
Daniel P. Berrange
9
-20
/
+37
2017-07-11
block: remove all encryption handling APIs
Daniel P. Berrange
12
-159
/
+16
2017-07-11
block: rip out all traces of password prompting
Daniel P. Berrange
10
-269
/
+2
2017-07-11
iotests: enable tests 134 and 158 to work with qcow (v1)
Daniel P. Berrange
2
-2
/
+2
2017-07-11
qcow2: add iotests to cover LUKS encryption support
Daniel P. Berrange
7
-2
/
+255
2017-07-11
qcow2: add support for LUKS encryption format
Daniel P. Berrange
6
-92
/
+484
2017-07-11
qcow2: extend specification to cover LUKS encryption
Daniel P. Berrange
1
-0
/
+103
2017-07-11
qcow2: convert QCow2 to use QCryptoBlock for encryption
Daniel P. Berrange
14
-186
/
+263
2017-07-11
qcow2: make qcow2_encrypt_sectors encrypt in place
Daniel P. Berrange
3
-15
/
+9
2017-07-11
qcow: convert QCow to use QCryptoBlock for encryption
Daniel P. Berrange
4
-108
/
+158
2017-07-11
qcow: make encrypt_sectors encrypt in place
Daniel P. Berrange
1
-30
/
+15
2017-07-11
block: deprecate "encryption=on" in favor of "encrypt.format=aes"
Daniel P. Berrange
9
-123
/
+191
2017-07-11
iotests: skip 048 with qcow which doesn't support resize
Daniel P. Berrange
1
-1
/
+1
2017-07-11
iotests: skip 042 with qcow which dosn't support zero sized images
Daniel P. Berrange
1
-1
/
+1
2017-07-11
qcow: require image size to be > 1 for new images
Daniel P. Berrange
1
-0
/
+6
2017-07-11
qcow: document another weakness of qcow AES encryption
Daniel P. Berrange
1
-3
/
+16
2017-07-11
block: add ability to set a prefix for opt names
Daniel P. Berrange
2
-28
/
+28
2017-07-11
block: expose crypto option names / defs to other drivers
Daniel P. Berrange
2
-56
/
+117
2017-07-11
Merge remote-tracking branch 'remotes/awilliam/tags/vfio-updates-20170710.0' ...
Peter Maydell
4
-4
/
+23
2017-07-11
build: disable Xen on ARM
Paolo Bonzini
1
-3
/
+3
2017-07-10
Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20170710a'...
Peter Maydell
13
-77
/
+138
2017-07-10
migration: Make compression_threads use save/load_setup/cleanup()
Juan Quintela
3
-14
/
+8
2017-07-10
migration: Convert ram to use new load_setup()/load_cleanup()
Juan Quintela
3
-17
/
+36
2017-07-10
migration: Create load_setup()/cleanup() methods
Juan Quintela
4
-1
/
+49
2017-07-10
migration: Rename cleanup() to save_cleanup()
Juan Quintela
5
-7
/
+7
2017-07-10
migration: Rename save_live_setup() to save_setup()
Juan Quintela
9
-14
/
+14
2017-07-10
doc: update TYPE_MIGRATION documents
Peter Xu
1
-6
/
+6
2017-07-10
doc: add item for "-M enforce-config-section"
Peter Xu
1
-0
/
+6
2017-07-10
vl: move global property, migrate init earlier
Peter Xu
1
-12
/
+12
2017-07-10
migration: fix handling for --only-migratable
Peter Xu
3
-7
/
+1
2017-07-10
vfio/pci: Fixup v0 PCIe capabilities
Alex Williamson
1
-0
/
+12
2017-07-10
vfio: Test realized when using VFIOGroup.device_list iterator
Alex Williamson
4
-4
/
+11
2017-07-10
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2017-07-10-v2' into...
Peter Maydell
7
-260
/
+323
2017-07-10
nbd: use generic trace subsystem instead of TRACE macro
Vladimir Sementsov-Ogievskiy
5
-95
/
+120
2017-07-10
nbd: refactor tracing
Vladimir Sementsov-Ogievskiy
2
-24
/
+9
2017-07-10
nbd/server: rename clientflags var in nbd_negotiate_options
Vladimir Sementsov-Ogievskiy
1
-19
/
+19
2017-07-10
nbd/server: fix TRACE in nbd_negotiate_send_rep_len
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2017-07-10
nbd/client: refactor TRACE of NBD_MAGIC
Vladimir Sementsov-Ogievskiy
1
-9
/
+2
2017-07-10
nbd/common: nbd_tls_handshake: remove extra TRACE
Vladimir Sementsov-Ogievskiy
1
-3
/
+1
2017-07-10
nbd/server: add errp to nbd_send_reply()
Vladimir Sementsov-Ogievskiy
1
-8
/
+9
2017-07-10
nbd/server: use errp instead of LOG
Vladimir Sementsov-Ogievskiy
1
-106
/
+160
[next]