mbox

[PULL] virtio/qemu: fixes for 4.6

Message ID 20160505160455-mutt-send-email-mst@redhat.com
State Not Applicable, archived
Delegated to: David Miller
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git tags/for_linus

Message

Michael S. Tsirkin May 5, 2016, 1:04 p.m. UTC
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 <mst@redhat.com>

----------------------------------------------------------------
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(-)