diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-05-21 21:21:26 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-05-21 21:21:26 +0200 |
| commit | 4b927bc37359dec23f67d3427fc982945f24f404 (patch) | |
| tree | 245449ef9146942dc7fffd0235b48b7e70a00bf2 /gitlab/issues/target_missing/host_missing/accel_missing/2881.toml | |
| parent | aa8bd79cec7bf6790ddb01d156c2ef2201abbaab (diff) | |
| download | qemu-analysis-4b927bc37359dec23f67d3427fc982945f24f404.tar.gz qemu-analysis-4b927bc37359dec23f67d3427fc982945f24f404.zip | |
add gitlab issues in toml format
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/2881.toml')
| -rw-r--r-- | gitlab/issues/target_missing/host_missing/accel_missing/2881.toml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/2881.toml b/gitlab/issues/target_missing/host_missing/accel_missing/2881.toml new file mode 100644 index 000000000..66a0c19d4 --- /dev/null +++ b/gitlab/issues/target_missing/host_missing/accel_missing/2881.toml @@ -0,0 +1,18 @@ +id = 2881 +title = "segfault on loadvm after migrate_set_capability multifd on" +state = "opened" +created_at = "2025-03-24T16:49:27.546Z" +closed_at = "n/a" +labels = ["Migration"] +url = "https://gitlab.com/qemu-project/qemu/-/issues/2881" +host-os = "Ubuntu 24.04" +host-arch = "x86_64" +qemu-version = "commit 71119ed3651622e1c531d1294839e9f3341adaf5 (and also commit 1dae461a913f9da88df05de6e2020d3134356f2e )" +guest-os = "Ubuntu 16.04.3 LTS" +guest-arch = "x86_64" +description = """A segfault occurs when running `loadvm` having set `migrate_set_capability multifd on` from the monitor. +EDIT: also `savevm` segfaults.""" +reproduce = """1. Take a snapshot with `savevm test` +2. From the monitor run `migrate_set_capability multifd on` +3. Try to restore the snapshot with `loadvm test`""" +additional = """Sorry for not having triaged this much, I think it is worth reporting anyway.""" |