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
path:
root
/
tests
/
qtest
/
migration-test.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-16
tests/qtest: replace qmp_discard_response with qtest_qmp_assert_success
Daniel P. Berrangé
1
-4
/
+1
2023-05-08
qtest/migration-test.c: Add postcopy tests with compress enabled
Lukas Straub
1
-30
/
+55
2023-05-08
qtest/migration-test.c: Add tests with compress enabled
Lukas Straub
1
-0
/
+109
2023-05-02
tests/qtest: Fix tests when no KVM or TCG are present
Fabiano Rosas
1
-1
/
+8
2023-04-20
tests/migration: Only run auto_converge in slow mode
Juan Quintela
1
-2
/
+21
2023-03-22
qtests: avoid printing comments before g_test_init()
Daniel P. Berrangé
1
-3
/
+7
2023-03-13
tests/migration: Tweek auto converge limits check
Dr. David Alan Gilbert
1
-8
/
+11
2023-03-04
tests/qtest/migration-test: Disable migration/multifd/tcp/plain/cancel
Peter Maydell
1
-2
/
+8
2023-02-06
util/userfaultfd: Add uffd_open()
Peter Xu
1
-2
/
+2
2023-01-16
Call qemu_socketpair() instead of socketpair() when possible
Guoyi Tu
1
-1
/
+1
2022-12-03
tests/qtest/migration-test: Fix unlink error and memory leaks
Thomas Huth
1
-4
/
+16
2022-11-06
tests/qtest: migration-test: Enable TLS PSK tests for win32
Bin Meng
1
-14
/
+0
2022-11-06
tests/qtest: Fix two format strings
Stefan Weil
1
-2
/
+2
2022-10-28
tests/qtest: migration-test: Make sure QEMU process "to" exited after migrati...
Xuzhou Cheng
1
-0
/
+4
2022-10-28
tests/qtest: Use EXIT_FAILURE instead of magic number
Bin Meng
1
-2
/
+2
2022-10-22
tests/qtest: migration-test: Fix [-Werror=format-overflow=] build warning
Bin Meng
1
-2
/
+2
2022-10-12
tests/qtest: migration-test: Avoid using hardcoded /tmp
Bin Meng
1
-4
/
+6
2022-09-27
tests/qtest: migration-test: Skip running some TLS cases for win32
Bin Meng
1
-0
/
+14
2022-09-27
tests/qtest: migration-test: Disable IO redirection for win32
Bin Meng
1
-0
/
+9
2022-08-25
tests/qtest: migration-test: Skip running test_migrate_fd_proto on win32
Bin Meng
1
-0
/
+4
2022-08-25
tests/qtest: migration-test: Handle link() for win32
Bin Meng
1
-0
/
+8
2022-08-25
tests: Use g_mkdir_with_parents()
Bin Meng
1
-3
/
+3
2022-08-25
tests/qtest: Use g_mkdtemp()
Bin Meng
1
-2
/
+2
2022-08-24
tests/qtest/migration-test: Remove duplicated test_postcopy from the test plan
Thomas Huth
1
-1
/
+0
2022-08-24
tests/qtest/migration-test: Only wait for serial output where migration succeeds
Thomas Huth
1
-1
/
+3
2022-08-01
tests/qtest/migration-test: Run the dirty ring tests only with the x86 target
Thomas Huth
1
-3
/
+4
2022-08-01
migration-test: Allow test to run without uffd
Peter Xu
1
-23
/
+25
2022-08-01
migration-test: Use migrate_ensure_converge() for auto-converge
Peter Xu
1
-17
/
+2
2022-07-20
tests: Add postcopy preempt tests
Peter Xu
1
-2
/
+57
2022-07-20
tests: Add postcopy tls recovery migration test
Peter Xu
1
-9
/
+30
2022-07-20
tests: Add postcopy tls migration test
Peter Xu
1
-10
/
+51
2022-07-20
tests: Move MigrateCommon upper
Peter Xu
1
-72
/
+72
2022-07-20
tests: Add dirty page rate limit test
Hyman Huang(黄勇)
1
-0
/
+256
2022-07-05
tests: use consistent bandwidth/downtime limits in migration tests
Daniel P. Berrangé
1
-34
/
+20
2022-07-05
tests: increase migration test converge downtime to 30 seconds
Daniel P. Berrangé
1
-1
/
+1
2022-07-05
tests: wait for migration completion before looking for STOP event
Daniel P. Berrangé
1
-1
/
+4
2022-05-16
tests: ensure migration status isn't reported as failed
Daniel P. Berrangé
1
-3
/
+3
2022-05-16
tests: add multifd migration tests of TLS with x509 credentials
Daniel P. Berrangé
1
-0
/
+127
2022-05-16
tests: add multifd migration tests of TLS with PSK credentials
Daniel P. Berrangé
1
-4
/
+56
2022-05-16
tests: convert multifd migration tests to use common helper
Daniel P. Berrangé
1
-37
/
+40
2022-05-16
tests: convert XBZRLE migration test to use common helper
Daniel P. Berrangé
1
-42
/
+25
2022-05-16
tests: add migration tests of TLS with x509 credentials
Daniel P. Berrangé
1
-3
/
+380
2022-05-16
tests: add migration tests of TLS with PSK credentials
Daniel P. Berrangé
1
-4
/
+157
2022-05-03
tests: move libqtest.h back under qtest/
Marc-André Lureau
1
-1
/
+1
2022-04-21
tests: expand the migration precopy helper to support failures
Daniel P. Berrangé
1
-9
/
+42
2022-04-21
tests: switch migration FD passing test to use common precopy helper
Daniel P. Berrangé
1
-36
/
+21
2022-04-21
tests: introduce ability to provide hooks for migration precopy test
Daniel P. Berrangé
1
-0
/
+38
2022-04-21
tests: merge code for UNIX and TCP migration pre-copy tests
Daniel P. Berrangé
1
-49
/
+49
2022-04-21
tests: switch MigrateStart struct to be stack allocated
Daniel P. Berrangé
1
-78
/
+56
2022-03-02
tests: Pass in MigrateStart** into test_migrate_start()
Peter Xu
1
-12
/
+15
[next]