|
|
|
|
|
|
|
|
|
|
xen-devel
RE: [Xen-devel] [PATCH 1/3] Xen MCE test: utilities to inject fake MCE f
To: |
Keir Fraser <keir@xxxxxxx>, Christoph Egger <Christoph.Egger@xxxxxxx>, "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx> |
Subject: |
RE: [Xen-devel] [PATCH 1/3] Xen MCE test: utilities to inject fake MCE for X86 |
From: |
"Hao, Xudong" <xudong.hao@xxxxxxxxx> |
Date: |
Fri, 24 Dec 2010 17:19:56 +0800 |
Accept-language: |
en-US |
Acceptlanguage: |
en-US |
Cc: |
"Li, Haicheng" <haicheng.li@xxxxxxxxx>, "Jiang, Yunhong" <yunhong.jiang@xxxxxxxxx> |
Delivery-date: |
Fri, 24 Dec 2010 01:20:52 -0800 |
Envelope-to: |
www-data@xxxxxxxxxxxxxxxxxxx |
In-reply-to: |
<C93A095C.299E4%keir@xxxxxxx> |
List-help: |
<mailto:xen-devel-request@lists.xensource.com?subject=help> |
List-id: |
Xen developer discussion <xen-devel.lists.xensource.com> |
List-post: |
<mailto:xen-devel@lists.xensource.com> |
List-subscribe: |
<http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe> |
List-unsubscribe: |
<http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe> |
References: |
<BC00F5384FCFC9499AF06F92E8B78A9E1E0F1BA267@xxxxxxxxxxxxxxxxxxxxxxxxxxxx> <C93A095C.299E4%keir@xxxxxxx> |
Sender: |
xen-devel-bounces@xxxxxxxxxxxxxxxxxxx |
Thread-index: |
AcuhwSrNETqNSfieSzCWb2Wn/IVCqwBUupGwAAv+QlMAAduw4A== |
Thread-topic: |
[Xen-devel] [PATCH 1/3] Xen MCE test: utilities to inject fake MCE for X86 |
Utilities to inject fake MCE for x86
A sofeware MCE injection tool, which is based on Xen MCE injection mechanism.
Makefile make sure the tool can be built on Xen.
A README explain the usage for this tool.
Signed-off-by: Yunhong Jiang <yunhong.jiang@xxxxxxxxx>
Signed-off-by: Haicheng Li<haicheng.li@xxxxxxxxx>
Signed-off-by: Xudong Hao <xudong.hao@xxxxxxxxx>
Keir Fraser wrote:
> Also, please send a signed-off-by line which I can append to all patch
> descriptions. No need to re-send all your patches.
>
> Thanks,
> Keir
>
> On 24/12/2010 02:47, "Hao, Xudong" <xudong.hao@xxxxxxxxx> wrote:
>
>> Chris, thanks comments.
>>
>> This patch use getopt instead of getopt_long.
>>
>> -Xudong
>>
>> Christoph Egger wrote:
>>> On Wednesday 22 December 2010 02:10:22 Hao, Xudong wrote:
>>>> A sofeware MCE injection tool, which is based on Xen MCE injection
>>>> mechanism. It fake MCE error and inject this error to a assigned
>>>> Domain Physical Address. Makefile make sure the tool can be built
>>>> on Xen. A README explain the usage for this tool.
>>>
>>> getopt_long(3) is GNU specific.
>>> Please use getopt(3) instead for portability.
>>>
>>> Other than that this is fine.
>>>
>>> Christoph
>> _______________________________________________
>> Xen-devel mailing list
>> Xen-devel@xxxxxxxxxxxxxxxxxxx
>> http://lists.xensource.com/xen-devel
Thanks,
Xudong
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|