Re: [Qemu-devel] [PATCH v2 0/8] hw: acpi: RSDP fixes and refactoring

2018-11-30 Thread Igor Mammedov
On Thu, 29 Nov 2018 14:24:20 +0100 Samuel Ortiz wrote: > This patch serie fixes a couple of RSDP checksum related issues: > > - On RSDP rev2, we are not adding the extended checksum and computing > the checksum on the full table instead of the first 20 bytes. > - On RSDP rev1, we are computing

[Qemu-devel] [PATCH v2 0/8] hw: acpi: RSDP fixes and refactoring

2018-11-29 Thread Samuel Ortiz
This patch serie fixes a couple of RSDP checksum related issues: - On RSDP rev2, we are not adding the extended checksum and computing the checksum on the full table instead of the first 20 bytes. - On RSDP rev1, we are computing the checksum on 36 bytes instead of 20. We're lucky enough that