summary refs log tree commit diff stats
path: root/gitlab/issues/target_missing/host_missing/accel_TCG/1856.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_TCG/1856.toml
parent225caa38269323af1bfc2daadff5ec8bd930747f (diff)
downloadqemu-analysis-9260319e7411ff8281700a532caa436f40120ec4.tar.gz
qemu-analysis-9260319e7411ff8281700a532caa436f40120ec4.zip
gitlab scraper: download in toml and text format
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_TCG/1856.toml')
-rw-r--r--gitlab/issues/target_missing/host_missing/accel_TCG/1856.toml21
1 files changed, 0 insertions, 21 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_TCG/1856.toml b/gitlab/issues/target_missing/host_missing/accel_TCG/1856.toml
deleted file mode 100644
index 7a3b5699c..000000000
--- a/gitlab/issues/target_missing/host_missing/accel_TCG/1856.toml
+++ /dev/null
@@ -1,21 +0,0 @@
-id = 1856
-title = "Replay got stuck with consecutive hardware interrupts coming"
-state = "opened"
-created_at = "2023-08-31T09:29:31.932Z"
-closed_at = "n/a"
-labels = ["accel: TCG", "icount", "workflow::Needs Info"]
-url = "https://gitlab.com/qemu-project/qemu/-/issues/1856"
-host-os = "Ubuntu 22.04 LTS"
-host-arch = "aarch64"
-qemu-version = "QEMU emulator version 8.1.50 (v8.1.0-206-g156618d9ea6)"
-guest-os = "Win7 Service Pack 1 7601"
-guest-arch = "i386"
-description = """I recorded bin file using **_rr=record_** command line. But it got stuck when replaying this record bin file. The icount number would never change after stucking if I typed _**info replay**_ with qmp command line.
-
-I found that the following instructions should be a sequence of consecutive hardware interrupts after stucking once checking the trace log of 
-both replay and record log using _**-d in_asm,int**_."""
-reproduce = """1.pulling from remote which the newest commit ID is 156618d9ea67f2f2e31d9dedd97f2dcccbe6808c
-2.emulating  Windows 7 OS on aarch64 Host with TCG acceleration mechanism
-3.using **_rr=record_** to make replay file and tracing guest code and interrupts using _**-d in_asm,int**_
-4.replaying the previous file and also tracing guest code and interrupts"""
-additional = """#"""