From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58880) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XaltY-0006Gz-T4 for qemu-devel@nongnu.org; Sun, 05 Oct 2014 09:30:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XaltP-0001QM-TJ for qemu-devel@nongnu.org; Sun, 05 Oct 2014 09:30:40 -0400 Received: from mail-wi0-x231.google.com ([2a00:1450:400c:c05::231]:54812) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XaltP-0001QC-MK for qemu-devel@nongnu.org; Sun, 05 Oct 2014 09:30:31 -0400 Received: by mail-wi0-f177.google.com with SMTP id fb4so2364810wid.16 for ; Sun, 05 Oct 2014 06:30:30 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <543147EF.3040905@redhat.com> Date: Sun, 05 Oct 2014 15:30:23 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1411414496-46245-1-git-send-email-alex@alex.org.uk> <1411414496-46245-2-git-send-email-alex@alex.org.uk> <20140928153058.GA4994@redhat.com> <87fvfavrho.fsf@blackfin.pond.sub.org> <5430EC7B.2070009@redhat.com> <1653319735.58506048.1412512005496.JavaMail.zimbra@redhat.com> <20141005124852.GA21294@redhat.com> In-Reply-To: <20141005124852.GA21294@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4] Add machine parameter qemu-kvm-migration for live migrate compatibility with qemu-kvm List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: Ryan Harper , Serge Hallyn , quintela@redhat.com, Libvirt , Serge Hallyn , Markus Armbruster , qemu-devel@nongnu.org, Alexander Graf , Alex Bligh , Cole Robinson , Amit Shah , Bruce Rogers , =?windows-1252?Q?Andreas_F=E4rber?= , "Serge E. Hallyn" Il 05/10/2014 14:48, Michael S. Tsirkin ha scritto: > In fact, if the pc_piix bits are dropped from the patch, > you get a generic patchset that does exactly what you ask, > correct? > > Downstream can then enable qemu-kvm compatibility by adding: > > -global cirrus-vga.vgamem_mb=16 -global pit-common.qemu-kvm-migration=on > -global PIIX4_PM.qemu-kvm-migration=on Yes. Paolo