qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2] hw/ufs: Adjust value to match CPU's endian format


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v2] hw/ufs: Adjust value to match CPU's endian format
Date: Thu, 9 Jan 2025 15:47:18 +0100
User-agent: Mozilla Thunderbird

On 7/1/25 09:43, Keoseong Park wrote:
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: 7c85332a2b3e ("hw/ufs: minor bug fixes related to ufs-test")
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Keoseong Park <keosung.park@samsung.com>
---
  hw/ufs/ufs.c           | 2 +-
  tests/qtest/ufs-test.c | 2 +-
  2 files changed, 2 insertions(+), 2 deletions(-)
Patch queued, thanks.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]