xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add xen-crashd.
@ 2013-11-15 19:20 Don Slutz
  2013-11-15 19:20 ` [PATCH v2 1/2] xen-crashd: Connect crash with domain Don Slutz
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Don Slutz @ 2013-11-15 19:20 UTC (permalink / raw)
  To: xen-devel
  Cc: Keir Fraser, Ian Campbell, Stefano Stabellini, Andrew Cooper,
	Ian Jackson, Don Slutz, David Vrabel

From: Don Slutz <dslutz@verizon.com>

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

-- 
1.8.4

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-12-05 11:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-15 19:20 [PATCH v2 0/2] Add xen-crashd Don Slutz
2013-11-15 19:20 ` [PATCH v2 1/2] xen-crashd: Connect crash with domain Don Slutz
2013-11-15 19:20 ` [PATCH v2 2/2] MAINTAINERS: Add xen-crashd maintainer Don Slutz
2013-11-19  0:19 ` [PATCH v2 0/2] Add xen-crashd Don Slutz
2013-11-29 10:26 ` Ian Campbell
2013-12-02 17:09   ` Don Slutz
2013-12-05 11:23   ` George Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).