|
|
|
|
|
|
|
|
|
|
xen-devel
RE: [Xen-devel] [PATCH 1/3] Xen MCE test: utilities to inject fake MCE f
To: |
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 10:47:19 +0800 |
Accept-language: |
en-US |
Acceptlanguage: |
en-US |
Cc: |
"Li, Haicheng" <haicheng.li@xxxxxxxxx>, "Jiang, Yunhong" <yunhong.jiang@xxxxxxxxx>, Keir Fraser <keir.fraser@xxxxxxxxxxxxx> |
Delivery-date: |
Thu, 23 Dec 2010 18:51:11 -0800 |
Envelope-to: |
www-data@xxxxxxxxxxxxxxxxxxx |
In-reply-to: |
<201012221115.19358.Christoph.Egger@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: |
<BC00F5384FCFC9499AF06F92E8B78A9E1E0F111D7A@xxxxxxxxxxxxxxxxxxxxxxxxxxxx> <201012221115.19358.Christoph.Egger@xxxxxxx> |
Sender: |
xen-devel-bounces@xxxxxxxxxxxxxxxxxxx |
Thread-index: |
AcuhwSrNETqNSfieSzCWb2Wn/IVCqwBUupGw |
Thread-topic: |
[Xen-devel] [PATCH 1/3] Xen MCE test: utilities to inject fake MCE for X86 |
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
1-mce-injection-tool.patch
Description: 1-mce-injection-tool.patch
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|