blob: f17b98162134c5fe9cc5d7f2454795445f90c796 (
plain) (
blame)
1
2
3
|
The bug report describes an issue involving a 16-byte write instruction (`movdqu`) that causes a partial write at a page boundary when a page fault occurs. This indicates a problem with how the instruction is handled, specifically in TCG mode within QEMU. The incorrect behavior points to a flaw in the implementation of the `movdqu` instruction itself rather than a syscall error or general runtime issue.
**instruction**
|