From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andi Kleen Subject: Re: [PATCH][RFC] Emulating real mode with x86_emulate Date: Fri, 30 Mar 2007 23:25:48 +0200 Message-ID: <20070330212548.GA10338@one.firstfloor.org> References: <4607074E.1030807@us.ibm.com> <460D7F26.2080809@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <460D7F26.2080809@us.ibm.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Anthony Liguori Cc: "Nakajima, Jun" , Andi Kleen , Keir Fraser , xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org > There are some hard problems with migrating into QEMU. Namely, the code > that QEMU generates isn't SMP safe (atomic instructions lose their > atomicity) I see. You're worrying that real mode startup trampolines of OS rely on atomic instructions? I can't think of much other possible real mode multi CPU code. -Andi