From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id F20B2C28CC0 for ; Wed, 29 May 2019 12:13:59 +0000 (UTC) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id C6F0120665 for ; Wed, 29 May 2019 12:13:59 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C6F0120665 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=huawei.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Received: from localhost ([127.0.0.1]:53276 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hVxSw-0000Nf-R9 for qemu-devel@archiver.kernel.org; Wed, 29 May 2019 08:13:58 -0400 Received: from eggs.gnu.org ([209.51.188.92]:56048) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hVxRx-0008Lo-Uv for qemu-devel@nongnu.org; Wed, 29 May 2019 08:12:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hVxRv-0003FB-GJ for qemu-devel@nongnu.org; Wed, 29 May 2019 08:12:56 -0400 Received: from szxga07-in.huawei.com ([45.249.212.35]:47802 helo=huawei.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hVxRv-0002vR-64 for qemu-devel@nongnu.org; Wed, 29 May 2019 08:12:55 -0400 Received: from DGGEMS412-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id A692E640C0EF8F1E85A9 for ; Wed, 29 May 2019 20:12:30 +0800 (CST) Received: from [127.0.0.1] (10.177.25.93) by DGGEMS412-HUB.china.huawei.com (10.3.19.212) with Microsoft SMTP Server id 14.3.439.0; Wed, 29 May 2019 20:12:28 +0800 To: Stefan Hajnoczi References: <1556604614-32081-1-git-send-email-wangjie88@huawei.com> <20190501163818.GG21155@stefanha-x1.localdomain> From: Jie Wang Message-ID: <7b545c42-c2b4-9bc9-a8ef-445c99cf1b0f@huawei.com> Date: Wed, 29 May 2019 20:12:27 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.5.0 MIME-Version: 1.0 In-Reply-To: <20190501163818.GG21155@stefanha-x1.localdomain> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Content-Language: en-US X-Originating-IP: [10.177.25.93] X-CFilter-Loop: Reflected X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 45.249.212.35 Subject: [Qemu-devel] Ping Re: [PATCH] vhost: remove the dead code X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: qemu-devel@nongnu.org Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" On 2019/5/2 0:38, Stefan Hajnoczi wrote: > On Tue, Apr 30, 2019 at 02:10:14PM +0800, Jie Wang wrote: >> remove the dead code >> >> Signed-off-by: Jie Wang >> --- >> hw/virtio/vhost.c | 1 - >> 1 file changed, 1 deletion(-) > Reviewed-by: Stefan Hajnoczi