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 151146 Details for
Bug 233644
does not allow creation of qemu/kvm guests
[?]
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]
quick fix
virt-mgr-kvm-create.patch (text/plain), 797 bytes, created by
Jeremy Katz
on 2007-03-28 18:49:22 UTC
(
hide
)
Description:
quick fix
Filename:
MIME Type:
Creator:
Jeremy Katz
Created:
2007-03-28 18:49:22 UTC
Size:
797 bytes
patch
obsolete
>diff -r 9b641d9bfa2b src/virtManager/create.py >--- a/src/virtManager/create.py Tue Mar 27 19:52:00 2007 -0400 >+++ b/src/virtManager/create.py Tue Mar 27 22:08:05 2007 -0400 >@@ -776,7 +776,7 @@ class vmmCreate(gobject.GObject): > > > elif page_num == PAGE_TYPE: >- if self.get_config_method() == VM_FULLY_VIRT and not virtinst.util.is_hvm_capable(): >+ if self.get_config_method() == VM_FULLY_VIRT and self.connection.get_type().startswith("Xen") and not virtinst.util.is_hvm_capable(): > self._validation_error_box(_("Hardware Support Required"), \ > _("Your hardware does not appear to support full virtualization. Only paravirtualized guests will be available on this hardware.")) > return False
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 233644
: 151146