From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52342) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4o12-00053R-Hq for qemu-devel@nongnu.org; Fri, 04 Dec 2015 05:55:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a4o11-0001hF-Kj for qemu-devel@nongnu.org; Fri, 04 Dec 2015 05:55:04 -0500 Received: from mail-vk0-x232.google.com ([2607:f8b0:400c:c05::232]:35253) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4o11-0001gy-GN for qemu-devel@nongnu.org; Fri, 04 Dec 2015 05:55:03 -0500 Received: by vkha189 with SMTP id a189so62958588vkh.2 for ; Fri, 04 Dec 2015 02:55:02 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1449211592-18783-1-git-send-email-david@gibson.dropbear.id.au> References: <1449211592-18783-1-git-send-email-david@gibson.dropbear.id.au> From: Peter Maydell Date: Fri, 4 Dec 2015 10:54:43 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL 0/3] ppc-for-2.5 queue 20151204 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Gibson Cc: Alexander Graf , Thomas Huth , QEMU Developers , Markus Armbruster , "qemu-ppc@nongnu.org" On 4 December 2015 at 06:46, David Gibson wrote: > The following changes since commit 4c65fed8bdf96780735dbdb92a8bd0d6b6526cc3: > > ui: vnc: avoid floating point exception (2015-12-03 13:34:50 +0000) > > are available in the git repository at: > > git://github.com/dgibson/qemu.git tags/ppc-for-2.5-20151204 > > for you to fetch changes up to ab8bf1d735133df5b5847bef0b0bea496d614a5a: > > spapr_drc: Change value of property "fdt" from null back to {} (2015-12-04 16:50:59 +1100) > > > Peter, > > Not sure if you need a pull req for this, or you could just merge > Markus' patches directly, but to avoid another round trip if you would > prefer a pull req, here is one. Applied, thanks. I do prefer pull requests. That's partly because they're a little easier for me to process, but mostly because a pull is an unambigious statement from a submaintainer that they're happy with these patches and want me to apply them to master, in a format that I can automatically filter out of the mass of qemu-devel emails and into a folder where it gets my attention. I don't have anything similar for "please apply this patch", so that kind of request is more at risk of getting missed. thanks -- PMM