Re: [Qemu-devel] [PATCH v3 1/4] ACPI: Add APEI GHES Table Generation support

2017-07-08 Thread gengdongjiu
Laszlo, thanks for your clear and detailed answer. I completely understand what you mean. 2017-07-07 17:43 GMT+08:00, Laszlo Ersek : > On 07/07/17 10:32, gengdongjiu wrote: >> Hi Laszlo, >>sorry for my late response. >> >> On 2017/6/3 20:01, Laszlo Ersek wrote: >>> On 05/22/17 16:23, Laszlo

Re: [Qemu-devel] [PATCH v3 1/4] ACPI: Add APEI GHES Table Generation support

2017-07-07 Thread Laszlo Ersek
On 07/07/17 10:32, gengdongjiu wrote: > Hi Laszlo, >sorry for my late response. > > On 2017/6/3 20:01, Laszlo Ersek wrote: >> On 05/22/17 16:23, Laszlo Ersek wrote: >>> Keeping some context: >>> >>> On 05/12/17 23:00, Laszlo Ersek wrote: On 04/30/17 07:35, Dongjiu Geng wrote: >> >>> (68)

Re: [Qemu-devel] [PATCH v3 1/4] ACPI: Add APEI GHES Table Generation support

2017-07-07 Thread gengdongjiu
Hi Laszlo, sorry for my late response. On 2017/6/3 20:01, Laszlo Ersek wrote: > On 05/22/17 16:23, Laszlo Ersek wrote: >> Keeping some context: >> >> On 05/12/17 23:00, Laszlo Ersek wrote: >>> On 04/30/17 07:35, Dongjiu Geng wrote: > >> (68) In the code below, you are not taking an "OVMF heade

Re: [Qemu-devel] [PATCH v3 1/4] ACPI: Add APEI GHES Table Generation support

2017-06-24 Thread gengdongjiu
Laszlo, Thank you very much for your carefully review again and again. I am following your suggestion. 2017-06-03 20:01 GMT+08:00, Laszlo Ersek : > On 05/22/17 16:23, Laszlo Ersek wrote: >> Keeping some context: >> >> On 05/12/17 23:00, Laszlo Ersek wrote: >>> On 04/30/17 07:35, Dongjiu Geng

Re: [Qemu-devel] [PATCH v3 1/4] ACPI: Add APEI GHES Table Generation support

2017-06-03 Thread Laszlo Ersek
On 05/22/17 16:23, Laszlo Ersek wrote: > Keeping some context: > > On 05/12/17 23:00, Laszlo Ersek wrote: >> On 04/30/17 07:35, Dongjiu Geng wrote: > (68) In the code below, you are not taking an "OVMF header probe > suppressor" into account. > > But, we have already planned to replace that quir

Re: [Qemu-devel] [PATCH v3 1/4] ACPI: Add APEI GHES Table Generation support

2017-05-30 Thread gengdongjiu
Laszlo, very sorry for that, it was my mistake that missing your name. when I reply mail, I copy the "CC" list to the mail reply list, but forget to copy the "To" list. I will check your comments in detailed later and reply you. thanks again. On 2017/5/30 0:03, Laszlo Ersek wrote: > Hi, > >

Re: [Qemu-devel] [PATCH v3 1/4] ACPI: Add APEI GHES Table Generation support

2017-05-29 Thread Laszlo Ersek
Hi, did you remove me from the To: / Cc: list intentionally, or was that an oversight? I caught your message in my list folders only by luck. Some followup below: On 05/29/17 17:27, gengdongjiu wrote: >> (46) What is "physical_addr" good for? Below I can only see an >> assignment to it, in ghe

Re: [Qemu-devel] [PATCH v3 1/4] ACPI: Add APEI GHES Table Generation support

2017-05-29 Thread gengdongjiu
Dear Laszlo, Thank your very much for your review and detailed comment. and very sorry for the late response due to recently debug the wholes RAS solution. On 2017/5/22 22:23, Laszlo Ersek wrote: > Keeping some context: > > On 05/12/17 23:00, Laszlo Ersek wrote: >> On 04/30/17 07:35, Dongjiu

Re: [Qemu-devel] [PATCH v3 1/4] ACPI: Add APEI GHES Table Generation support

2017-05-22 Thread Laszlo Ersek
Keeping some context: On 05/12/17 23:00, Laszlo Ersek wrote: > On 04/30/17 07:35, Dongjiu Geng wrote: >> This implements APEI GHES Table by passing the error cper info >> to the guest via a fw_cfg_blob. After a CPER info is added, an >> SEA/SEI exception will be injected into the guest OS. >> >> B

Re: [Qemu-devel] [PATCH v3 1/4] ACPI: Add APEI GHES Table Generation support

2017-05-19 Thread gengdongjiu
Michael, very sorry for the late response due to recently busy. On 2017/5/13 7:59, Michael S. Tsirkin wrote: > On Sun, Apr 30, 2017 at 01:35:03PM +0800, Dongjiu Geng wrote: >> This implements APEI GHES Table by passing the error cper info >> to the guest via a fw_cfg_blob. After a CPER info is

Re: [Qemu-devel] [PATCH v3 1/4] ACPI: Add APEI GHES Table Generation support

2017-05-19 Thread gengdongjiu
Laszlo, sorry for the late response. On 2017/5/13 5:00, Laszlo Ersek wrote: > On 04/30/17 07:35, Dongjiu Geng wrote: >> This implements APEI GHES Table by passing the error cper info >> to the guest via a fw_cfg_blob. After a CPER info is added, an >> SEA/SEI exception will be injected into the

Re: [Qemu-devel] [PATCH v3 1/4] ACPI: Add APEI GHES Table Generation support

2017-05-12 Thread Michael S. Tsirkin
On Sun, Apr 30, 2017 at 01:35:03PM +0800, Dongjiu Geng wrote: > This implements APEI GHES Table by passing the error cper info > to the guest via a fw_cfg_blob. After a CPER info is added, an > SEA/SEI exception will be injected into the guest OS. > > Below is the table layout, the max number of e

Re: [Qemu-devel] [PATCH v3 1/4] ACPI: Add APEI GHES Table Generation support

2017-05-12 Thread Laszlo Ersek
On 04/30/17 07:35, Dongjiu Geng wrote: > This implements APEI GHES Table by passing the error cper info > to the guest via a fw_cfg_blob. After a CPER info is added, an > SEA/SEI exception will be injected into the guest OS. > > Below is the table layout, the max number of error soure is 11, > whic

[Qemu-devel] [PATCH v3 1/4] ACPI: Add APEI GHES Table Generation support

2017-04-29 Thread Dongjiu Geng
This implements APEI GHES Table by passing the error cper info to the guest via a fw_cfg_blob. After a CPER info is added, an SEA/SEI exception will be injected into the guest OS. Below is the table layout, the max number of error soure is 11, which is classified by notification type. etc/acpi/ta