From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753550AbbIJHXo (ORCPT ); Thu, 10 Sep 2015 03:23:44 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51705 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751303AbbIJHXm (ORCPT ); Thu, 10 Sep 2015 03:23:42 -0400 Date: Thu, 10 Sep 2015 10:23:40 +0300 From: "Michael S. Tsirkin" To: linux-kernel@vger.kernel.org Cc: "Xie, Huawei" , virtualization@lists.linux-foundation.org Subject: [PATCH 0/4] vhost test fixes Message-ID: <1441869802-15847-1-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Mutt-Fcc: =sent Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This fixes up virtio tests, broken by recent changes to core. Michael S. Tsirkin (4): tools/virtio: fix build after 4.2 changes vhost: move features to core tools/virtio: propagate V=X to kernel build virtio: introduce avail cache drivers/vhost/vhost.h | 4 +++- tools/virtio/asm/barrier.h | 2 ++ tools/virtio/linux/export.h | 3 +++ tools/virtio/linux/kernel.h | 8 ++++++++ drivers/vhost/net.c | 3 +-- drivers/vhost/scsi.c | 4 +--- drivers/vhost/test.c | 3 +++ drivers/virtio/virtio_ring.c | 11 ++++++++++- tools/virtio/Makefile | 2 +- 9 files changed, 32 insertions(+), 8 deletions(-) create mode 100644 tools/virtio/linux/export.h -- MST