|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH 1/3] Xen MCE test: utilities to inject fake MCE f
To: |
"Hao, Xudong" <xudong.hao@xxxxxxxxx>, 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: |
Keir Fraser <keir@xxxxxxx> |
Date: |
Fri, 24 Dec 2010 08:25:00 +0000 |
Cc: |
"Li, Haicheng" <haicheng.li@xxxxxxxxx>, "Jiang, Yunhong" <yunhong.jiang@xxxxxxxxx> |
Delivery-date: |
Fri, 24 Dec 2010 00:26:14 -0800 |
Dkim-signature: |
v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:user-agent:date :subject:from:to:cc:message-id:thread-topic:thread-index:in-reply-to :mime-version:content-type:content-transfer-encoding; bh=GO3zfDFzAKViinmQ+gAQmMss9RCNV+v7pRJ2h4A4kzU=; b=Uhr0cZGIxby6ry1pf4zRb/ckA/CnD3cxB+5zbkRjYPwrQz4p+4sLglLd1tipQZFJCn ZHd+ZOjOImlrvpMWu8ytD+oifRSsZb7OE652c2otsHa+SWrQ82b2VSX+OZsv+b0uDwc/ Q3l5fyiLtCtNKsoHQLAHdLUM+gbvfpabhPk30= |
Domainkey-signature: |
a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:user-agent:date:subject:from:to:cc:message-id:thread-topic :thread-index:in-reply-to:mime-version:content-type :content-transfer-encoding; b=bnyxPY9OCyWjpkmcaVVhm8MG2ZMDxZwkBwhToQc3n9lLgG+gFziDhGxzQCod5rndt6 9VfYzaCZfY4NRqrjjDcEVTvpRyxttp04exjNcFisAm4kzOWzHIhvifYwq1KC6iPrggN2 L0PW3FLPoawdPnXhedOIYworkAm+ej31GFLRI= |
Envelope-to: |
www-data@xxxxxxxxxxxxxxxxxxx |
In-reply-to: |
<BC00F5384FCFC9499AF06F92E8B78A9E1E0F1BA267@xxxxxxxxxxxxxxxxxxxxxxxxxxxx> |
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> |
Sender: |
xen-devel-bounces@xxxxxxxxxxxxxxxxxxx |
Thread-index: |
AcuhwSrNETqNSfieSzCWb2Wn/IVCqwBUupGwAAv+QlM= |
Thread-topic: |
[Xen-devel] [PATCH 1/3] Xen MCE test: utilities to inject fake MCE for X86 |
User-agent: |
Microsoft-Entourage/12.27.0.100910 |
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
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|