From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MKwUd-0004GM-Ng for qemu-devel@nongnu.org; Sun, 28 Jun 2009 11:40:35 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MKwUZ-0004FM-92 for qemu-devel@nongnu.org; Sun, 28 Jun 2009 11:40:35 -0400 Received: from [199.232.76.173] (port=60841 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MKwUZ-0004FJ-2g for qemu-devel@nongnu.org; Sun, 28 Jun 2009 11:40:31 -0400 Received: from mail-fx0-f209.google.com ([209.85.220.209]:43881) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MKwUY-0000gr-UA for qemu-devel@nongnu.org; Sun, 28 Jun 2009 11:40:31 -0400 Received: by fxm5 with SMTP id 5so2656922fxm.34 for ; Sun, 28 Jun 2009 08:40:29 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <4A45C9DA.8030806@web.de> References: <4A45C9DA.8030806@web.de> Date: Sun, 28 Jun 2009 18:40:29 +0300 Message-ID: Subject: Re: [Qemu-devel] [RESEND][PATCH] KVM: x86: Refactor persistent CPU state From: Blue Swirl Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: Anthony Liguori , qemu-devel , Avi Kivity On 6/27/09, Jan Kiszka wrote: > This patch aligns the KVM-related layout and encoding of the CPU state > to be saved to disk or migrated with qemu-kvm. The major differences are > reordering of fields and a compressed interrupt_bitmap into a single > number as there can be no more than one pending IRQ at a time. This changes the savevm format, shouldn't you bump the version?