Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1349299 > unrolled thread
| Started by | Paolo Bonzini <pbonzini@redhat.com> |
|---|---|
| First post | 2016-03-03 16:40 +0100 |
| Last post | 2016-03-03 16:40 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[GIT PULL] KVM changes for Linux 4.5-rc7 Paolo Bonzini <pbonzini@redhat.com> - 2016-03-03 16:40 +0100
| From | Paolo Bonzini <pbonzini@redhat.com> |
|---|---|
| Date | 2016-03-03 16:40 +0100 |
| Subject | [GIT PULL] KVM changes for Linux 4.5-rc7 |
| Message-ID | <r8Dw7-Di-45@gated-at.bofh.it> |
Linus,
The following changes since commit 0fb00d326ffc36844fac0bfefd8644585a86d4a6:
Merge tag 'kvm-arm-for-4.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-master (2016-02-25 09:53:55 +0100)
are available in the git repository at:
git://git.kernel.org/pub/scm/virt/kvm/kvm.git tags/for-linus
for you to fetch changes up to 2680d6da455b636dd006636780c0f235c6561d70:
kvm: x86: Update tsc multiplier on change. (2016-03-02 10:37:32 +0100)
----------------------------------------------------------------
* ARM/MIPS: Fixes for ioctls when copy_from_user returns nonzero
* x86: Small fix for Skylake TSC scaling
* x86: Improved fix for last week's missed hardware breakpoint bug
----------------------------------------------------------------
Michael S. Tsirkin (2):
arm/arm64: KVM: Fix ioctl error handling
mips/kvm: fix ioctl error handling
Owen Hofmann (1):
kvm: x86: Update tsc multiplier on change.
Paolo Bonzini (2):
KVM: x86: fix root cause for missed hardware breakpoints
Merge tag 'kvm-arm-for-4.5-rc7' of git://git.kernel.org/.../kvmarm/kvmarm into kvm-master
arch/arm/kvm/guest.c | 2 +-
arch/arm64/kvm/guest.c | 2 +-
arch/mips/kvm/mips.c | 4 ++--
arch/x86/kvm/vmx.c | 14 +++++++++-----
arch/x86/kvm/x86.c | 9 ++++-----
5 files changed, 17 insertions(+), 14 deletions(-)
Back to top | Article view | linux.kernel
csiph-web