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 157596 Details for
Bug 245284
can not use the monitor of Qemu-dm
[?]
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]
set the monitor flag to on
monitor.patch (text/plain), 554 bytes, created by
Saori Fukuta
on 2007-06-22 05:24:51 UTC
(
hide
)
Description:
set the monitor flag to on
Filename:
MIME Type:
Creator:
Saori Fukuta
Created:
2007-06-22 05:24:51 UTC
Size:
554 bytes
patch
obsolete
>Index: xml.c >=================================================================== >RCS file: /data/cvs/libvirt/src/xml.c,v >retrieving revision 1.77 >diff -u -p -r1.77 xml.c >--- xml.c 7 Jun 2007 13:50:18 -0000 1.77 >+++ xml.c 22 Jun 2007 02:58:31 -0000 >@@ -735,6 +735,11 @@ virDomainParseXMLOSDescHVM(virConnectPtr > } > } > >+ /* To use monitor for Xen3.1 or later */ >+ if (xendConfigVersion >= 4) { >+ virBufferAdd(buf, "(monitor 1)", 11); >+ } >+ > virBufferAdd(buf, "))", 2); > > return (0);
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 245284
: 157596