From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51909) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XC7Lt-0008Qc-Ln for qemu-devel@nongnu.org; Tue, 29 Jul 2014 09:22:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XC7Ll-0006Y5-4c for qemu-devel@nongnu.org; Tue, 29 Jul 2014 09:22:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:62753) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XC7Lk-0006X3-TU for qemu-devel@nongnu.org; Tue, 29 Jul 2014 09:21:53 -0400 Message-ID: <53D79FD9.3050802@redhat.com> Date: Tue, 29 Jul 2014 15:21:29 +0200 From: Paolo Bonzini MIME-Version: 1.0 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> In-Reply-To: <20140729130355.GA4303@mail.hallyn.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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: "Serge E. Hallyn" , Alex Bligh Cc: Ryan Harper , Serge Hallyn , "Michael S. Tsirkin" , Libvirt , Serge Hallyn , "qemu-devel@nongnu.org" , Alexander Graf , "quintela@redhat.com" , Cole Robinson , Amit Shah , Bruce Rogers , =?ISO-8859-1?Q?Andreas_F=E4rber?= 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. > 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. Paolo