Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 119452 Details for
Bug 157987
KVM user space (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
qemu-qemu-kvm.c-24.patch
qemu-qemu-kvm.c-24.patch (text/plain), 902 bytes, created by
Matthew Schultz
on 2007-05-16 16:56:04 UTC
(
hide
)
Description:
qemu-qemu-kvm.c-24.patch
Filename:
MIME Type:
Creator:
Matthew Schultz
Created:
2007-05-16 16:56:04 UTC
Size:
902 bytes
patch
obsolete
>--- qemu/qemu-kvm.c.orig 2007-05-09 15:46:28.296728664 -0500 >+++ qemu/qemu-kvm.c 2007-05-09 15:46:33.185007231 -0500 >@@ -1,6 +1,7 @@ > > #include "config.h" > #include "config-host.h" >+#include "stdlib.h" > > #ifdef USE_KVM > >@@ -923,4 +924,37 @@ > out: > return r; > } >+#ifdef CONFIG_KVM >+CCTable cc_table[CC_OP_NB]; >+int code_copy_enabled; >+ >+static int nop_flags(void) >+{ >+ return 0; >+} >+ >+int cpu_gen_code(CPUState *env, TranslationBlock *tb, >+ int max_code_size, int *gen_code_size_ptr) >+{ >+ return -1; >+} >+ >+int cpu_restore_state(TranslationBlock *tb, >+ CPUState *env, unsigned long searched_pc, >+ void *puc) >+{ >+ return -1; >+} >+ >+void optimize_flags_init(void) >+{ >+ int i; >+ >+ for (i = 0; i < CC_OP_NB; i++) { >+ cc_table[i].compute_c = nop_flags; >+ cc_table[i].compute_all = nop_flags; >+ } >+} >+ >+#endif > #endif
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 157987
:
108867
|
109180
|
109596
|
109612
|
109613
|
109614
|
109615
|
109929
|
110542
|
110544
|
111591
|
111593
|
111594
|
111721
|
111722
|
111725
|
111726
|
111727
|
111730
|
111731
|
111732
|
117585
|
117587
|
117589
|
117590
|
117592
|
117594
|
117595
|
117596
|
117597
|
119450
|
119452
|
119454
|
120155
|
120283
|
120488
|
121167
|
121170
|
121172
|
121174
|
121176
|
121177
|
121179
|
121181
|
121183
|
124934
|
124936
|
124937
|
124939
|
125905
|
125989
|
125991
|
125993
|
125994
|
125996
|
126072
|
130577
|
131298
|
132381
|
132382
|
132422
|
132486
|
132866
|
132899
|
133157
|
133510
|
133515
|
133859
|
137185
|
137723
|
137946
|
139324
|
139488
|
140913