[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Xen-devel] [PATCH v2 0/2] Add xen-crashd.
While testing the my new changes to crash (soon to be posted), I found
some bugs with v2 of the code. I have attached the v3 of patch #1. Also
a patch to convert v2 to v3.
-Don Slutz
On 11/15/13 14:20, Don Slutz wrote:
From: Don Slutz <dslutz@xxxxxxxxxxx>
Subject was: Add xentrace/xen_crash
Changes from v1 to v2:
Rework to be closer to Xen "codeing standard".
Add a change to MAINTAINERS to list me as maintainer of xen-crashd.
Andrew Cooper:
Move out of xentrace, rename to xen-crashd.
Konrad Rzeszutek Wilk & David Vrabel:
Rework Copyright
Ian Campbell:
Add 1st pass on some documention on crash's remote protocol.
Don Slutz (2):
xen-crashd: Connect crash with domain
MAINTAINERS: Add xen-crashd maintainer
.gitignore | 1 +
MAINTAINERS | 5 +
docs/misc/crash-remote.txt | 190 ++++++++++
tools/Makefile | 1 +
tools/xen-crashd/Makefile | 29 ++
tools/xen-crashd/xen-crashd.8 | 48 +++
tools/xen-crashd/xen-crashd.c | 833 ++++++++++++++++++++++++++++++++++++++++++
7 files changed, 1107 insertions(+)
create mode 100644 docs/misc/crash-remote.txt
create mode 100644 tools/xen-crashd/Makefile
create mode 100644 tools/xen-crashd/xen-crashd.8
create mode 100644 tools/xen-crashd/xen-crashd.c
Attachment:
0000-cover-letter.patch
Description: Text Data
Attachment:
0001-xen-crashd-Connect-crash-with-domain.patch
Description: Text Data
Attachment:
0003-xen-crashd-v2-to-v3-bug-fixes.patch
Description: Text Data
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel
|