From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38208) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XRfX1-0007OQ-Rf for qemu-devel@nongnu.org; Wed, 10 Sep 2014 06:53:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XRfWr-0000ux-S2 for qemu-devel@nongnu.org; Wed, 10 Sep 2014 06:53:47 -0400 Received: from mx1.redhat.com ([209.132.183.28]:26224) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XRfWr-0000ui-JK for qemu-devel@nongnu.org; Wed, 10 Sep 2014 06:53:37 -0400 Date: Wed, 10 Sep 2014 14:56:55 +0300 From: "Michael S. Tsirkin" Message-ID: <20140910115655.GA11524@redhat.com> References: <1410265809-27247-1-git-send-email-pbonzini@redhat.com> <54102CFB.4030304@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <54102CFB.4030304@redhat.com> Subject: Re: [Qemu-devel] [PATCH 00/10] x86: migrate more data List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: amit.shah@redhat.com, quintela@redhat.com, qemu-devel@nongnu.org, Pavel.Dovgaluk@ispras.ru, dgilbert@redhat.com On Wed, Sep 10, 2014 at 12:50:35PM +0200, Paolo Bonzini wrote: > Il 09/09/2014 14:29, Paolo Bonzini ha scritto: > > Juan, David, Amit, here are Pavel's fixes for x86 migration. > > Please help applying them, or ack them so that I can merge > > them through the KVM tree. > > > > Thanks, > > > > Paolo > > > > Paolo Bonzini (1): > > vl: use QLIST_FOREACH_SAFE to visit change state handlers > > > > Pavel Dovgalyuk (9): > > apic_common: vapic_paddr synchronization fix > > cpu: init vmstate for ticks and clock offset > > pcspk: adding vmstate for save/restore > > fdc: adding vmstate for save/restore > > parallel: adding vmstate for save/restore > > serial: fixing vmstate for save/restore > > pckbd: adding new fields to vmstate > > piix: do not raise irq while loading vmstate > > mc146818rtc: add missed field to vmstate > > > > cpus.c | 8 +- > > hw/audio/pcspk.c | 16 ++- > > hw/block/fdc.c | 74 ++++++++++++++ > > hw/char/parallel.c | 18 ++++ > > hw/char/serial.c | 265 ++++++++++++++++++++++++++++++++++++++++--------- > > hw/i386/kvmvapic.c | 37 +++++-- > > hw/input/pckbd.c | 51 ++++++++++ > > hw/pci-host/piix.c | 26 ++++- > > hw/timer/mc146818rtc.c | 25 +++++ > > include/qemu-common.h | 2 + > > vl.c | 5 +- > > 12 files changed, 463 insertions(+), 64 deletions(-) > > > > I've applied all patches except 4 to the uq/master branch. Patch 4 > deserves more discussion to see what to do about older machine types > (spoiler: my idea is "nothing" :)). > > Paolo 9/10 with a tweak to commit log/comments?