From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45401) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ar678-0003Z0-FT for qemu-devel@nongnu.org; Fri, 15 Apr 2016 11:56:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ar674-0008Vp-EZ for qemu-devel@nongnu.org; Fri, 15 Apr 2016 11:56:58 -0400 Received: from mail-wm0-x235.google.com ([2a00:1450:400c:c09::235]:37886) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ar673-0008Vb-RH for qemu-devel@nongnu.org; Fri, 15 Apr 2016 11:56:54 -0400 Received: by mail-wm0-x235.google.com with SMTP id n3so38917679wmn.0 for ; Fri, 15 Apr 2016 08:56:53 -0700 (PDT) From: =?UTF-8?q?Alex=20Benn=C3=A9e?= Date: Fri, 15 Apr 2016 16:56:57 +0100 Message-Id: <1460735821-12775-1-git-send-email-alex.bennee@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH 0/4] Current Travis queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: =?UTF-8?q?Alex=20Benn=C3=A9e?= Hi, The only addition is Stefan's libnfs-dev patch which will increase our coverage. However I would like to get some consensus about the configure hack for build stems. It doesn't provide globbing but IMHO stem support is good enough for the common build cases (and preferable to massive --target-list definitions). Obviously it makes things for travis neater but I hope it is useful to normal configure users as well. Alex Bennée (3): ./configure: accept stems to match a range of targets .travis.yml: reduce target list on core configure tweaks .travis.yml: add trusty GCE target Stefan Hajnoczi (1): .travis.yml: add libnfs-dev for NFS block driver .travis.yml | 29 ++++++++++++++++++++--------- configure | 19 +++++++++++++++++-- 2 files changed, 37 insertions(+), 11 deletions(-) -- 2.7.4