Hi
On Fri, Jul 12, 2024 at 10:25 AM Ani Sinha wrote:
>
> Guest and host formats in struct FWCfgVMCoreInfo are written in little endian
> format. However, the hypervisor host might be big endian. We need to do
> appropriate conversions between the formats before comparing the values. Fix
> it.
>
Guest and host formats in struct FWCfgVMCoreInfo are written in little endian
format. However, the hypervisor host might be big endian. We need to do
appropriate conversions between the formats before comparing the values. Fix it.
Signed-off-by: Ani Sinha
---
hw/misc/vmcoreinfo.c | 3 ++-
1 file