]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Merge remote-tracking branch 'kvm/linux-next'
authorStephen Rothwell <sfr@canb.auug.org.au>
Tue, 26 Mar 2013 03:10:11 +0000 (14:10 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 26 Mar 2013 03:10:11 +0000 (14:10 +1100)
Conflicts:
drivers/s390/kvm/virtio_ccw.c

1  2 
arch/arm/kvm/arm.c
arch/powerpc/kvm/book3s_pr.c
drivers/s390/kvm/virtio_ccw.c
include/linux/kvm_host.h
virt/kvm/kvm_main.c

Simple merge
Simple merge
index fb877b59ec57a472e74e314a7c8afb98c245b64a,42d507c4e06bdd2bd4cf8f50e81cee5c97f04ea8..a0a91306cc2e002557cbb525c60469353b6fda64
@@@ -166,7 -167,8 +167,7 @@@ static void virtio_ccw_kvm_notify(struc
  
        vcdev = to_vc_device(info->vq->vdev);
        ccw_device_get_schid(vcdev->cdev, &schid);
-       do_kvm_notify(schid, vq->index);
 -      info->cookie = do_kvm_notify(schid, virtqueue_get_queue_index(vq),
 -                                   info->cookie);
++      info->cookie = do_kvm_notify(schid, vq->index, info->cookie);
  }
  
  static int virtio_ccw_read_vq_conf(struct virtio_ccw_device *vcdev,
Simple merge
Simple merge