From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51954) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2LgS-0007aH-Gz for qemu-devel@nongnu.org; Thu, 25 Jul 2013 09:34:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V2LgR-0006rl-Er for qemu-devel@nongnu.org; Thu, 25 Jul 2013 09:34:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:10177) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2LgR-0006rh-7d for qemu-devel@nongnu.org; Thu, 25 Jul 2013 09:34:19 -0400 Message-ID: <51F12939.9000701@redhat.com> Date: Thu, 25 Jul 2013 15:33:45 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1374501278-31549-1-git-send-email-pbonzini@redhat.com> <87ip02wqvn.fsf@codemonkey.ws> <1374729976.6142.61.camel@pasglop> <1374731256.6142.63.camel@pasglop> <51F0E47D.1060807@redhat.com> <1374742849.6142.72.camel@pasglop> <1374747835.6142.74.camel@pasglop> <51F0FD29.9010005@redhat.com> <87siz26ac2.fsf@codemonkey.ws> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 00/28] Memory API for 1.6: fix I/O port endianness mess List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Anthony Liguori , aik@ozlabs.ru, qemu-devel@nongnu.org, agraf@suse.de, hpoussin@reactos.org, jan.kiszka@siemens.com, aurelien@aurel32.net Il 25/07/2013 15:28, Peter Maydell ha scritto: >> > If you want to prevent minor architecture regressions, add unit tests. > Unit tests won't help with the periodic "doesn't compile on 32 bit > systems" regressions, of course... Buildbots (and having maintainers add buildbots for their trees) would. This was a resolution at the summit last year, but one that wasn't implemented very well. Paolo