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-09-26
qemu-img: add --shrink flag for resize
Pavel Butsykin
5
-6
/
+33
2017-09-26
iotests: fix 181: enable postcopy-ram capability on target
Vladimir Sementsov-Ogievskiy
2
-1
/
+2
2017-09-26
qemu-iotests: Test change-backing-file command
Kevin Wolf
3
-0
/
+171
2017-09-26
block: Fix permissions after bdrv_reopen()
Kevin Wolf
2
-0
/
+65
2017-09-26
block: reopen: Queue children after their parents
Kevin Wolf
1
-13
/
+13
2017-09-26
block: Base permissions on rw state after reopen
Kevin Wolf
2
-16
/
+37
2017-09-26
block: Add reopen queue to bdrv_check_perm()
Kevin Wolf
1
-15
/
+19
2017-09-26
block: Add reopen_queue to bdrv_child_perm()
Kevin Wolf
6
-7
/
+23
2017-09-26
qemu-io: Drop write permissions before read-only reopen
Kevin Wolf
2
-1
/
+13
2017-09-26
block: Clean up some bad code in the vvfat driver
Thomas Huth
1
-24
/
+2
2017-09-26
block/throttle-groups.c: allocate RestartData on the heap
Manos Pitsidianakis
1
-5
/
+7
2017-09-26
throttle: Assert that bkt->max is valid in throttle_compute_wait()
Alberto Garcia
1
-0
/
+1
2017-09-26
iotests: Print full path of bad output if mismatch
Fam Zheng
1
-1
/
+1
2017-09-26
iotests: use virtio aliases for 067
Cornelia Huck
2
-2
/
+2
2017-09-26
iotests: use -ccw on s390x for 051
Cornelia Huck
3
-3
/
+13
2017-09-26
iotests: use -ccw on s390x for 040, 139, and 182
Cornelia Huck
3
-5
/
+26
2017-09-26
docs: add qemu-block-drivers(7) man page
Stefan Hajnoczi
3
-781
/
+810
2017-09-26
file-posix: Clear out first sector in hdev_create
Fam Zheng
1
-0
/
+10
2017-09-26
qemu-img: Clarify about relative backing file options
Fam Zheng
1
-0
/
+9
2017-09-26
qemu-iotests: Add missing -machine accel=qtest
Kevin Wolf
2
-4
/
+4
2017-09-25
Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into sta...
Peter Maydell
3
-44
/
+39
2017-09-24
slirp: Add a special case for the NULL socket
Kevin Cernekee
1
-8
/
+10
2017-09-24
slirp: Fix intermittent send queue hangs on a socket
Kevin Cernekee
2
-35
/
+17
2017-09-24
slirp: Add explanation for hostfwd parsing failure
Dr. David Alan Gilbert
1
-1
/
+12
2017-09-23
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
44
-310
/
+2550
2017-09-22
chardev: remove context in chr_update_read_handler
Peter Xu
6
-10
/
+6
2017-09-22
chardev: use per-dev context for io_add_watch_poll
Peter Xu
4
-5
/
+5
2017-09-22
chardev: add Chardev.gcontext field
Peter Xu
2
-0
/
+2
2017-09-22
chardev: new qemu_chr_be_update_read_handlers()
Peter Xu
3
-5
/
+22
2017-09-22
scsi: add persistent reservation manager using qemu-pr-helper
Paolo Bonzini
2
-1
/
+303
2017-09-22
scsi: add multipath support to qemu-pr-helper
Paolo Bonzini
6
-3
/
+433
2017-09-22
scsi: build qemu-pr-helper
Paolo Bonzini
6
-5
/
+905
2017-09-22
Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request'...
Peter Maydell
2
-0
/
+11
2017-09-22
MAINTAINERS: Add Python scripts
Eduardo Habkost
1
-0
/
+8
2017-09-22
qemu.py: Call logging.basicConfig() automatically
Eduardo Habkost
1
-0
/
+3
2017-09-22
Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170922-1'...
Peter Maydell
18
-58
/
+664
2017-09-22
ide: fix enum comparison for gcc 4.7
John Snow
3
-4
/
+3
2017-09-22
migration: split ufd_version_check onto receive/request features part
Alexey Perevalov
1
-6
/
+88
2017-09-22
migration: fix hardcoded function name in error report
Alexey Perevalov
1
-1
/
+1
2017-09-22
migration: pass MigrationIncomingState* into migration check functions
Alexey Perevalov
4
-8
/
+9
2017-09-22
migration: split common postcopy out of ram postcopy
Vladimir Sementsov-Ogievskiy
3
-22
/
+67
2017-09-22
migration: fix ram_save_pending
Vladimir Sementsov-Ogievskiy
1
-2
/
+6
2017-09-22
migration: add has_postcopy savevm handler
Vladimir Sementsov-Ogievskiy
3
-2
/
+11
2017-09-22
bitmap: provide to_le/from_le helpers
Peter Xu
2
-0
/
+39
2017-09-22
bitmap: introduce bitmap_count_one()
Peter Xu
2
-0
/
+25
2017-09-22
bitmap: remove BITOP_WORD()
Peter Xu
1
-4
/
+2
2017-09-22
migration: Split migration_fd_process_incoming
Juan Quintela
1
-2
/
+12
2017-09-22
migration: Create multifd migration threads
Juan Quintela
3
-0
/
+233
2017-09-22
migration: Create x-multifd-page-count parameter
Juan Quintela
4
-3
/
+49
2017-09-22
migration: Create x-multifd-channels parameter
Juan Quintela
4
-3
/
+55
[next]