OSDN Git Service

qmiga/qemu.git
2017-05-11 Eric Blakeqcow2: Discard/zero clusters by byte count
2017-05-11 Eric Blakeqcow2: Assert that cluster operations are aligned
2017-05-11 Eric Blakeqcow2: Optimize write zero of unaligned tail cluster
2017-05-11 Eric Blakeiotests: Add test 179 to cover write zeroes with unmap
2017-05-11 Eric Blakeiotests: Improve _filter_qemu_img_map
2017-05-11 Eric Blakeqcow2: Optimize zero_single_l2() to minimize L2 churn
2017-05-11 Eric Blakeqcow2: Make distinction between zero cluster types...
2017-05-11 Eric Blakeqcow2: Name typedef for cluster type
2017-05-11 Eric Blakeqcow2: Correctly report status of preallocated zero...
2017-05-11 Eric Blakeblock: Update comments on BDRV_BLOCK_* meanings
2017-05-11 Eric Blakeqcow2: Use consistent switch indentation
2017-05-11 Eric Blakeqcow2: Nicer variable names in qcow2_update_snapshot_re...
2017-05-11 Eric Blaketests: Add coverage for recent block geometry fixes
2017-05-11 Eric Blakeblkdebug: Add ability to override unmap geometries
2017-05-11 Eric Blakeblkdebug: Simplify override logic
2017-05-11 Eric Blakeblkdebug: Add pass-through write_zero and discard support
2017-05-11 Eric Blakeblkdebug: Refactor error injection
2017-05-11 Eric Blakeblkdebug: Sanity check block layer guarantees
2017-05-11 Eric Blakeqemu-io: Switch 'map' output to byte-based reporting
2017-05-11 Eric Blakeqemu-io: Switch 'alloc' command to byte-based length
2017-05-11 Eric Blakeqemu-io: Improve alignment checks
2017-05-11 John Snowblockdev: use drained_begin/end for qmp_block_resize
2017-05-11 Christoph Hellwignvme: Implement Write Zeroes
2017-05-11 Anton Nefedovqemu-img: wait for convert coroutines to complete
2017-05-11 Kevin Wolffile-posix: Remove .bdrv_inactivate/invalidate_cache
2017-05-11 Kevin Wolfblock: Fix write/resize permissions for inactive images
2017-05-11 Kevin Wolfblock: Inactivate parents before children
2017-05-11 Kevin Wolfblock: Drop permissions when migration completes
2017-05-11 Kevin Wolfblock: New BdrvChildRole.activate() for blk_resume_afte...
2017-05-11 Kevin Wolfmigration: Unify block node activation error handling
2017-05-11 Max Reitziotests: Extend test 066
2017-05-11 Max Reitzqcow2: Discard preallocated zero clusters
2017-05-11 Max Reitzqcow2: Reuse preallocated zero clusters
2017-05-11 Max Reitzqcow2: Fix preallocation size formula
2017-05-11 Fam Zhengtests: Add POSIX image locking test case 182
2017-05-11 Fam Zhengqemu-iotests: Add test case 153 for image locking
2017-05-11 Fam Zhengfile-posix: Add image locking to perm operations
2017-05-11 Fam Zhengosdep: Fall back to posix lock when OFD lock is unavailable
2017-05-11 Fam Zhengosdep: Add qemu_lock_fd and qemu_unlock_fd
2017-05-11 Fam Zhengblock: Reuse bs as backing hd for drive-backup sync...
2017-05-11 Fam Zhengtests: Disable image lock in test-replication
2017-05-11 Fam Zhengfile-win32: Error out if locking=on
2017-05-11 Fam Zhengfile-posix: Add 'locking' option
2017-05-11 Fam Zhengtests: Use null-co:// instead of /dev/null as the dummy...
2017-05-11 Fam Zhengiotests: 172: Use separate images for multiple devices
2017-05-11 Fam Zhengiotests: 091: Quit QEMU before checking image
2017-05-11 Fam Zhengiotests: 087: Don't attach test image twice
2017-05-11 Fam Zhengiotests: 085: Avoid image locking conflict
2017-05-11 Fam Zhengiotests: 055: Don't attach the target image already...
2017-05-11 Fam Zhengiotests: 046: Prepare for image locking
2017-05-11 Fam Zhengiotests: 030: Prepare for image locking
2017-05-11 Fam Zhengqemu-io: Add --force-share option
2017-05-11 Fam Zhengqemu-img: Update documentation for -U
2017-05-11 Fam Zhengqemu-img: Add --force-share option to subcommands
2017-05-11 Fam Zhengblock: Respect "force-share" in perm propagating
2017-05-11 Fam Zhengblock: Add, parse and store "force-share" option
2017-05-11 Fam Zhengblock: Make bdrv_perm_names public
2017-05-09 Stefan HajnocziMerge remote-tracking branch 'armbru/tags/pull-qapi...
2017-05-09 Marc-André... qmp-shell: improve help
2017-05-09 Marc-André... qmp-shell: don't show version greeting if unavailable
2017-05-09 Marc-André... qmp-shell: Cope with query-commands error
2017-05-09 Marc-André... qmp-shell: add -N option to skip negotiate
2017-05-09 John Snowqmp-shell: add persistent command history
2017-05-09 Markus Armbrusterqobject-input-visitor: Catch misuse of end_struct vs...
2017-05-09 Markus Armbrusterqapi: Document intended use of @name within alternate...
2017-05-09 Markus Armbrusterqobject-input-visitor: Document full_name_nth()
2017-05-09 Markus Armbrusterqmp: Improve QMP dispatch error messages
2017-05-09 Markus Armbrustersockets: Delete unused helper socket_address_crumple()
2017-05-09 Markus Armbrustersockets: Limit SocketAddressLegacy to external interfaces
2017-05-09 Markus Armbrustersockets: Rename SocketAddressFlat to SocketAddress
2017-05-09 Markus Armbrustersockets: Rename SocketAddress to SocketAddressLegacy
2017-05-09 Markus Armbrusterqapi: New QAPI_CLONE_MEMBERS()
2017-05-09 Markus Armbrustersockets: Prepare inet_parse() for flattened SocketAddress
2017-05-09 Markus Armbrustersockets: Prepare vsock_parse() for flattened SocketAddress
2017-05-09 Eric Blaketest-qga: Actually test 0xff sync bytes
2017-05-09 Eric Blakefdc-test: Avoid deprecated 'change' command
2017-05-09 Eric BlakeQemuOpts: Simplify qemu_opts_to_qdict()
2017-05-09 Eric Blakeblock: Simplify bdrv_append_temp_snapshot() logic
2017-05-09 Eric Blakeqobject: Use simpler QDict/QList scalar insertion macros
2017-05-08 Eric Blakeqobject: Add helper macros for common scalar insertions
2017-05-08 Eric Blakeqobject: Drop useless QObject casts
2017-05-08 Eric Blakecoccinelle: Add script to remove useless QObject casts
2017-05-08 Eric Blakepci: Reduce scope of error injection
2017-05-08 Eric Blakepci: Use struct instead of QDict to pass back parameters
2017-05-08 Marc-André... test-keyval: fix leaks
2017-05-08 Dr. David Alan... tests/check-qdict: Fix missing brackets
2017-05-08 Stefan HajnocziMerge remote-tracking branch 'aurel32/tags/pull-tcg...
2017-05-08 Stefan HajnocziMerge remote-tracking branch 'bonzini/tags/for-upstream...
2017-05-08 Stefan HajnocziMerge remote-tracking branch 'mcayland/tags/qemu-sparc...
2017-05-08 Pavel Dovgalyukmaintainers: add maintainer for replay* files
2017-05-08 Stefan HajnocziMerge tag 'tracing-pull-request' into staging
2017-05-08 Daniel P. Berrangetrace: disallow more than 10 arguments per trace event
2017-05-08 Doug Galegdbstub: implement remote debugging protocol escapes...
2017-05-06 Aurelien Jarnotcg/mips: fix field extraction opcode
2017-05-05 Stefan HajnocziMerge remote-tracking branch 'elmarco/tags/chr-tests...
2017-05-05 Stefan HajnocziMerge remote-tracking branch 'cohuck/tags/s390x-3270...
2017-05-05 Stefan HajnocziMerge remote-tracking branch 'quintela/tags/migration...
2017-05-05 Stefan HajnocziMerge remote-tracking branch 'kraxel/tags/pull-audio...
2017-05-05 Stefan HajnocziMerge remote-tracking branch 'kraxel/tags/pull-input...
2017-05-05 Stefan HajnocziMerge remote-tracking branch 'shorne/tags/pull-or-20170...
next