summary refs log tree commit diff stats
path: root/gitlab/issues/target_missing/host_missing/accel_missing/1231.toml
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-05-30 16:52:07 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-05-30 16:52:17 +0200
commit9260319e7411ff8281700a532caa436f40120ec4 (patch)
tree2f6bfe5f3458dd49d328d3a9eb508595450adec0 /gitlab/issues/target_missing/host_missing/accel_missing/1231.toml
parent225caa38269323af1bfc2daadff5ec8bd930747f (diff)
downloademulator-bug-study-9260319e7411ff8281700a532caa436f40120ec4.tar.gz
emulator-bug-study-9260319e7411ff8281700a532caa436f40120ec4.zip
gitlab scraper: download in toml and text format
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/1231.toml')
-rw-r--r--gitlab/issues/target_missing/host_missing/accel_missing/1231.toml21
1 files changed, 0 insertions, 21 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/1231.toml b/gitlab/issues/target_missing/host_missing/accel_missing/1231.toml
deleted file mode 100644
index 85e7faf7..00000000
--- a/gitlab/issues/target_missing/host_missing/accel_missing/1231.toml
+++ /dev/null
@@ -1,21 +0,0 @@
-id = 1231
-title = "Loading migration of VM in debug state fails (with potential solution)"
-state = "opened"
-created_at = "2022-09-26T20:53:16.933Z"
-closed_at = "n/a"
-labels = ["Migration"]
-url = "https://gitlab.com/qemu-project/qemu/-/issues/1231"
-host-os = "N/A"
-host-arch = "N/A"
-qemu-version = "7.1.0"
-guest-os = "N/A"
-guest-arch = "N/A"
-description = """```
-qemu-system-x86_64: invalid runstate transition: 'inmigrate' -> 'debug'
-Aborted (core dumped)
-```"""
-reproduce = """1. Start VM with gdbstub
-2. Pause VM via gdbstub
-3. Save migration snapshot via HMP: `migrate "exec: gzip -c > foo.gz"`
-4. Start new QEMU instance from snapshot by adding these args to whatever you used to launch QEMU: `-incoming "exec: gzip -c -d foo.gz"`"""
-additional = """This can be fixed by adding `{ RUN_STATE_INMIGRATE, RUN_STATE_DEBUG },` to `runstate_transitions_def` in `softmmu/runstate.c`. It's not clear if there are any negative ramifications of this, but it seems to work for me?"""