From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:44155) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h1dOx-0007hE-9o for qemu-devel@nongnu.org; Wed, 06 Mar 2019 15:44:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h1dOw-0006cQ-FJ for qemu-devel@nongnu.org; Wed, 06 Mar 2019 15:44:31 -0500 Date: Wed, 6 Mar 2019 15:34:24 -0500 From: Cleber Rosa Message-ID: <20190306203424.2fwrmjfdzanbbzv2@dhcp-17-118.bos.redhat.com> References: <20190222194146.13102-1-crosa@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PULL 0/7] Python queue, 2019-02-22 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers , Eduardo Habkost , Fam Zheng , Qemu-block , Kevin Wolf , Max Reitz , Philippe =?utf-8?Q?Mathieu-Daud=C3=A9?= , Alex =?utf-8?Q?Benn=C3=A9e?= , Markus Armbruster On Fri, Mar 01, 2019 at 02:38:45PM +0000, Peter Maydell wrote: > On Fri, 22 Feb 2019 at 19:41, Cleber Rosa wrote: > > > > The following changes since commit 8eb29f1bf5a974dc4c11d2d1f5e7c7f7a62be116: > > > > Merge remote-tracking branch 'remotes/awilliam/tags/vfio-updates-20190221.0' into staging (2019-02-22 15:48:04 +0000) > > > > are available in the Git repository at: > > > > git://github.com/clebergnu/qemu.git tags/python-next-pull-request > > > > for you to fetch changes up to 8f1c89ec7443e4fa2cf106d8fa1c1c97b6ddeffb: > > > > Acceptance tests: expect boot to extract 2GiB+ initrd with linux-v4.16 (2019-02-22 14:07:01 -0500) > > > > ---------------------------------------------------------------- > > Python queue, 2019-02-22 > > > > Python: > > * introduce "python" directory with module namespace > > * log QEMU launch command line on qemu.QEMUMachine > > > > Acceptance Tests: > > * initrd 4GiB+ test > > * migration test > > * multi vm support in test class > > * bump Avocado version and drop ":avocado: enable" > > > Hi -- this pull request appears to be signed with a GPG key that > I've never seen before and which is signed only by itself. > Could you arrange to get some more signatures on it, please ? > Hi Peter, I've got 3 new signatures on that key. Let me know if that's enough, and if you have any other issues with that key or the PR. > thanks > -- PMM Thank you! - Cleber.