From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49925) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W2ty7-0004cv-9z for qemu-devel@nongnu.org; Mon, 13 Jan 2014 21:43:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W2ty1-0003vf-Aa for qemu-devel@nongnu.org; Mon, 13 Jan 2014 21:43:07 -0500 Received: from [222.73.24.84] (port=62144 helo=song.cn.fujitsu.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W2ty0-0003vP-VM for qemu-devel@nongnu.org; Mon, 13 Jan 2014 21:43:01 -0500 Message-ID: <52D4A413.4080100@cn.fujitsu.com> Date: Tue, 14 Jan 2014 10:42:27 +0800 From: Qiao Nuohan MIME-Version: 1.0 References: <1388906864-1083-1-git-send-email-qiaonuohan@cn.fujitsu.com> <1388906864-1083-7-git-send-email-qiaonuohan@cn.fujitsu.com> <52CBE72E.9070805@redhat.com> <52D3B9F6.3070804@cn.fujitsu.com> <52D3C27A.8040403@redhat.com> <52D49BD5.2070903@cn.fujitsu.com> <52D4A0F1.80405@redhat.com> In-Reply-To: <52D4A0F1.80405@redhat.com> Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=UTF-8; format=flowed Subject: Re: [Qemu-devel] [PATCH v6 06/11] dump: add API to write dump header List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laszlo Ersek Cc: stefanha@gmail.com, qemu-devel@nongnu.org, lcapitulino@redhat.com, anderson@redhat.com, kumagai-atsushi@mxc.nes.nec.co.jp, akong@redhat.com, afaerber@suse.de On 01/14/2014 10:29 AM, Laszlo Ersek wrote: > I can't really provide any input to that decision -- I have no clue > which tools support which format. The non-flat (ie. random-access, > regular file) format appears more space- and computation-efficient, and > I thought that would be the "natural" choice. The flat (non-seekable) > format was a surprise to me -- I wouldn't have thought that any debugger > could directly consume that format. The flat-mode comes from makedumpfile as kdump-compressed format, and crash utility has already supported it. -- Regards Qiao Nuohan