All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Enable use of crash on xen 4.4.0 vmcore
@ 2014-01-04 19:11 Don Slutz
  2014-01-04 19:11 ` [PATCH 1/4] Make domian.is_hvm optional Don Slutz
                   ` (11 more replies)
  0 siblings, 12 replies; 21+ messages in thread
From: Don Slutz @ 2014-01-04 19:11 UTC (permalink / raw)
  To: crash-utility; +Cc: Andrew Cooper, Daniel Kiper, kexec, Don Slutz, xen-devel

With the addition on PVH code to xen 4.4, domain.is_hvm no longer
exists.  This prevents crash from using a xen 4.4.0 vmcore.

Patch 1 "fixes" this.

Patch 2 is a minor fix in that outputing the offset in hex for
domain_domain_flags is different.

Patch 3 is a bug fix to get all "domain_flags" set, not just the 1st
one found.

Patch 4 is a quick way to add domain.guest_type support.

Don Slutz (4):
  Make domian.is_hvm optional
  xen: Fix offset output to be decimal.
  xen: set all domain_flags, not just the 1st.
  Add basic domain.guest_type support.

 xen_hyper.c             | 32 ++++++++++++++++++++++++--------
 xen_hyper_defs.h        |  1 +
 xen_hyper_dump_tables.c |  4 +++-
 3 files changed, 28 insertions(+), 9 deletions(-)

-- 
1.8.4


_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

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

end of thread, other threads:[~2014-01-08 20:17 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-04 19:11 [PATCH 0/4] Enable use of crash on xen 4.4.0 vmcore Don Slutz
2014-01-04 19:11 ` [PATCH 1/4] Make domian.is_hvm optional Don Slutz
2014-01-04 21:13   ` [Xen-devel] " Konrad Rzeszutek Wilk
2014-01-04 21:26     ` Don Slutz
2014-01-04 21:26     ` Don Slutz
2014-01-04 21:13   ` Konrad Rzeszutek Wilk
2014-01-04 19:11 ` Don Slutz
2014-01-04 19:11 ` [PATCH 2/4] xen: Fix offset output to be decimal Don Slutz
2014-01-04 19:11 ` Don Slutz
2014-01-04 19:11 ` [PATCH 3/4] xen: set all domain_flags, not just the 1st Don Slutz
2014-01-04 19:11 ` Don Slutz
2014-01-04 19:11 ` [PATCH 4/4] Add basic domain.guest_type support Don Slutz
2014-01-04 19:11 ` Don Slutz
2014-01-06 17:05 ` [Crash-utility] [PATCH 0/4] Enable use of crash on xen 4.4.0 vmcore Dave Anderson
2014-01-06 17:05 ` Dave Anderson
2014-01-06 19:45   ` Don Slutz
2014-01-06 20:28     ` Dave Anderson
2014-01-06 20:28     ` Dave Anderson
2014-01-06 19:45   ` Don Slutz
2014-01-08 20:16 ` Daniel Kiper
2014-01-08 20:16 ` Daniel Kiper

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.