From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41153) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V1D8e-000213-0m for qemu-devel@nongnu.org; Mon, 22 Jul 2013 06:14:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V1D8b-0007Z7-1M for qemu-devel@nongnu.org; Mon, 22 Jul 2013 06:14:43 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33874) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V1D8a-0007Yv-Qu for qemu-devel@nongnu.org; Mon, 22 Jul 2013 06:14:40 -0400 Message-ID: <51ED0601.30600@redhat.com> Date: Mon, 22 Jul 2013 12:14:25 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1374475799-18523-1-git-send-email-owasserm@redhat.com> <51ED0025.7090805@redhat.com> <51ED04F8.60200@redhat.com> In-Reply-To: <51ED04F8.60200@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/2] Fix real mode guest migration List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Orit Wasserman Cc: aliguori@us.ibm.com, ehabkost@redhat.com, gleb@redhat.com, mtosatti@redhat.com, qemu-devel@nongnu.org, afaerber@suse.de Il 22/07/2013 12:10, Orit Wasserman ha scritto: > > As discussed offlist, I would prefer to have this in the kernel since > > that's where the bug is. Gleb disagrees. > > As this is a migration bug I prefer to fix it in the migration code only. > Fixing it in the kernel will effect all scenarios that load the segments, > in userspace it is only in load VM code. Ok, here's the third person. Sorry for not thinking of you in the first place. :) Paolo