diff options
author | Amjad Alsharafi <amjadsharafi10@gmail.com> | 2024-07-20 18:13:31 +0800 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2024-08-06 20:12:39 +0200 |
commit | 21b25a0e466a5bba0a45600bb8100ab564202ed1 (patch) | |
tree | ea88db4a76e7a523b9211383fdec4aad8139a0c4 /hw/remote/machine.c | |
parent | b881cf00c99e03bc8a3648581f97736ff275b18b (diff) | |
download | qemu-21b25a0e466a5bba0a45600bb8100ab564202ed1.zip qemu-21b25a0e466a5bba0a45600bb8100ab564202ed1.tar.gz qemu-21b25a0e466a5bba0a45600bb8100ab564202ed1.tar.bz2 |
vvfat: Fix usage of `info.file.offset`
The field is marked as "the offset in the file (in clusters)", but it
was being used like this
`cluster_size*(nums)+mapping->info.file.offset`, which is incorrect.
Signed-off-by: Amjad Alsharafi <amjadsharafi10@gmail.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Message-ID: <72f19a7903886dda1aa78bcae0e17702ee939262.1721470238.git.amjadsharafi10@gmail.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'hw/remote/machine.c')
0 files changed, 0 insertions, 0 deletions