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
2019-05-20
acpi/pcihp: Convert debug printf()s to trace events
Markus Armbruster
2
-17
/
+17
2019-05-20
acpi/piix4: Convert debug printf()s to trace events
Markus Armbruster
2
-11
/
+7
2019-05-20
contrib/vhost-user-blk: enable inflight I/O tracking
Xie Yongji
1
-1
/
+2
2019-05-20
vhost-user-blk: Add support to reconnect backend
Xie Yongji
2
-23
/
+139
2019-05-20
vhost-user-blk: Add return value for vhost_user_blk_start()
Xie Yongji
1
-4
/
+5
2019-05-20
vhost-user-blk: Only start vhost-user backend with the first kick
Xie Yongji
1
-2
/
+1
2019-05-20
vhost-user-blk: Use started flag in vhost_user_blk_set_status()
Xie Yongji
1
-2
/
+2
2019-05-20
virtio: Use started flag in virtio_vmstate_change()
Xie Yongji
1
-1
/
+1
2019-05-20
virtio: Introduce started flag to VirtioDevice
Xie Yongji
2
-2
/
+52
2019-05-20
docs: reST-ify vhost-user documentation
Marc-André Lureau
4
-1221
/
+1353
2019-05-20
Revert "globals: Allow global properties to be optional"
Daniel P. Berrangé
2
-6
/
+0
2019-05-20
hw: report invalid disable-legacy|modern usage for virtio-1-only devs
Daniel P. Berrangé
7
-23
/
+73
2019-05-20
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
27
-134
/
+728
2019-05-20
iotests: Make 245 faster and more reliable
Max Reitz
2
-8
/
+26
2019-05-20
iotests.py: Fix VM.run_job
Max Reitz
1
-1
/
+1
2019-05-20
iotests.py: Let assert_qmp() accept an array
Max Reitz
1
-2
/
+16
2019-05-20
block: Improve "Block node is read-only" message
Max Reitz
1
-1
/
+16
2019-05-20
qemu-img.texi: Describe human-readable info output
Max Reitz
1
-0
/
+41
2019-05-20
qemu-img.texi: Be specific about JSON object types
Max Reitz
1
-3
/
+8
2019-05-20
iotests: Test unaligned raw images with O_DIRECT
Max Reitz
4
-0
/
+103
2019-05-20
block/file-posix: Unaligned O_DIRECT block-status
Max Reitz
1
-0
/
+16
2019-05-20
test-block-iothread: Test AioContext propagation for block jobs
Kevin Wolf
1
-0
/
+71
2019-05-20
blockjob: Remove AioContext notifiers
Kevin Wolf
1
-41
/
+2
2019-05-20
blockjob: Propagate AioContext change to all job nodes
Kevin Wolf
3
-17
/
+35
2019-05-20
block: Add blk_set_allow_aio_context_change()
Kevin Wolf
2
-0
/
+11
2019-05-20
block: Implement .(can_)set_aio_ctx for BlockBackend
Kevin Wolf
1
-2
/
+43
2019-05-20
test-block-iothread: Test AioContext propagation through the tree
Kevin Wolf
1
-0
/
+131
2019-05-20
block: Propagate AioContext change to parents
Kevin Wolf
3
-6
/
+45
2019-05-20
block: Move recursion to bdrv_set_aio_context()
Kevin Wolf
1
-8
/
+7
2019-05-20
block: Make bdrv_attach/detach_aio_context() static
Kevin Wolf
2
-24
/
+3
2019-05-20
block: Add bdrv_try_set_aio_context()
Kevin Wolf
3
-0
/
+103
2019-05-20
nvme: fix copy direction in DMA reads going to CMB
Klaus Birkelund Jensen
1
-1
/
+1
2019-05-20
iotest: fix 169: do not run qmp_cont in RUN_STATE_FINISH_MIGRATE
Vladimir Sementsov-Ogievskiy
1
-1
/
+6
2019-05-20
qmp: forbid qmp_cont in RUN_STATE_FINISH_MIGRATE
Vladimir Sementsov-Ogievskiy
1
-0
/
+3
2019-05-20
block: Use BDRV_REQUEST_MAX_BYTES instead of BDRV_REQUEST_MAX_SECTORS
Alberto Garcia
2
-7
/
+6
2019-05-20
qcow2: Define and use QCOW2_COMPRESSED_SECTOR_SIZE
Alberto Garcia
4
-14
/
+23
2019-05-20
block/file-posix: Truncate in xfs_write_zeroes()
Max Reitz
1
-0
/
+13
2019-05-20
Merge remote-tracking branch 'remotes/rth/tags/pull-axp-20190519' into staging
Peter Maydell
5
-70
/
+141
2019-05-20
Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into staging
Peter Maydell
6
-57
/
+171
2019-05-19
target/alpha: Fix user-only floating-point exceptions
Richard Henderson
5
-61
/
+131
2019-05-19
target/alpha: Clean up alpha_cpu_dump_state
Richard Henderson
1
-9
/
+10
2019-05-17
Merge remote-tracking branch 'remotes/kraxel/tags/ui-20190517-pull-request' i...
Peter Maydell
3
-76
/
+142
2019-05-17
virtfs: Fix documentation of -fsdev and -virtfs
Greg Kurz
1
-27
/
+66
2019-05-17
vl: Deprecate -virtfs_synth
Greg Kurz
3
-1
/
+11
2019-05-17
fsdev: Error out when unsupported option is passed
Greg Kurz
1
-3
/
+71
2019-05-17
fsdev: Move some types definition to qemu-fsdev.c
Greg Kurz
2
-24
/
+23
2019-05-17
fsdev: Drop unused opaque field
Greg Kurz
1
-1
/
+0
2019-05-17
fsdev: Drop unused extern declaration
Greg Kurz
1
-1
/
+0
2019-05-17
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
32
-426
/
+568
2019-05-17
Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20190517' into...
Peter Maydell
10
-97
/
+490
[next]