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
2020-12-18
iotests.py: execute_setup_common(): add required_fmts argument
Vladimir Sementsov-Ogievskiy
1
-1
/
+8
2020-12-18
iotests: qemu_io_silent: support --image-opts
Vladimir Sementsov-Ogievskiy
1
-1
/
+6
2020-12-18
qemu-io: add preallocate mode parameter for truncate command
Vladimir Sementsov-Ogievskiy
1
-14
/
+32
2020-12-18
block: introduce preallocate filter
Vladimir Sementsov-Ogievskiy
4
-1
/
+605
2020-12-18
block: bdrv_check_perm(): process children anyway
Vladimir Sementsov-Ogievskiy
1
-2
/
+5
2020-12-18
block: introduce BDRV_REQ_NO_WAIT flag
Vladimir Sementsov-Ogievskiy
2
-2
/
+18
2020-12-18
block: bdrv_mark_request_serialising: split non-waiting function
Vladimir Sementsov-Ogievskiy
3
-14
/
+26
2020-12-18
block/io: bdrv_wait_serialising_requests_locked: drop extra bs arg
Vladimir Sementsov-Ogievskiy
1
-5
/
+5
2020-12-18
block/io: split out bdrv_find_conflicting_request
Vladimir Sementsov-Ogievskiy
1
-30
/
+41
2020-12-18
block/io.c: drop assertion on double waiting for request serialisation
Vladimir Sementsov-Ogievskiy
1
-10
/
+1
2020-12-18
block: simplify comment to BDRV_REQ_SERIALISING
Vladimir Sementsov-Ogievskiy
1
-10
/
+1
2020-12-18
block: drop tighten_restrictions
Vladimir Sementsov-Ogievskiy
1
-72
/
+17
2020-12-18
block: bdrv_child_set_perm() drop redundant parameters.
Vladimir Sementsov-Ogievskiy
1
-11
/
+4
2020-12-18
block: bdrv_set_perm() drop redundant parameters.
Vladimir Sementsov-Ogievskiy
1
-14
/
+15
2020-12-18
block: add bdrv_refresh_perms() helper
Vladimir Sementsov-Ogievskiy
1
-30
/
+31
2020-12-17
Merge remote-tracking branch 'remotes/ehabkost-gl/tags/x86-next-pull-request'...
Peter Maydell
63
-766
/
+956
2020-12-16
cpu: Remove unnecessary noop methods
Eduardo Habkost
1
-13
/
+0
2020-12-16
tcg: Make CPUClass.debug_excp_handler optional
Eduardo Habkost
1
-1
/
+3
2020-12-16
tcg: make CPUClass.cpu_exec_* optional
Eduardo Habkost
1
-3
/
+8
2020-12-16
tcg: cpu_exec_{enter,exit} helpers
Eduardo Habkost
1
-5
/
+18
2020-12-16
i386: tcg: remove inline from cpu_load_eflags
Claudio Fontana
2
-13
/
+15
2020-12-16
i386: move TCG cpu class initialization to tcg/
Claudio Fontana
19
-148
/
+238
2020-12-16
x86/cpu: Add AVX512_FP16 cpu feature
Cathy Zhang
2
-1
/
+3
2020-12-16
i386: move hyperv_limits initialization to x86_cpu_realizefn()
Vitaly Kuznetsov
3
-1
/
+18
2020-12-16
i386: move hyperv_version_id initialization to x86_cpu_realizefn()
Vitaly Kuznetsov
3
-2
/
+17
2020-12-16
i386: move hyperv_interface_id initialization to x86_cpu_realizefn()
Vitaly Kuznetsov
3
-6
/
+19
2020-12-16
i386: move hyperv_vendor_id initialization to x86_cpu_realizefn()
Vitaly Kuznetsov
3
-17
/
+34
2020-12-16
i386: move cpu dump out of helper.c into cpu-dump.c
Claudio Fontana
4
-514
/
+539
2020-12-16
i386: move TCG accel files into tcg/
Claudio Fontana
16
-13
/
+14
2020-12-16
i386: hvf: remove stale MAINTAINERS entry for old hvf stubs
Claudio Fontana
1
-1
/
+0
2020-12-16
i386: move hax accel files into hax/
Claudio Fontana
13
-11
/
+12
2020-12-16
i386: move whpx accel files into whpx/
Claudio Fontana
8
-10
/
+7
2020-12-16
i386: move kvm accel files into kvm/
Claudio Fontana
25
-22
/
+26
2020-12-15
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
79
-1595
/
+1832
2020-12-15
build: -no-pie is no functional linker flag
Christian Ehrhardt
2
-4
/
+0
2020-12-15
scripts/git.orderfile: Keep files with .inc extension sorted
Philippe Mathieu-Daudé
1
-0
/
+3
2020-12-15
compiler.h: remove QEMU_GNUC_PREREQ
Marc-André Lureau
2
-12
/
+0
2020-12-15
linux-user: remove GNUC check
Marc-André Lureau
1
-4
/
+0
2020-12-15
compiler: remove GNUC check
Marc-André Lureau
1
-7
/
+1
2020-12-15
xen: remove GNUC check
Marc-André Lureau
1
-9
/
+0
2020-12-15
poison: remove GNUC check
Marc-André Lureau
1
-2
/
+0
2020-12-15
compiler.h: explicit case for Clang printf attribute
Marc-André Lureau
1
-12
/
+12
2020-12-15
virtiofsd: replace _Static_assert with QEMU_BUILD_BUG_ON
Marc-André Lureau
1
-10
/
+1
2020-12-15
tests: remove GCC < 4 fallbacks
Marc-André Lureau
1
-5
/
+3
2020-12-15
qemu-plugin.h: remove GCC < 4
Marc-André Lureau
1
-7
/
+2
2020-12-15
compiler.h: remove GCC < 3 __builtin_expect fallback
Marc-André Lureau
1
-4
/
+0
2020-12-15
accel/tcg: Remove special case for GCC < 4.6
Philippe Mathieu-Daudé
1
-1
/
+1
2020-12-15
qemu/atomic: Drop special case for unsupported compiler
Philippe Mathieu-Daudé
1
-17
/
+0
2020-12-15
hw/core: Restrict 'fw-path-provider.c' to system mode emulation
Philippe Mathieu-Daudé
1
-1
/
+1
2020-12-15
docs: set CONFDIR when running sphinx
Marc-André Lureau
1
-1
/
+1
[next]