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 297756 Details for
Bug 436351
Running Xen hypervisor inside a fullyvirt guest, crashes the host
[?]
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.
Posted patch attached.
xen-fix-no-ticks.patch (text/x-patch), 689 bytes, created by
Bill Burns
on 2008-03-12 13:11:24 UTC
(
hide
)
Description:
Posted patch attached.
Filename:
MIME Type:
Creator:
Bill Burns
Created:
2008-03-12 13:11:24 UTC
Size:
689 bytes
patch
obsolete
># patch derived from Xen unstable: >#changeset: 15550:03551b644e35 >#user: Keir Fraser <keir.fraser@citrix.com> >#date: Wed Dec 12 14:41:39 2007 +0000 >#summary: [HVM] Don't count "missed ticks" on one-shot timers. ># Note that only the first part of the upstrem changeset, as the ># second part introduces another bug. ># >--- a/arch/x86/hvm/vpt.c.orig 2008-03-11 09:16:29.000000000 -0400 >+++ b/arch/x86/hvm/vpt.c 2008-03-11 15:10:42.000000000 -0400 >@@ -46,6 +46,9 @@ static void missed_ticks(struct periodic > { > s_time_t missed_ticks; > >+ if ( pt->one_shot ) >+ return; >+ > missed_ticks = NOW() - pt->scheduled; > if ( missed_ticks <= 0 ) > return;
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 Raw
Actions:
View
Attachments on
bug 436351
: 297756