From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jyw3l-0007cG-LD for qemu-devel@nongnu.org; Wed, 21 May 2008 17:41:22 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jyw3k-0007bi-Js for qemu-devel@nongnu.org; Wed, 21 May 2008 17:41:20 -0400 Received: from [199.232.76.173] (port=51167 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jyw3k-0007bf-EH for qemu-devel@nongnu.org; Wed, 21 May 2008 17:41:20 -0400 Received: from mx1.redhat.com ([66.187.233.31]:39251) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jyw3k-0005or-02 for qemu-devel@nongnu.org; Wed, 21 May 2008 17:41:20 -0400 From: Glauber Costa Date: Wed, 21 May 2008 18:40:51 -0300 Message-Id: <1211406053-18211-1-git-send-email-gcosta@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] use halted attribute for x86 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 Cc: kvm-devel@lists.sourceforge.net Hey, In the next two e-mails, I do some work to make x86 use the "halted" attribute instead of (just) HF_HALTED_MASK. The mask definition is not removed, but it can be, if you think this patch is acceptable. The main goal is to make it closer to other architectures. It can be seen as the preamble of an yet-to-be-released patch, in which I'll remove the ifdefs around do_interrupt for cpu-exec(). That patches still have some caveats, so I decided to release this first part first. Hope you like it.