mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-24 00:18:36 -07:00
In ufs_write_attr_value(), the value parameter is handled in the CPU's
endian format but provided in big-endian format by the caller. Thus, it
is converted to the CPU's endian format. The related test code is also
fixed to reflect this change.
Fixes:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| lu.c | ||
| meson.build | ||
| trace-events | ||
| trace.h | ||
| ufs.c | ||
| ufs.h | ||