From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34309) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ea1mx-0003qT-If for qemu-devel@nongnu.org; Fri, 12 Jan 2018 11:02:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ea1mt-0001ay-HW for qemu-devel@nongnu.org; Fri, 12 Jan 2018 11:02:39 -0500 Received: from mx1.redhat.com ([209.132.183.28]:34504) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ea1mt-0001Zz-Bn for qemu-devel@nongnu.org; Fri, 12 Jan 2018 11:02:35 -0500 Date: Fri, 12 Jan 2018 18:02:32 +0200 From: "Michael S. Tsirkin" Message-ID: <20180112174621-mutt-send-email-mst@kernel.org> References: <1513866427-27125-1-git-send-email-mst@redhat.com> <20171221223704-mutt-send-email-mst@kernel.org> <20171222014258-mutt-send-email-mst@kernel.org> <20180109060920-mutt-send-email-mst@kernel.org> <20180111230524-mutt-send-email-mst@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PULL 00/25] pc, pci, virtio: features, fixes, cleanups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Philippe =?iso-8859-1?Q?Mathieu-Daud=E9?= , QEMU Developers On Fri, Jan 12, 2018 at 10:44:39AM +0000, Peter Maydell wrote: > On 11 January 2018 at 21:05, Michael S. Tsirkin wrote: > > Merged and pushed. Pls merge, but please also make sure > > I didn't modify any submodules by mistake. > > > Applied, thanks. Submodule stuff all ok (my apply-pullreq > script checks these days that there aren't any submodule > changes in by mistake). > > -- PMM Good to know. Note to self: don't merge upstream into a branch in the future. Always checkout upstream, merge branch there. -- MST