From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753484AbbIRKm6 (ORCPT ); Fri, 18 Sep 2015 06:42:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48413 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750853AbbIRKm5 (ORCPT ); Fri, 18 Sep 2015 06:42:57 -0400 Date: Fri, 18 Sep 2015 13:42:53 +0300 From: "Michael S. Tsirkin" To: Linus Torvalds Cc: kvm@vger.kernel.org, virtualization@lists.linux-foundation.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, cornelia.huck@de.ibm.com, mst@redhat.com, pmorel@linux.vnet.ibm.com Subject: [PULL] vhost: cleanups and fixes Message-ID: <20150918134253-mutt-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 The following changes since commit 997e120843e82609c8d99a9d5714e6cf91e14cbe: virtio_balloon: do not change memory amount visible via /proc/meminfo (2015-09-08 13:32:11 +0300) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git tags/for_linus for you to fetch changes up to ad2aa04218de9bd734d593adb0ac59854ec0cb68: virtio/s390: handle failures of READ_VQ_CONF ccw (2015-09-16 12:48:08 +0300) ---------------------------------------------------------------- virtio: fixes on top of 4.3-rc1 This fixes the virtio-test tool, and improves the error handling for virtio-ccw. Signed-off-by: Michael S. Tsirkin ---------------------------------------------------------------- Michael S. Tsirkin (3): tools/virtio: fix build after 4.2 changes vhost: move features to core tools/virtio: propagate V=X to kernel build Pierre Morel (1): virtio/s390: handle failures of READ_VQ_CONF ccw drivers/vhost/vhost.h | 4 +++- tools/virtio/asm/barrier.h | 2 ++ tools/virtio/linux/export.h | 3 +++ tools/virtio/linux/kernel.h | 8 ++++++++ drivers/s390/virtio/virtio_ccw.c | 10 +++++++++- drivers/vhost/net.c | 3 +-- drivers/vhost/scsi.c | 4 +--- drivers/vhost/test.c | 3 +++ tools/virtio/Makefile | 2 +- 9 files changed, 31 insertions(+), 8 deletions(-) create mode 100644 tools/virtio/linux/export.h