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-06-16
os-posix: include sys/mman.h
Paolo Bonzini
54
-68
/
+4
2016-06-16
configure: Remove unused CONFIG_ZERO_MALLOC setting
Thomas Huth
1
-16
/
+0
2016-06-16
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
31
-484
/
+1183
2016-06-16
Merge remote-tracking branch 'mreitz/tags/pull-block-for-kevin-2016-06-16' in...
Kevin Wolf
16
-64
/
+646
2016-06-16
hbitmap: add 'pos < size' asserts
Vladimir Sementsov-Ogievskiy
1
-0
/
+3
2016-06-16
iotests: Add test for oVirt-like storage migration
Max Reitz
3
-0
/
+223
2016-06-16
iotests: Add test for post-mirror backing chains
Max Reitz
3
-0
/
+267
2016-06-16
block/null: Implement bdrv_refresh_filename()
Max Reitz
1
-0
/
+20
2016-06-16
block/mirror: Fix target backing BDS
Max Reitz
4
-23
/
+57
2016-06-16
block: Allow replacement of a BDS by its overlay
Max Reitz
1
-1
/
+15
2016-06-16
rbd:change error_setg() to error_setg_errno()
Vikhyat Umrao
1
-15
/
+23
2016-06-16
iotests: 095: Clean up QEMU before showing image info
Fam Zheng
1
-0
/
+2
2016-06-16
block: Create the commit block job before reopening any image
Alberto Garcia
1
-5
/
+6
2016-06-16
block: Prevent sleeping jobs from resuming if they have been paused
Alberto Garcia
1
-2
/
+4
2016-06-16
block: use the block job list in qmp_query_block_jobs()
Alberto Garcia
1
-12
/
+8
2016-06-16
block: use the block job list in bdrv_drain_all()
Alberto Garcia
1
-6
/
+18
2016-06-16
block: Fix snapshot=on with aio=native
Kevin Wolf
1
-0
/
+4
2016-06-16
block: Remove bs->zero_beyond_eof
Kevin Wolf
3
-34
/
+23
2016-06-16
qcow2: Let vmstate call qcow2_co_preadv/pwrite directly
Kevin Wolf
1
-20
/
+4
2016-06-16
block: Make bdrv_load/save_vmstate coroutine_fns
Kevin Wolf
2
-26
/
+64
2016-06-16
block: Allow .bdrv_load/save_vmstate() to return 0/-errno
Kevin Wolf
1
-2
/
+15
2016-06-16
block: Make .bdrv_load_vmstate() vectored
Kevin Wolf
5
-13
/
+36
2016-06-16
block: Introduce bdrv_preadv()
Kevin Wolf
2
-7
/
+14
2016-06-16
doc: Fix mailing list address in tests/qemu-iotests/README
Thomas Huth
1
-1
/
+2
2016-06-16
linux-aio: Cancel BH if not needed
Kevin Wolf
1
-1
/
+3
2016-06-16
block: Don't enforce 512 byte minimum alignment
Kevin Wolf
2
-6
/
+4
2016-06-16
raw-posix: Implement .bdrv_co_preadv/pwritev
Kevin Wolf
3
-27
/
+26
2016-06-16
raw-posix: Switch to bdrv_co_* interfaces
Kevin Wolf
3
-54
/
+96
2016-06-16
block: Prepare bdrv_aligned_pwritev() for byte-aligned requests
Kevin Wolf
1
-8
/
+5
2016-06-16
block: Prepare bdrv_aligned_preadv() for byte-aligned requests
Kevin Wolf
1
-24
/
+20
2016-06-16
block: Byte-based bdrv_co_do_copy_on_readv()
Kevin Wolf
4
-33
/
+52
2016-06-16
block: drop support for using qcow[2] encryption with system emulators
Daniel P. Berrange
3
-18
/
+22
2016-06-16
block: Assert that flags are in range
Eric Blake
2
-0
/
+9
2016-06-16
block: Avoid bogus flags during mirroring
Eric Blake
1
-4
/
+2
2016-06-16
qemu-img bench: Fix uninitialised writethrough mode
Kevin Wolf
1
-1
/
+1
2016-06-16
m25p80: fix test on blk_pread() return value
Cédric Le Goater
1
-1
/
+1
2016-06-16
hmp: acquire aio_context in hmp_qemu_io
Vladimir Sementsov-Ogievskiy
1
-0
/
+5
2016-06-16
blockdev: clarify error on attempt to open locked tray
Colin Lord
1
-2
/
+5
2016-06-16
qcow2: Implement .bdrv_co_pwritev()
Kevin Wolf
4
-59
/
+52
2016-06-16
qcow2: Use bytes instead of sectors for QCowL2Meta
Kevin Wolf
2
-30
/
+15
2016-06-16
qcow2: Make copy_sectors() byte based
Kevin Wolf
1
-28
/
+27
2016-06-16
qcow2: Implement .bdrv_co_preadv()
Kevin Wolf
3
-65
/
+72
2016-06-16
qcow2: Work with bytes in qcow2_get_cluster_offset()
Kevin Wolf
1
-21
/
+23
2016-06-16
Merge remote-tracking branch 'remotes/amit-migration/tags/migration-for-2.7-4...
Peter Maydell
13
-83
/
+556
2016-06-16
migration: rename functions to starting migrations
Daniel P. Berrange
7
-40
/
+40
2016-06-16
migration: fix typos in qapi-schema from latest migration additions
Daniel P. Berrange
1
-5
/
+5
2016-06-16
Postcopy: Check for support when setting the capability
Dr. David Alan Gilbert
1
-0
/
+14
2016-06-16
tests: fix libqtest socket timeouts
Andrea Arcangeli
1
-1
/
+1
2016-06-16
test: Postcopy
Dr. David Alan Gilbert
2
-0
/
+457
2016-06-16
Postcopy: Add stats on page requests
Dr. David Alan Gilbert
5
-1
/
+14
[next]