blob: d5767eefc8c03d866fd1c4a0b0a7edfcae7501b3 (
plain) (
blame)
1
2
3
|
The issue revolves around problems with reading memory addresses using `/proc/self/mem` when running 32-bit ARM and i386 guests under QEMU user-mode emulation. The mappings differ between host and guest, leading to I/O errors or mismatches in address spaces. This relates to how QEMU handles the runtime environment of emulated processes.
runtime
|