From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MuqCy-0004k4-MY for qemu-devel@nongnu.org; Mon, 05 Oct 2009 12:14:45 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MuqCv-0004j4-IO for qemu-devel@nongnu.org; Mon, 05 Oct 2009 12:14:42 -0400 Received: from [199.232.76.173] (port=35199 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MuqCu-0004il-7M for qemu-devel@nongnu.org; Mon, 05 Oct 2009 12:14:40 -0400 Received: from fg-out-1718.google.com ([72.14.220.158]:33258) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MuqCt-0003T7-JS for qemu-devel@nongnu.org; Mon, 05 Oct 2009 12:14:39 -0400 Received: by fg-out-1718.google.com with SMTP id d23so995976fga.10 for ; Mon, 05 Oct 2009 09:14:38 -0700 (PDT) MIME-Version: 1.0 Date: Mon, 5 Oct 2009 18:14:38 +0200 Message-ID: <761ea48b0910050914n279040e5jabfaa3b69b9f8364@mail.gmail.com> From: Laurent Desnogues Content-Type: text/plain; charset=ISO-8859-1 Subject: [Qemu-devel] Some comments about recent modifications to target-i386/cpu.h List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hello, some recent commits 67b8f419575b9e4521f0fa59b7a0faee401502ca eb831623114b6b74172629f9f6db7b7eb979d90b cdc0c58fa9d86559f6811426eee16b0464dfcd93 changed the following: 1. adding some _vmstate fields in the middle of other runtime flags; since these only belong to the save/restore facility could they please be moved towards the end of the structure so that hosts that have addressing modes with limited offsets aren't impacted? 2. changing fpus and fpuc to uint16_t; this will prevent the use of these fields as global temporaries. Thanks, Laurent