From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K8jTk-0003oS-6V for qemu-devel@nongnu.org; Tue, 17 Jun 2008 18:16:40 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K8jTi-0003mS-5o for qemu-devel@nongnu.org; Tue, 17 Jun 2008 18:16:39 -0400 Received: from [199.232.76.173] (port=41562 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K8jTh-0003m8-Va for qemu-devel@nongnu.org; Tue, 17 Jun 2008 18:16:38 -0400 Received: from relay4-v.mail.gandi.net ([217.70.178.78]:50180) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K8j6G-0003uT-6S for qemu-devel@nongnu.org; Tue, 17 Jun 2008 17:52:24 -0400 Message-ID: <485831C4.4000107@bellard.org> Date: Tue, 17 Jun 2008 23:51:00 +0200 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: loadvm and APIC References: <48576EBE.2030506@siemens.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org malc wrote: > On Tue, 17 Jun 2008, Jan Kiszka wrote: > >> malc wrote: >>> Here's the scenario: >>> > > [..snip..] > >> >> That is basically >> http://permalink.gmane.org/gmane.comp.emulators.qemu/26215, which I >> would prefer. > > Yes, i never paid enough attention to that patch, and it does indeed > look better. No. This is a hack which does not fix the real problem. At least saving and restoring "interrupt_pending" would bring us closer to a better solution. Fabrice.