Re: [Qemu-devel] [PATCH 0/2] acpi: RSDP: fix checksum calculations

2018-11-26 Thread Igor Mammedov
On Fri, 23 Nov 2018 11:11:50 -0500 "Michael S. Tsirkin" wrote: > On Thu, Nov 22, 2018 at 11:29:32AM +0100, Igor Mammedov wrote: > > * arm/virt is broken but it looks like linux doesn't care, lets fix it > > anyways > > * x86, got lucky since we didn't use extended fields, > >fix it so that

Re: [Qemu-devel] [PATCH 0/2] acpi: RSDP: fix checksum calculations

2018-11-26 Thread Samuel Ortiz
On Mon, Nov 26, 2018 at 11:31:25AM +0100, Igor Mammedov wrote: > On Fri, 23 Nov 2018 11:11:50 -0500 > "Michael S. Tsirkin" wrote: > > > On Thu, Nov 22, 2018 at 11:29:32AM +0100, Igor Mammedov wrote: > > > * arm/virt is broken but it looks like linux doesn't care, lets fix it > > > anyways > > >

Re: [Qemu-devel] [PATCH 0/2] acpi: RSDP: fix checksum calculations

2018-11-23 Thread Michael S. Tsirkin
On Thu, Nov 22, 2018 at 11:29:32AM +0100, Igor Mammedov wrote: > * arm/virt is broken but it looks like linux doesn't care, lets fix it > anyways > * x86, got lucky since we didn't use extended fields, >fix it so that it will calculate checksum using correct length >so that it would be e

[Qemu-devel] [PATCH 0/2] acpi: RSDP: fix checksum calculations

2018-11-22 Thread Igor Mammedov
* arm/virt is broken but it looks like linux doesn't care, lets fix it anyways * x86, got lucky since we didn't use extended fields, fix it so that it will calculate checksum using correct length so that it would be easier to unify arm/x86 into one impl. Igor Mammedov (2): pc: acpi: use