diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-06-01 21:35:14 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-06-01 21:35:14 +0200 |
| commit | 3e4c5a6261770bced301b5e74233e7866166ea5b (patch) | |
| tree | 9379fddaba693ef8a045da06efee8529baa5f6f4 /gitlab/issues_text/target_m68k/host_missing/accel_missing/1568 | |
| parent | e5634e2806195bee44407853c4bf8776f7abfa4f (diff) | |
| download | qemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.tar.gz qemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.zip | |
clean up repository
Diffstat (limited to 'gitlab/issues_text/target_m68k/host_missing/accel_missing/1568')
| -rw-r--r-- | gitlab/issues_text/target_m68k/host_missing/accel_missing/1568 | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/gitlab/issues_text/target_m68k/host_missing/accel_missing/1568 b/gitlab/issues_text/target_m68k/host_missing/accel_missing/1568 deleted file mode 100644 index 30b27fa4e..000000000 --- a/gitlab/issues_text/target_m68k/host_missing/accel_missing/1568 +++ /dev/null @@ -1,39 +0,0 @@ -qemu-system-m68k fails whenever the option "-d cpu_reset" is specified -Description of problem: -When specifying the option "-d cpu_reset", the following output is generated, and QEMU eventually crashes with a Segmentation fault: -``` -CPU Reset (CPU 0) -D0 = 00000000 A0 = 00000000 F0 = 0000 0000000000000000 ( 0) -D1 = 00000000 A1 = 00000000 F1 = 0000 0000000000000000 ( 0) -D2 = 00000000 A2 = 00000000 F2 = 0000 0000000000000000 ( 0) -D3 = 00000000 A3 = 00000000 F3 = 0000 0000000000000000 ( 0) -D4 = 00000000 A4 = 00000000 F4 = 0000 0000000000000000 ( 0) -D5 = 00000000 A5 = 00000000 F5 = 0000 0000000000000000 ( 0) -D6 = 00000000 A6 = 00000000 F6 = 0000 0000000000000000 ( 0) -D7 = 00000000 A7 = 00000000 F7 = 0000 0000000000000000 ( 0) -PC = 00000000 qemu: fatal: Bad CC_OP 0 -D0 = 00000000 A0 = 00000000 F0 = 0000 0000000000000000 ( 0) -D1 = 00000000 A1 = 00000000 F1 = 0000 0000000000000000 ( 0) -D2 = 00000000 A2 = 00000000 F2 = 0000 0000000000000000 ( 0) -D3 = 00000000 A3 = 00000000 F3 = 0000 0000000000000000 ( 0) -D4 = 00000000 A4 = 00000000 F4 = 0000 0000000000000000 ( 0) -D5 = 00000000 A5 = 00000000 F5 = 0000 0000000000000000 ( 0) -D6 = 00000000 A6 = 00000000 F6 = 0000 0000000000000000 ( 0) -D7 = 00000000 A7 = 00000000 F7 = 0000 0000000000000000 ( 0) -... -D0 = 00000000 A0 = 00000000 F0 = 0000 0000000000000000 ( 0) -D1 = 00000000 A1 = 00000000 F1 = 0000 0000000000000000 ( 0) -D2 = 00000000 A2 = 00000000 F2 = 0000 0000000000000000 ( 0) -D3 = 00000000 A3 = 00000000 F3 = 0000 0000000000000000 ( 0) -D4 = 00000000 A4 = 00000000 F4 = 0000 0000000000000000 ( 0) -D5 = 00000000 A5 = 00000000 F5 = 0000 0000000000000000 ( 0) -D6 = 00000000 A6 = 00000000 F6 = 0000 0000000000000000 ( 0) -D7 = 00000000 A7 = 00000000 F7 = 0000 0000000000000000 ( 0) -PC = 00000000 qemu: fatal: Bad CC_OP 0 -Segmentation fault (core dumped) -``` -This also happens with the other m68k machine types. -Steps to reproduce: -1. Run QEMU with the given command line. -Additional information: - |