OSDN Git Service

qmiga/qemu.git
2021-01-29 Dan Streetmanconfigure: replace --enable/disable-git-update with...
2021-01-29 Daniel P. Berrangédocs: fix missing backslash in certtool shell example
2021-01-29 Daniel P. Berrangédocs: simplify and clarify the platform support rules
2021-01-29 Daniel P. BerrangéPrefer 'on' | 'off' over 'yes' | 'no' for bool options
2021-01-29 Daniel P. Berrangéos: deprecate the -enable-fips option and QEMU's FIPS...
2021-01-29 Kevin Wolfcrypto: Fix memory leaks in set_loaded for tls-*
2021-01-29 Kevin Wolfcrypto: Forbid broken unloading of secrets
2021-01-29 Kevin Wolfcrypto: Move USER_CREATABLE to secret_common base class
2021-01-29 shiliyangcrypto: Fix some code style problems, add spaces around...
2021-01-29 Peter MaydellMerge remote-tracking branch 'remotes/vivier2/tags...
2021-01-29 Stefan Weiltarget/rx: Fix compiler errors for build with sanitizers
2021-01-29 Doug Evansnet/slirp.c: Fix spelling error in error message
2021-01-28 Peter MaydellMerge remote-tracking branch 'remotes/armbru/tags/pull...
2021-01-28 Peter MaydellMerge remote-tracking branch 'remotes/kevin/tags/for...
2021-01-28 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/ui...
2021-01-28 Eric Blakeqapi: More complex uses of QAPI_LIST_APPEND
2021-01-28 Eric Blakeqapi: Use QAPI_LIST_APPEND in trivial cases
2021-01-28 Eric Blakeqapi: Introduce QAPI_LIST_APPEND
2021-01-28 Eric Blakeqapi: A couple more QAPI_LIST_PREPEND() stragglers
2021-01-28 Eric Blakenet: Clarify early exit condition
2021-01-27 Vladimir Sementsov... iotests: rename and move 169 and 199 tests
2021-01-27 Vladimir Sementsov... iotests: rewrite check into python
2021-01-27 Vladimir Sementsov... iotests: add testrunner.py
2021-01-27 Vladimir Sementsov... iotests: add testenv.py
2021-01-27 Vladimir Sementsov... iotests: add findtests.py
2021-01-27 Vladimir Sementsov... iotests: 146: drop extra whitespaces from .out file
2021-01-27 Kevin Wolfvirtio-scsi-test: Test writing to scsi-cd device
2021-01-27 Kevin Wolfblock: Separate blk_is_writable() and blk_supports_writ...
2021-01-27 Peter MaydellMerge remote-tracking branch 'remotes/huth-gitlab/tags...
2021-01-27 Peter MaydellMerge remote-tracking branch 'remotes/edgar/tags/edgar...
2021-01-27 Philippe Mathieu... tcg/tci: Restrict tci_write_reg16() to 64-bit hosts
2021-01-27 Greg KurzMAINTAINERS: Update 9pfs tree URL
2021-01-27 Peter Maydellhw/display/vmware_vga: Remove dependency on VNC header
2021-01-27 Gerd Hoffmannvnc: send extended desktop resize on update requests
2021-01-27 Gerd HoffmannRevert "vnc: move initialization to framebuffer_update_...
2021-01-27 Joe Komloditarget/microblaze: Add security attributes on memory...
2021-01-27 Joe Komloditarget/microblaze: use MMUAccessType instead of int...
2021-01-27 Joe Komloditarget/microblaze: Add use-non-secure property
2021-01-27 Markus Armbrusterlibqtest: Rework qtest_rsp()
2021-01-27 Wainer dos... docs/devel: Explain how acceptance tests can be skipped
2021-01-27 Thomas Huthgitlab-ci.yml: Avoid recompiling the sources in the...
2021-01-27 Thomas Huthgitlab-ci.yml: Exclude some redundant targets in build...
2021-01-26 Peter MaydellMerge remote-tracking branch 'remotes/maxreitz/tags...
2021-01-26 Philippe Mathieu... meson: Do not build optional libraries by default
2021-01-26 Philippe Mathieu... configure: Only check for audio drivers if system-mode...
2021-01-26 Thomas Huthgitlab-ci.yml: Avoid some submodules to speed up the...
2021-01-26 Philippe Mathieu... gitlab-ci: Test building linux-user targets on CentOS 7
2021-01-26 Philippe Mathieu... tests/docker: Install static libc package in CentOS 7
2021-01-26 Max Reitziotests/178: Pass value to invalid option
2021-01-26 Max Reitziotests/118: Drop 'change' test
2021-01-26 Alberto Garciaiotests: Add test for the regression fixed in c8bf9a9169
2021-01-26 David Edmondsonblock: report errno when flock fcntl fails
2021-01-26 Vladimir Sementsov... simplebench: add bench-backup.py
2021-01-26 Vladimir Sementsov... simplebench: bench_block_job: add cmd_options argument
2021-01-26 Vladimir Sementsov... simplebench/bench_block_job: use correct shebang line...
2021-01-26 Vladimir Sementsov... block/block-copy: drop unused argument of block_copy()
2021-01-26 Vladimir Sementsov... block/block-copy: drop unused block_copy_set_progress_c...
2021-01-26 Vladimir Sementsov... qapi: backup: disable copy_range by default
2021-01-26 Vladimir Sementsov... backup: move to block-copy
2021-01-26 Vladimir Sementsov... block/backup: drop extra gotos from backup_run()
2021-01-26 Vladimir Sementsov... block/block-copy: make progress_bytes_callback optional
2021-01-26 Vladimir Sementsov... iotests: 257: prepare for backup over block-copy
2021-01-26 Vladimir Sementsov... iotests: 219: prepare for backup over block-copy
2021-01-26 Vladimir Sementsov... iotests: 185: prepare for backup over block-copy
2021-01-26 Max Reitziotests/129: Limit backup's max-chunk/max-workers
2021-01-26 Vladimir Sementsov... iotests: 56: prepare for backup over block-copy
2021-01-26 Vladimir Sementsov... qapi: backup: add max-chunk and max-workers to x-perf...
2021-01-26 Vladimir Sementsov... job: call job_enter from job_pause
2021-01-26 Vladimir Sementsov... blockjob: add set_speed to BlockJobDriver
2021-01-26 Vladimir Sementsov... block/block-copy: add block_copy_cancel
2021-01-26 Vladimir Sementsov... block/block-copy: add ratelimit to block-copy
2021-01-26 Vladimir Sementsov... block/block-copy: add list of all call-states
2021-01-26 Vladimir Sementsov... block/block-copy: add max_chunk and max_workers parameters
2021-01-26 Vladimir Sementsov... block/block-copy: implement block_copy_async
2021-01-26 Vladimir Sementsov... block/block-copy: More explicit call_state
2021-01-26 Vladimir Sementsov... qapi: backup: add perf.use-copy-range parameter
2021-01-26 Max Reitzcoroutine-sigaltstack: Add SIGUSR2 mutex
2021-01-26 Max Reitziotests/300: Clean up pylint and mypy complaints
2021-01-26 Max Reitziotests/129: Clean up pylint and mypy complaints
2021-01-26 Max Reitziotests/129: Limit mirror job's buffer size
2021-01-26 Max Reitziotests/129: Actually test a commit job
2021-01-26 Max Reitziotests/129: Use throttle node
2021-01-26 Max Reitziotests/129: Do not check @busy
2021-01-26 Max Reitziotests/129: Remove test images in tearDown()
2021-01-26 Max Reitziotests: Move try_remove to iotests.py
2021-01-26 Max Reitziotests/297: Rewrite in Python and extend reach
2021-01-26 Max Reitziotests.py: Assume a couple of variables as given
2021-01-26 Andrey Shinkevichblock: apply COR-filter to block-stream jobs
2021-01-26 Vladimir Sementsov... block/stream: add s->target_bs
2021-01-26 Vladimir Sementsov... iotests: 30: prepare to COR filter insertion by stream job
2021-01-26 Vladimir Sementsov... qapi: block-stream: add "bottom" argument
2021-01-26 Andrey Shinkevichstream: rework backing-file changing
2021-01-26 Andrey Shinkevichcopy-on-read: skip non-guest reads if no copy needed
2021-01-26 Andrey Shinkevichblock: include supported_read_flags into BDS structure
2021-01-26 Andrey Shinkevichiotests: add #310 to test bottom node in COR driver
2021-01-26 Andrey Shinkevichqapi: copy-on-read filter: add 'bottom' option
2021-01-26 Andrey Shinkevichqapi: add filter-node-name to block-stream
2021-01-26 Andrey Shinkevichcopy-on-read: add filter drop function
2021-01-26 Andrey Shinkevichblock: add API function to insert a node
2021-01-26 Andrey Shinkevichcopy-on-read: support preadv/pwritev_part functions
next