]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
Merge tag 'kvm-s390-next-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorRadim Krčmář <rkrcmar@redhat.com>
Tue, 29 Nov 2016 13:25:58 +0000 (14:25 +0100)
committerRadim Krčmář <rkrcmar@redhat.com>
Tue, 29 Nov 2016 13:25:58 +0000 (14:25 +0100)
commitbf65014d0b89b4e315f216f1f65b0d3410efcdc0
tree8a3b5dac07e2e16b6ef8f7aed21861dd2ecfdeef
parent8370c3d08bd98576d97514eca29970e03767a5d1
parente1788bb995befed5831c99cee6527dfb080a46c0
Merge tag 'kvm-s390-next-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux

KVM: s390: Changes for 4.10 (via kvm/next)

Two small optimizations to not do register reloading in
vcpu_put/get, instead do it in the ioctl path. This reduces
the overhead for schedule-intense workload that does not
exit to QEMU. (e.g. KVM guest with eventfd/irqfd that
does a lot of context switching with vhost or iothreads).