Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 576766 Details for
Bug 807215
after host S4 the guest can not work normally
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch to fix the bug
0001-kvm-x86-Fix-wrong-relation-operator-in-TSC-code.patch (text/plain), 932 bytes, created by
Joerg Roedel
on 2012-04-11 12:56:28 UTC
(
hide
)
Description:
Patch to fix the bug
Filename:
MIME Type:
Creator:
Joerg Roedel
Created:
2012-04-11 12:56:28 UTC
Size:
932 bytes
patch
obsolete
>From d31351817d2f5ef4655c12dd959ddcf6eda705b0 Mon Sep 17 00:00:00 2001 >From: Joerg Roedel <joerg.roedel@amd.com> >Date: Wed, 11 Apr 2012 14:52:46 +0200 >Subject: [PATCH] kvm: x86: Fix wrong relation operator in TSC code > >Fix the relation operator to correctly calculate the max_tsc >value in arch/x86/kvm/x86.c. > >Signed-off-by: Joerg Roedel <joerg.roedel@amd.com> >--- > arch/x86/kvm/x86.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c >index 3328eaf..62e73f8 100644 >--- a/arch/x86/kvm/x86.c >+++ b/arch/x86/kvm/x86.c >@@ -6278,7 +6278,7 @@ int kvm_arch_hardware_enable(void *garbage) > list_for_each_entry(kvm, &vm_list, vm_list) > max_tsc = delta_cyc = 0; > kvm_for_each_vcpu(i, vcpu, kvm) { >- if (max_tsc > vcpu->arch.last_host_tsc) { >+ if (max_tsc < vcpu->arch.last_host_tsc) { > u64 tsc, g_tsc; > > max_tsc = vcpu->arch.last_host_tsc; >-- >1.7.5.4 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 807215
: 576766 |
577072