From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=53019 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PUM22-0002XB-6t for qemu-devel@nongnu.org; Sun, 19 Dec 2010 11:22:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PUM21-0002xK-0J for qemu-devel@nongnu.org; Sun, 19 Dec 2010 11:22:45 -0500 Received: from fmmailgate01.web.de ([217.72.192.221]:43206) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PUM20-0002wp-Kc for qemu-devel@nongnu.org; Sun, 19 Dec 2010 11:22:44 -0500 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Date: Sun, 19 Dec 2010 17:22:38 +0100 Message-Id: <1292775761-6061-1-git-send-email-andreas.faerber@web.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Sender: andreas.faerber@web.de Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 0/3] Prepare removal of SoftFloat integer types List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: blauwirbel@gmail.com, =?UTF-8?q?Andreas=20F=C3=A4rber?= Hello, The following patches are split off from the softfloat series and updated as requested. The following changes since commit 4fd37a98d1248bae54a9f71ee1c252d2b2f1ef= d5: Avoid a warning from OpenBSD linker (2010-12-19 14:05:43 +0000) are available in the git repository at: git://repo.or.cz/qemu/afaerber.git softfloat-for-blue Andreas F=C3=A4rber (3): apic: Fix accidental use of SoftFloat uint32 type wdt_ib700: Fix accidental use of SoftFloat int64 type target-i386: Fix accidental use of SoftFloat uint64 type hw/apic.c | 2 +- hw/wdt_ib700.c | 2 +- target-i386/cpu.h | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) --=20 1.7.3.4