All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] dump-core take 3
@ 2007-01-21  7:46 Isaku Yamahata
  2007-01-21  7:46 ` [PATCH 1/2] dump-core take 3: hvm domain: set shared_info.arch.max_pfn Isaku Yamahata
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Isaku Yamahata @ 2007-01-21  7:46 UTC (permalink / raw)
  To: xen-devel; +Cc: Isaku Yamahata, xen-ia64-devel, Dave Anderson, John Levon

The following patchset is the dump-core take 3.
It changes its format into ELF, adds PFN-GMFN table, HVM support,
and adds IA64 preliminary chages.

The take 2 patch was objected because it added new hypercall.
Now I removed it, so I hope that the take 3 becomes acceptable
than take 2.
The page dumping logic is slight complicated because the file
is treated as append only. If seeking back and forth is allowed,
it can be simplified a bit.

Changes from take 2:
- removed memory map related hypercall chages.
- removed xc_domain_tranlate_gpfn(). 
  instead, trying to map pages is used.
- hvm builder, resotre: set shared_info.arch.max_pfn.
- dropped experimental IA64 support.

[TODO]
- IA64 support
  extend arch_shared_info for dump-core to know the dump area.
  update ia64 domain builder to set it up appropreately.

Subject: [PATCH 1/2] dump-core take3: hvm domain: set shared_info.arch.max_pfn
Subject: [PATCH 2/2] dump-core take3: elf formatify and added PFN-GMFN table

--
yamahata

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

end of thread, other threads:[~2007-01-22 16:10 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-01-21  7:46 [PATCH 0/2] dump-core take 3 Isaku Yamahata
2007-01-21  7:46 ` [PATCH 1/2] dump-core take 3: hvm domain: set shared_info.arch.max_pfn Isaku Yamahata
2007-01-21  7:47 ` [PATCH 2/2] dump-core take 3: elf formatify and added PFN-GMFN table Isaku Yamahata
2007-01-21 10:05 ` [PATCH 0/2] dump-core take 3 Keir Fraser
2007-01-21 14:02   ` [Xen-devel] " Isaku Yamahata
2007-01-21 15:28     ` Keir Fraser
2007-01-21 16:23       ` [Xen-devel] " Isaku Yamahata
2007-01-22 16:10         ` Ian Campbell

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.