[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v2 09/12] xenctx: Add -m <maddr> option to dump memory at maddr.
On 11/07/13 03:25, Jan Beulich wrote: On 06.11.13 at 21:08, Don Slutz <dslutz@xxxxxxxxxxx> wrote:@@ -973,9 +1065,9 @@ int main(int argc, char **argv) }if (xenctx.all_vcpus)- dump_all_vcpus(stk_addr); + dump_all_vcpus(mem_addr, stk_addr); else - dump_ctx(vcpu, stk_addr); + dump_ctx(vcpu, mem_addr, stk_addr);Same comment as on the previous patch - just dump the requested memory here, without modifying other behavior. Jan Yes, will re-work to do the same as the previous patch's re-work will do. -Don _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |