summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* simplebench/results_to_text: make executableVladimir Sementsov-Ogievskiy2020-12-181-0/+14
* simplebench/results_to_text: add difference line to the tableVladimir Sementsov-Ogievskiy2020-12-181-7/+60
* simplebench/results_to_text: improve view of the tableVladimir Sementsov-Ogievskiy2020-12-181-1/+12
* simplebench: move results_to_text() into separate fileVladimir Sementsov-Ogievskiy2020-12-184-33/+52
* simplebench: rename ascii() to results_to_text()Vladimir Sementsov-Ogievskiy2020-12-183-7/+7
* scripts/simplebench: use standard deviation for +- errorVladimir Sementsov-Ogievskiy2020-12-181-5/+6
* scripts/simplebench: support iopsVladimir Sementsov-Ogievskiy2020-12-181-10/+28
* scripts/simplebench: fix grammar: s/successed/succeeded/Vladimir Sementsov-Ogievskiy2020-12-181-6/+6
* iotests: add 298 to test new preallocate filter driverVladimir Sementsov-Ogievskiy2020-12-183-0/+192
* iotests.py: execute_setup_common(): add required_fmts argumentVladimir Sementsov-Ogievskiy2020-12-181-1/+8
* iotests: qemu_io_silent: support --image-optsVladimir Sementsov-Ogievskiy2020-12-181-1/+6
* qemu-io: add preallocate mode parameter for truncate commandVladimir Sementsov-Ogievskiy2020-12-181-14/+32
* block: introduce preallocate filterVladimir Sementsov-Ogievskiy2020-12-184-1/+605
* block: bdrv_check_perm(): process children anywayVladimir Sementsov-Ogievskiy2020-12-181-2/+5
* block: introduce BDRV_REQ_NO_WAIT flagVladimir Sementsov-Ogievskiy2020-12-182-2/+18
* block: bdrv_mark_request_serialising: split non-waiting functionVladimir Sementsov-Ogievskiy2020-12-183-14/+26
* block/io: bdrv_wait_serialising_requests_locked: drop extra bs argVladimir Sementsov-Ogievskiy2020-12-181-5/+5
* block/io: split out bdrv_find_conflicting_requestVladimir Sementsov-Ogievskiy2020-12-181-30/+41
* block/io.c: drop assertion on double waiting for request serialisationVladimir Sementsov-Ogievskiy2020-12-181-10/+1Star
* block: simplify comment to BDRV_REQ_SERIALISINGVladimir Sementsov-Ogievskiy2020-12-181-10/+1Star
* block: drop tighten_restrictionsVladimir Sementsov-Ogievskiy2020-12-181-72/+17Star
* block: bdrv_child_set_perm() drop redundant parameters.Vladimir Sementsov-Ogievskiy2020-12-181-11/+4Star
* block: bdrv_set_perm() drop redundant parameters.Vladimir Sementsov-Ogievskiy2020-12-181-14/+15
* block: add bdrv_refresh_perms() helperVladimir Sementsov-Ogievskiy2020-12-181-30/+31
* Merge remote-tracking branch 'remotes/ehabkost-gl/tags/x86-next-pull-request'...Peter Maydell2020-12-1763-766/+956
|\
| * cpu: Remove unnecessary noop methodsEduardo Habkost2020-12-161-13/+0Star
| * tcg: Make CPUClass.debug_excp_handler optionalEduardo Habkost2020-12-161-1/+3
| * tcg: make CPUClass.cpu_exec_* optionalEduardo Habkost2020-12-161-3/+8
| * tcg: cpu_exec_{enter,exit} helpersEduardo Habkost2020-12-161-5/+18
| * i386: tcg: remove inline from cpu_load_eflagsClaudio Fontana2020-12-162-13/+15
| * i386: move TCG cpu class initialization to tcg/Claudio Fontana2020-12-1619-148/+238
| * x86/cpu: Add AVX512_FP16 cpu featureCathy Zhang2020-12-162-1/+3
| * i386: move hyperv_limits initialization to x86_cpu_realizefn()Vitaly Kuznetsov2020-12-163-1/+18
| * i386: move hyperv_version_id initialization to x86_cpu_realizefn()Vitaly Kuznetsov2020-12-163-2/+17
| * i386: move hyperv_interface_id initialization to x86_cpu_realizefn()Vitaly Kuznetsov2020-12-163-6/+19
| * i386: move hyperv_vendor_id initialization to x86_cpu_realizefn()Vitaly Kuznetsov2020-12-163-17/+34
| * i386: move cpu dump out of helper.c into cpu-dump.cClaudio Fontana2020-12-164-514/+539
| * i386: move TCG accel files into tcg/Claudio Fontana2020-12-1616-13/+14
| * i386: hvf: remove stale MAINTAINERS entry for old hvf stubsClaudio Fontana2020-12-161-1/+0Star
| * i386: move hax accel files into hax/Claudio Fontana2020-12-1613-11/+12
| * i386: move whpx accel files into whpx/Claudio Fontana2020-12-168-10/+7Star
| * i386: move kvm accel files into kvm/Claudio Fontana2020-12-1625-22/+26
|/
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2020-12-1579-1595/+1832
|\
| * build: -no-pie is no functional linker flagChristian Ehrhardt2020-12-152-4/+0Star
| * scripts/git.orderfile: Keep files with .inc extension sortedPhilippe Mathieu-Daudé2020-12-151-0/+3
| * compiler.h: remove QEMU_GNUC_PREREQMarc-André Lureau2020-12-152-12/+0Star
| * linux-user: remove GNUC checkMarc-André Lureau2020-12-151-4/+0Star
| * compiler: remove GNUC checkMarc-André Lureau2020-12-151-7/+1Star
| * xen: remove GNUC checkMarc-André Lureau2020-12-151-9/+0Star
| * poison: remove GNUC checkMarc-André Lureau2020-12-151-2/+0Star