[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/5] hw/acpi: Fix size of HID in build_append_srat_acpi_devic
From: |
Daniel P . Berrangé |
Subject: |
Re: [PATCH 1/5] hw/acpi: Fix size of HID in build_append_srat_acpi_device_handle() |
Date: |
Thu, 7 Nov 2024 12:37:30 +0000 |
User-agent: |
Mutt/2.2.12 (2023-09-09) |
On Thu, Nov 07, 2024 at 12:34:42PM +0000, Jonathan Cameron wrote:
> The size should always be 8 so hard code that. By coincidience the
> incorrect use of sizeof(char *) is 8 on 64 bit hosts, but was caught
> by CI testing with i686 as the host.
>
> Reported-by: Michael S. Tsirkin <mst@redhat.com>
> Closes:
> 20241104110025-mutt-send-email-mst@kernel.org/">https://lore.kernel.org/qemu-devel/20241104110025-mutt-send-email-mst@kernel.org/
> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
> ---
> hw/acpi/aml-build.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
With regards,
Daniel
--
|: https://berrange.com -o- https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o- https://fstop138.berrange.com :|
|: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
- [PATCH 0/5] hw/acpi: Fixes + tests for ACPI Generic Port Affinity Struturs, Jonathan Cameron, 2024/11/07
- [PATCH 1/5] hw/acpi: Fix size of HID in build_append_srat_acpi_device_handle(), Jonathan Cameron, 2024/11/07
- Re: [PATCH 1/5] hw/acpi: Fix size of HID in build_append_srat_acpi_device_handle(),
Daniel P . Berrangé <=
- [PATCH 2/5] qapi/qom: Change Since entry for AcpiGenericPortProperties to 9.2, Jonathan Cameron, 2024/11/07
- [PATCH 3/5] bios-tables-test: Allow for new acpihmat-generic-x test data., Jonathan Cameron, 2024/11/07
- [PATCH 4/5] bios-tables-test: Add complex SRAT / HMAT test for GI GP, Jonathan Cameron, 2024/11/07
- [PATCH 5/5] bios-tables-test: Add data for complex numa test (GI, GP etc), Jonathan Cameron, 2024/11/07