Age | Commit message (Expand) | Author |
2020-12-18 | simplebench: move results_to_text() into separate file | Vladimir Sementsov-Ogievskiy |
2020-12-18 | simplebench: rename ascii() to results_to_text() | Vladimir Sementsov-Ogievskiy |
2020-12-18 | scripts/simplebench: use standard deviation for +- error | Vladimir Sementsov-Ogievskiy |
2020-12-18 | scripts/simplebench: support iops | Vladimir Sementsov-Ogievskiy |
2020-12-18 | scripts/simplebench: fix grammar: s/successed/succeeded/ | Vladimir Sementsov-Ogievskiy |
2020-12-18 | iotests: add 298 to test new preallocate filter driver | Vladimir Sementsov-Ogievskiy |
2020-12-18 | iotests.py: execute_setup_common(): add required_fmts argument | Vladimir Sementsov-Ogievskiy |
2020-12-18 | iotests: qemu_io_silent: support --image-opts | Vladimir Sementsov-Ogievskiy |
2020-12-18 | qemu-io: add preallocate mode parameter for truncate command | Vladimir Sementsov-Ogievskiy |
2020-12-18 | block: introduce preallocate filter | Vladimir Sementsov-Ogievskiy |
2020-12-18 | block: bdrv_check_perm(): process children anyway | Vladimir Sementsov-Ogievskiy |
2020-12-18 | block: introduce BDRV_REQ_NO_WAIT flag | Vladimir Sementsov-Ogievskiy |
2020-12-18 | block: bdrv_mark_request_serialising: split non-waiting function | Vladimir Sementsov-Ogievskiy |
2020-12-18 | block/io: bdrv_wait_serialising_requests_locked: drop extra bs arg | Vladimir Sementsov-Ogievskiy |
2020-12-18 | block/io: split out bdrv_find_conflicting_request | Vladimir Sementsov-Ogievskiy |
2020-12-18 | block/io.c: drop assertion on double waiting for request serialisation | Vladimir Sementsov-Ogievskiy |
2020-12-18 | block: simplify comment to BDRV_REQ_SERIALISING | Vladimir Sementsov-Ogievskiy |
2020-12-18 | block: drop tighten_restrictions | Vladimir Sementsov-Ogievskiy |
2020-12-18 | block: bdrv_child_set_perm() drop redundant parameters. | Vladimir Sementsov-Ogievskiy |
2020-12-18 | block: bdrv_set_perm() drop redundant parameters. | Vladimir Sementsov-Ogievskiy |
2020-12-18 | block: add bdrv_refresh_perms() helper | Vladimir Sementsov-Ogievskiy |
2020-12-17 | Merge remote-tracking branch 'remotes/ehabkost-gl/tags/x86-next-pull-request'... | Peter Maydell |
2020-12-16 | cpu: Remove unnecessary noop methods | Eduardo Habkost |
2020-12-16 | tcg: Make CPUClass.debug_excp_handler optional | Eduardo Habkost |
2020-12-16 | tcg: make CPUClass.cpu_exec_* optional | Eduardo Habkost |
2020-12-16 | tcg: cpu_exec_{enter,exit} helpers | Eduardo Habkost |
2020-12-16 | i386: tcg: remove inline from cpu_load_eflags | Claudio Fontana |
2020-12-16 | i386: move TCG cpu class initialization to tcg/ | Claudio Fontana |
2020-12-16 | x86/cpu: Add AVX512_FP16 cpu feature | Cathy Zhang |
2020-12-16 | i386: move hyperv_limits initialization to x86_cpu_realizefn() | Vitaly Kuznetsov |
2020-12-16 | i386: move hyperv_version_id initialization to x86_cpu_realizefn() | Vitaly Kuznetsov |
2020-12-16 | i386: move hyperv_interface_id initialization to x86_cpu_realizefn() | Vitaly Kuznetsov |
2020-12-16 | i386: move hyperv_vendor_id initialization to x86_cpu_realizefn() | Vitaly Kuznetsov |
2020-12-16 | i386: move cpu dump out of helper.c into cpu-dump.c | Claudio Fontana |
2020-12-16 | i386: move TCG accel files into tcg/ | Claudio Fontana |
2020-12-16 | i386: hvf: remove stale MAINTAINERS entry for old hvf stubs | Claudio Fontana |
2020-12-16 | i386: move hax accel files into hax/ | Claudio Fontana |
2020-12-16 | i386: move whpx accel files into whpx/ | Claudio Fontana |
2020-12-16 | i386: move kvm accel files into kvm/ | Claudio Fontana |
2020-12-15 | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell |
2020-12-15 | build: -no-pie is no functional linker flag | Christian Ehrhardt |
2020-12-15 | scripts/git.orderfile: Keep files with .inc extension sorted | Philippe Mathieu-Daudé |
2020-12-15 | compiler.h: remove QEMU_GNUC_PREREQ | Marc-André Lureau |
2020-12-15 | linux-user: remove GNUC check | Marc-André Lureau |
2020-12-15 | compiler: remove GNUC check | Marc-André Lureau |
2020-12-15 | xen: remove GNUC check | Marc-André Lureau |
2020-12-15 | poison: remove GNUC check | Marc-André Lureau |
2020-12-15 | compiler.h: explicit case for Clang printf attribute | Marc-André Lureau |
2020-12-15 | virtiofsd: replace _Static_assert with QEMU_BUILD_BUG_ON | Marc-André Lureau |
2020-12-15 | tests: remove GCC < 4 fallbacks | Marc-André Lureau |