Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 516717 Details for
Bug 724814
qemu -device ? fails, breaks libvirt capabilities reporting (and thus virt-manager vm creation)
Home
New
Search
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.rh90 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]
Fix default accelerator for non-KVM builds
qemu-kvm-default-accelerator.patch (text/plain), 400 bytes, created by
Daniel Berrangé
on 2011-08-04 14:06:43 UTC
(
hide
)
Description:
Fix default accelerator for non-KVM builds
Filename:
MIME Type:
Creator:
Daniel Berrangé
Created:
2011-08-04 14:06:43 UTC
Size:
400 bytes
patch
obsolete
>diff --git a/vl.c b/vl.c >index 7ae549e..28fd2f3 100644 >--- a/vl.c >+++ b/vl.c >@@ -1953,8 +1953,13 @@ static int configure_accelerator(void) > } > > if (p == NULL) { >+#ifdef CONFIG_KVM > /* Use the default "accelerator", kvm */ > p = "kvm"; >+#else >+ /* Use the default "accelerator", tcg */ >+ p = "tcg"; >+#endif > } > > while (!accel_initalised && *p != '\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 724814
: 516717