From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:40882) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gtVTI-0006G3-W8 for qemu-devel@nongnu.org; Tue, 12 Feb 2019 05:39:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gtVTI-0000hc-8m for qemu-devel@nongnu.org; Tue, 12 Feb 2019 05:39:24 -0500 Received: from mail-wr1-f65.google.com ([209.85.221.65]:46087) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gtVTI-0000fz-1p for qemu-devel@nongnu.org; Tue, 12 Feb 2019 05:39:24 -0500 Received: by mail-wr1-f65.google.com with SMTP id l9so2047817wrt.13 for ; Tue, 12 Feb 2019 02:39:23 -0800 (PST) References: <20190204142638.27021-1-mst@redhat.com> <20190204205105-mutt-send-email-mst@kernel.org> <20190205110518-mutt-send-email-mst@kernel.org> <20190212071114.GM1011@xz-x1> From: =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= Message-ID: Date: Tue, 12 Feb 2019 11:39:21 +0100 MIME-Version: 1.0 In-Reply-To: <20190212071114.GM1011@xz-x1> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 00/25] pci, pc, virtio: fixes, cleanups, features List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Xu , "Michael S. Tsirkin" Cc: Peter Maydell , QEMU Developers On 2/12/19 8:11 AM, Peter Xu wrote: > On Tue, Feb 05, 2019 at 11:06:42AM -0500, Michael S. Tsirkin wrote: >> >> OK I reverted the whole part dealing with vhost-user and reposted. > > I noticed that the merged pull request could possibly have squashed > the below two patches (in previous pull) into one super patch > (a56de056c91f87e1e): > > i386/kvm: ignore masked irqs when update msi routes > contrib/vhost-user-blk: fix the compilation issue > > Here, the first patch lost its commit message, and the last patch lost > its real author. ;) I suggest we revert a56de056c9 ASAP and reapply the both patches, this will ease cherry-picking/downstream workflow.