From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=51319 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ODe8a-00009o-Tl for qemu-devel@nongnu.org; Sun, 16 May 2010 09:44:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1ODe8Z-0005L8-Mh for qemu-devel@nongnu.org; Sun, 16 May 2010 09:44:12 -0400 Received: from mail-px0-f173.google.com ([209.85.212.173]:57851) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ODe8Z-0005Ky-Fk for qemu-devel@nongnu.org; Sun, 16 May 2010 09:44:11 -0400 Received: by pxi19 with SMTP id 19so2101573pxi.4 for ; Sun, 16 May 2010 06:44:10 -0700 (PDT) MIME-Version: 1.0 Date: Sun, 16 May 2010 16:44:10 +0300 Message-ID: From: Blue Swirl Content-Type: text/plain; charset=UTF-8 Subject: [Qemu-devel] [PATCH 0/AB] Fix or remove NO_CPU_IO_DEFS List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel NO_CPU_IO_DEFS seems to be bitrotten and only a few targets use it. I think we should either fix it or remove it. Blue Swirl (1): Fix NO_CPU_IO_DEFS usage target-alpha/cpu.h | 2 ++ target-arm/cpu.h | 4 ++++ target-cris/cpu.h | 2 ++ target-i386/cpu.h | 4 ++-- target-m68k/cpu.h | 8 ++++++-- target-microblaze/cpu.h | 2 ++ target-mips/cpu.h | 4 ++++ target-ppc/cpu.h | 4 ++-- target-s390x/cpu.h | 4 ++++ target-sh4/cpu.h | 4 ++++ 10 files changed, 32 insertions(+), 6 deletions(-) Blue Swirl (1): Remove NO_CPU_IO_DEFS target-i386/cpu.h | 2 -- target-ppc/cpu.h | 2 -- target-sparc/cpu.h | 2 -- tcg/tcg.c | 1 - translate-all.c | 1 - 5 files changed, 0 insertions(+), 8 deletions(-)