From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53210) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XC7Rg-00045T-Vd for qemu-devel@nongnu.org; Tue, 29 Jul 2014 09:28:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XC7RY-0008MJ-8Z for qemu-devel@nongnu.org; Tue, 29 Jul 2014 09:28:00 -0400 Received: from youngberry.canonical.com ([91.189.89.112]:59526) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XC7RY-0008MF-35 for qemu-devel@nongnu.org; Tue, 29 Jul 2014 09:27:52 -0400 Date: Tue, 29 Jul 2014 13:27:43 +0000 From: Serge Hallyn Message-ID: <20140729132743.GA2217@ubuntumail> References: <1406054580-16763-1-git-send-email-alex@alex.org.uk> <7DADE58E-0CA0-4B97-9567-AAF5ECBC47AA@alex.org.uk> <20140729041630.GN464@ubuntumail> <82F2A47F-F096-458C-B511-26116BE78DFA@alex.org.uk> <20140729130355.GA4303@mail.hallyn.com> <53D79FD9.3050802@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <53D79FD9.3050802@redhat.com> Subject: Re: [Qemu-devel] [PATCH] [RFC] Add machine type pc-1.0-qemu-kvm for live migrate compatibility with qemu-kvm List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: Ryan Harper , Serge Hallyn , "quintela@redhat.com" , Libvirt , "Michael S. Tsirkin" , "qemu-devel@nongnu.org" , Alexander Graf , Alex Bligh , Cole Robinson , Amit Shah , Bruce Rogers , Andreas =?iso-8859-1?Q?F=E4rber?= , "Serge E. Hallyn" Quoting Paolo Bonzini (pbonzini@redhat.com): > Il 29/07/2014 15:03, Serge E. Hallyn ha scritto: > > > > And from there I think the thing to do will be to introduce a transient > > alternate package that has the pc-1.0 alias pointing ot pc-1.0-qemu-kvm > > This should be done in the main package, too. That seems like a problem, unless I"m misunderstanding something. If we do that in the main package, then anyone running a pc-1.0 system under the qemu package won't be able to migrate. Wouldn't it be better to have pc-1.0 alias by default point to the pc-1.0-qemu machine type? > > and depends on the legacy pxe rom. > > If you can make the pxe-virtio.rom file 64k or less, then that would be > a good idea for 14.04 in general. Newer machine types use > efi-virtio.rom, so you won't break "-M pc" migration. Hm. No idea offhand how I'd do that, but it sounds worth looking into. thanks, -serge