Re: [PATCH v5 00/10] acpi: Error Record Serialization Table, ERST, support for QEMU

2021-07-29 Thread Igor Mammedov
On Wed, 28 Jul 2021 10:19:51 -0500 Eric DeVolder wrote: > On 7/27/21 7:55 AM, Igor Mammedov wrote: > > PS: > > If I haven't said it already, use checkpatch script before posting patches. > > > > I do run checkpatch. On occasion I allow a warning about a line too long. And > there is the MAINT

Re: [PATCH v5 00/10] acpi: Error Record Serialization Table, ERST, support for QEMU

2021-07-28 Thread Eric DeVolder
On 7/27/21 7:55 AM, Igor Mammedov wrote: PS: If I haven't said it already, use checkpatch script before posting patches. I do run checkpatch. On occasion I allow a warning about a line too long. And there is the MAINTAINERs message due to the new files. Is there something else that I'm miss

Re: [PATCH v5 00/10] acpi: Error Record Serialization Table, ERST, support for QEMU

2021-07-27 Thread Igor Mammedov
PS: If I haven't said it already, use checkpatch script before posting patches.

Re: [PATCH v5 00/10] acpi: Error Record Serialization Table, ERST, support for QEMU

2021-07-23 Thread Eric DeVolder
Igor, Pending your responses to a few questions, I have v6 ready to go. Thanks, eric On 7/20/21 9:57 AM, Igor Mammedov wrote: On Wed, 30 Jun 2021 15:07:11 -0400 Eric DeVolder wrote: = I believe I have corrected for all feedback on v4, but with responses to certain

Re: [PATCH v5 00/10] acpi: Error Record Serialization Table, ERST, support for QEMU

2021-07-21 Thread Eric DeVolder
On 7/20/21 9:57 AM, Igor Mammedov wrote: On Wed, 30 Jun 2021 15:07:11 -0400 Eric DeVolder wrote: = I believe I have corrected for all feedback on v4, but with responses to certain feedback below. In patch 1/6, Igor asks: "you are adding empty template files here

Re: [PATCH v5 00/10] acpi: Error Record Serialization Table, ERST, support for QEMU

2021-07-21 Thread Eric DeVolder
On 7/13/21 3:38 PM, Michael S. Tsirkin wrote: On Wed, Jun 30, 2021 at 03:07:11PM -0400, Eric DeVolder wrote: = I believe I have corrected for all feedback on v4, but with responses to certain feedback below. In patch 1/6, Igor asks: "you are adding empty template

Re: [PATCH v5 00/10] acpi: Error Record Serialization Table, ERST, support for QEMU

2021-07-20 Thread Igor Mammedov
On Wed, 30 Jun 2021 15:07:11 -0400 Eric DeVolder wrote: > = > I believe I have corrected for all feedback on v4, but with > responses to certain feedback below. > > In patch 1/6, Igor asks: > "you are adding empty template files here > but the later matching bios-tabl

Re: [PATCH v5 00/10] acpi: Error Record Serialization Table, ERST, support for QEMU

2021-07-13 Thread Michael S. Tsirkin
On Wed, Jun 30, 2021 at 03:07:11PM -0400, Eric DeVolder wrote: > = > I believe I have corrected for all feedback on v4, but with > responses to certain feedback below. > > In patch 1/6, Igor asks: > "you are adding empty template files here > but the later matching bios

[PATCH v5 00/10] acpi: Error Record Serialization Table, ERST, support for QEMU

2021-06-30 Thread Eric DeVolder
= I believe I have corrected for all feedback on v4, but with responses to certain feedback below. In patch 1/6, Igor asks: "you are adding empty template files here but the later matching bios-tables-test is nowhere to be found Was testcase lost somewhere along the way