From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45488) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fVDfj-0003yU-Es for qemu-devel@nongnu.org; Tue, 19 Jun 2018 06:15:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fVDfi-0003oz-JR for qemu-devel@nongnu.org; Tue, 19 Jun 2018 06:15:35 -0400 Received: from mail-oi0-x230.google.com ([2607:f8b0:4003:c06::230]:38184) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fVDfi-0003om-3Z for qemu-devel@nongnu.org; Tue, 19 Jun 2018 06:15:34 -0400 Received: by mail-oi0-x230.google.com with SMTP id d5-v6so17637684oib.5 for ; Tue, 19 Jun 2018 03:15:33 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20180615191327.11480-1-ehabkost@redhat.com> References: <20180615191327.11480-1-ehabkost@redhat.com> From: Peter Maydell Date: Tue, 19 Jun 2018 11:15:12 +0100 Message-ID: Content-Type: text/plain; charset="UTF-8" Subject: Re: [Qemu-devel] [PULL 0/7] Python queue, 2018-06-15 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Habkost Cc: QEMU Developers , Cleber Rosa On 15 June 2018 at 20:13, Eduardo Habkost wrote: > The following changes since commit 2ef2f16781af9dee6ba6517755e9073ba5799fa2: > > Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20180615a' into staging (2018-06-15 18:13:35 +0100) > > are available in the Git repository at: > > git://github.com/ehabkost/qemu.git tags/python-next-pull-request > > for you to fetch changes up to 1b145d59b74a5880d82954ee940a219e73851f9e: > > configure: Enable out-of-tree acceptance tests (2018-06-15 16:10:11 -0300) > > ---------------------------------------------------------------- > Python queue, 2018-06-15 > > * Add avocado_qemu: functional/acceptance test infrastructure > > ---------------------------------------------------------------- Applied, thanks. -- PMM