From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755566AbcEENFB (ORCPT ); Thu, 5 May 2016 09:05:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:41055 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751721AbcEENE7 (ORCPT ); Thu, 5 May 2016 09:04:59 -0400 Date: Thu, 5 May 2016 16:04:55 +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, dan.carpenter@oracle.com, mst@redhat.com Subject: [PULL] virtio/qemu: fixes for 4.6 Message-ID: <20160505160455-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 c3b46c73264b03000d1e18b22f5caf63332547c9: Linux 4.6-rc4 (2016-04-17 19:13:32 -0700) 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 e00f7bd221292b318d4d09c3f0c2c8af9b1e5edf: virtio: Silence uninitialized variable warning (2016-05-01 15:50:08 +0300) ---------------------------------------------------------------- virtio/qemu: fixes for 4.6 A couple of fixes for virtio and for the new QEMU fw cfg driver. Signed-off-by: Michael S. Tsirkin ---------------------------------------------------------------- Dan Carpenter (2): firmware: qemu_fw_cfg.c: potential unintialized variable virtio: Silence uninitialized variable warning drivers/firmware/qemu_fw_cfg.c | 2 +- drivers/virtio/virtio_ring.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)