From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:57175) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rd80U-0000Y7-PL for qemu-devel@nongnu.org; Tue, 20 Dec 2011 17:17:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rd80T-0000ep-Ut for qemu-devel@nongnu.org; Tue, 20 Dec 2011 17:17:58 -0500 Received: from mail-iy0-f173.google.com ([209.85.210.173]:58806) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rd80T-0000ek-PB for qemu-devel@nongnu.org; Tue, 20 Dec 2011 17:17:57 -0500 Received: by iagj37 with SMTP id j37so12237700iag.4 for ; Tue, 20 Dec 2011 14:17:57 -0800 (PST) Message-ID: <4EF10992.1060200@codemonkey.ws> Date: Tue, 20 Dec 2011 16:17:54 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <1322685338-3825-1-git-send-email-hpoussin@reactos.org> In-Reply-To: <1322685338-3825-1-git-send-email-hpoussin@reactos.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v2 0/2] net: fix some problems with dump backend List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?SGVydsOpIFBvdXNzaW5lYXU=?= Cc: qemu-devel@nongnu.org On 11/30/2011 02:35 PM, Hervé Poussineau wrote: > This small patchset fixes some problems I've found while using > the dump backend. > At least first patch may be considered for 1.0. Applied all. Thanks. Regards, Anthony Liguori > > Changes v1->v2: > - Update patches descriptions > > Hervé Poussineau (2): > net: truncate output file when using dump backend > net: store guest timestamp in dump file instead of time since guest > startup > > net/dump.c | 9 +++++++-- > 1 files changed, 7 insertions(+), 2 deletions(-) >