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/1176.toml | |
| parent | aa8bd79cec7bf6790ddb01d156c2ef2201abbaab (diff) | |
| download | emulator-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/1176.toml')
| -rw-r--r-- | gitlab/issues/target_missing/host_missing/accel_missing/1176.toml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/1176.toml b/gitlab/issues/target_missing/host_missing/accel_missing/1176.toml new file mode 100644 index 00000000..aca74771 --- /dev/null +++ b/gitlab/issues/target_missing/host_missing/accel_missing/1176.toml @@ -0,0 +1,19 @@ +id = 1176 +title = "VVFAT :rw writes from guest (ReactOS, windowsXP) not visible by host" +state = "closed" +created_at = "2022-08-25T08:55:54.104Z" +closed_at = "2022-10-31T10:11:49.411Z" +labels = ["Storage", "workflow::Patch available"] +url = "https://gitlab.com/qemu-project/qemu/-/issues/1176" +host-os = "RaspberryOS on RPI4" +host-arch = "n/a" +qemu-version = "(e.g. `qemu-system-x86_64 --version`)" +guest-os = "ReactOS" +guest-arch = "n/a" +description = """As described in https://jira.reactos.org/browse/CORE-18327 +While ./LMS is mounted as a :rw VVFAT drive, guest OS (ReactOS) is able to read files BUT when files are "written" from the guest, they are not visible on host side. +QEMU execution is also massively polluted by "invalid file name" messages coming from https://git.qemu.org/?p=qemu.git;a=blob_plain;f=block/vvfat.c;hb=HEAD (but this is not specific to the use with ReactOS, as this is also observed with other guest : WXP, ...) + +See attached screenshot showing WXPSP3 as guest with file created in VVFAT drive while guest misses the newly created file.""" +reproduce = "n/a" +additional = "n/a" |