summary refs log tree commit diff stats
path: root/gitlab/issues/target_missing/host_missing/accel_missing/2786.toml
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-05-21 21:21:26 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-05-21 21:21:26 +0200
commit4b927bc37359dec23f67d3427fc982945f24f404 (patch)
tree245449ef9146942dc7fffd0235b48b7e70a00bf2 /gitlab/issues/target_missing/host_missing/accel_missing/2786.toml
parentaa8bd79cec7bf6790ddb01d156c2ef2201abbaab (diff)
downloademulator-bug-study-4b927bc37359dec23f67d3427fc982945f24f404.tar.gz
emulator-bug-study-4b927bc37359dec23f67d3427fc982945f24f404.zip
add gitlab issues in toml format
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/2786.toml')
-rw-r--r--gitlab/issues/target_missing/host_missing/accel_missing/2786.toml19
1 files changed, 19 insertions, 0 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/2786.toml b/gitlab/issues/target_missing/host_missing/accel_missing/2786.toml
new file mode 100644
index 00000000..6385a97c
--- /dev/null
+++ b/gitlab/issues/target_missing/host_missing/accel_missing/2786.toml
@@ -0,0 +1,19 @@
+id = 2786
+title = "deleting files fails on vvfat (was: \"error handling renames\")"
+state = "opened"
+created_at = "2025-01-20T16:18:41.027Z"
+closed_at = "n/a"
+labels = ["Storage"]
+url = "https://gitlab.com/qemu-project/qemu/-/issues/2786"
+host-os = "Windows 11 Pro 24H2"
+host-arch = "64-bit operating system, x64-based processor"
+qemu-version = "QEMU emulator version 9.2.0 (v9.2.0-12071-g3dd0aeb44b)"
+guest-os = "freedos"
+guest-arch = "x86"
+description = """When working with files, renaming or saving from IDE, QEMU halts with the error message: 
+
+"Error handling renames (-2)""""
+reproduce = """1.
+2.
+3."""
+additional = """a previous del failed, the directories are not synced so the rename on the drive fails when the file with the target file name still exists on the real directory. So the real issue is a failed del."""