|
From: | Anthony Liguori |
Subject: | Re: [Qemu-devel] [RESEND][PATCH] KVM: x86: Refactor persistent CPU state |
Date: | Mon, 29 Jun 2009 14:09:11 -0500 |
User-agent: | Thunderbird 2.0.0.21 (X11/20090320) |
Blue Swirl wrote:
On 6/27/09, Jan Kiszka <address@hidden> 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?
Practically speaking, it's been bumped for KVM already in this release cycle so changing the format without bumping the version should be okay. It may interfere with kvm-XX releases but I'm not sure whether that's an issue for us and how we should handle that long term.
I'm assuming Jan thought all of this through ahead of time and just forgot to explicitly state the reasoning for not bumping the version :-)
Regards, Anthony Liguori
[Prev in Thread] | Current Thread | [Next in Thread] |