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
2023-06-05
parallels: Replace qemu_co_mutex_lock by WITH_QEMU_LOCK_GUARD
Alexander Ivanov
1
-19
/
+14
2023-06-05
parallels: Move statistic collection to a separate function
Alexander Ivanov
1
-22
/
+30
2023-06-05
parallels: Move check of leaks to a separate function
Alexander Ivanov
1
-29
/
+45
2023-06-05
parallels: Fix statistics calculation
Alexander Ivanov
1
-1
/
+5
2023-06-05
parallels: Move check of cluster outside image to a separate function
Alexander Ivanov
1
-26
/
+49
2023-06-05
parallels: Move check of unclean image to a separate function
Alexander Ivanov
1
-10
/
+21
2023-06-05
parallels: Use generic infrastructure for BAT writing in parallels_co_check()
Alexander Ivanov
1
-13
/
+10
2023-06-05
parallels: create parallels_set_bat_entry_helper() to assign BAT value
Alexander Ivanov
1
-3
/
+8
2023-06-05
parallels: Fix image_end_offset and data_end after out-of-image check
Alexander Ivanov
1
-1
/
+7
2023-06-05
parallels: Fix high_off calculation in parallels_co_check()
Alexander Ivanov
1
-2
/
+2
2023-06-05
parallels: Out of image offset in BAT leads to image inflation
Alexander Ivanov
1
-0
/
+17
2023-06-05
iotests/iov-padding: New test
Hanna Czenczek
2
-0
/
+144
2023-06-05
util/iov: Remove qemu_iovec_init_extended()
Hanna Czenczek
2
-73
/
+11
2023-06-05
block: Collapse padded I/O vecs exceeding IOV_MAX
Hanna Czenczek
1
-15
/
+151
2023-06-05
util/iov: Make qiov_slice() public
Hanna Czenczek
2
-7
/
+10
2023-06-02
Merge tag 'migration-20230602-pull-request' of https://gitlab.com/juan.quinte...
Richard Henderson
5
-275
/
+501
2023-06-02
Merge tag 'pull-nbd-2023-06-01-v2' of https://repo.or.cz/qemu/ericb into staging
Richard Henderson
19
-730
/
+1983
2023-06-02
cutils: Improve qemu_strtosz handling of fractions
Eric Blake
2
-53
/
+87
2023-06-02
cutils: Improve qemu_strtod* error paths
Eric Blake
2
-40
/
+55
2023-06-02
cutils: Use parse_uint in qemu_strtosz for negative rejection
Eric Blake
5
-19
/
+9
2023-06-02
cutils: Set value in all integral qemu_strto* error paths
Eric Blake
2
-28
/
+38
2023-06-02
cutils: Set value in all qemu_strtosz* error paths
Eric Blake
2
-60
/
+63
2023-06-02
test-cutils: Add more coverage to qemu_strtosz
Eric Blake
1
-11
/
+129
2023-06-02
numa: Check for qemu_strtosz_MiB error
Eric Blake
1
-2
/
+9
2023-06-02
cutils: Allow NULL str in qemu_strtosz
Eric Blake
2
-2
/
+10
2023-06-02
test-cutils: Refactor qemu_strtosz tests for less boilerplate
Eric Blake
1
-404
/
+101
2023-06-02
test-cutils: Prepare for upcoming semantic change in qemu_strtosz
Eric Blake
1
-15
/
+27
2023-06-02
test-cutils: Add coverage of qemu_strtod
Eric Blake
1
-0
/
+512
2023-06-02
cutils: Allow NULL endptr in parse_uint()
Eric Blake
2
-24
/
+28
2023-06-02
cutils: Adjust signature of parse_uint[_full]
Eric Blake
12
-101
/
+86
2023-06-02
cutils: Document differences between parse_uint and qemu_strtou64
Eric Blake
1
-8
/
+12
2023-06-02
cutils: Fix wraparound parsing in qemu_strtoui
Eric Blake
2
-17
/
+28
2023-06-02
test-cutils: Test more integer corner cases
Eric Blake
1
-63
/
+862
2023-06-02
test-cutils: Test integral qemu_strto* value on failures
Eric Blake
1
-7
/
+51
2023-06-02
test-cutils: Use g_assert_cmpuint where appropriate
Eric Blake
1
-74
/
+74
2023-06-02
test-cutils: Avoid g_assert in unit tests
Eric Blake
1
-162
/
+162
2023-06-02
qcow2: Explicit mention of padding bytes
Eric Blake
1
-0
/
+1
2023-06-02
iotests: Fix test 104 under NBD
Eric Blake
2
-4
/
+3
2023-06-02
qtest/migration: Document live=true cases
Peter Xu
1
-6
/
+31
2023-06-02
tests/qtest: make more migration pre-copy scenarios run non-live
Daniel P. Berrangé
1
-15
/
+66
2023-06-02
tests/qtest: distinguish src/dst migration VM stop/resume events
Daniel P. Berrangé
1
-13
/
+13
2023-06-02
tests/qtest: capture RESUME events during migration
Daniel P. Berrangé
3
-0
/
+20
2023-06-02
tests/qtest: replace wait_command() with qtest_qmp_assert_success
Daniel P. Berrangé
3
-157
/
+74
2023-06-02
tests/qtest: switch to using event callbacks for STOP event
Daniel P. Berrangé
3
-11
/
+15
2023-06-02
tests/qtest: get rid of some 'qtest_qmp' usage in migration test
Daniel P. Berrangé
2
-39
/
+21
2023-06-02
tests/qtest: get rid of 'qmp_command' helper in migration test
Daniel P. Berrangé
3
-39
/
+15
2023-06-02
tests/qtest: add support for callback to receive QMP events
Daniel P. Berrangé
2
-4
/
+57
2023-06-02
tests/qtest: add various qtest_qmp_assert_success() variants
Daniel P. Berrangé
2
-7
/
+205
2023-06-01
Merge tag 'migration-20230601-pull-request' of https://gitlab.com/juan.quinte...
Richard Henderson
7
-71
/
+66
2023-06-02
migration: stop tracking ram writes when cancelling background migration
Fiona Ebner
1
-7
/
+7
[next]