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

2018-12-17 Thread Michael S. Tsirkin
On Mon, Dec 17, 2018 at 11:48:30AM +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 comp

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

2018-12-17 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