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 302776 Details for
Bug 437358
F-10 pv_ops xen: Add ia32 emulation
[?]
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]
0003-Use-xen_ia32_syscall-if-CONFIG_XEN-is-enabled-FIX.patch
0003-Use-xen_ia32_syscall-if-CONFIG_XEN-is-enabled-FIX.patch (text/plain), 900 bytes, created by
Mark McLoughlin
on 2008-04-17 17:50:59 UTC
(
hide
)
Description:
0003-Use-xen_ia32_syscall-if-CONFIG_XEN-is-enabled-FIX.patch
Filename:
MIME Type:
Creator:
Mark McLoughlin
Created:
2008-04-17 17:50:59 UTC
Size:
900 bytes
patch
obsolete
>From ea766b9c501ffbb015753469739dde06e5939109 Mon Sep 17 00:00:00 2001 >From: Eduardo Habkost <ehabkost@redhat.com> >Date: Thu, 20 Mar 2008 18:46:27 -0300 >Subject: [PATCH] Use xen_ia32_syscall() if CONFIG_XEN is enabled (FIXME) > >This needs to be implemented at runtime, also. > >Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> >--- > arch/x86/kernel/traps_64.c | 4 ++++ > 1 files changed, 4 insertions(+), 0 deletions(-) > >diff --git a/arch/x86/kernel/traps_64.c b/arch/x86/kernel/traps_64.c >index 0454666..a2964e7 100644 >--- a/arch/x86/kernel/traps_64.c >+++ b/arch/x86/kernel/traps_64.c >@@ -1150,7 +1150,11 @@ void __init trap_init(void) > set_intr_gate(19,&simd_coprocessor_error); > > #ifdef CONFIG_IA32_EMULATION >+# ifdef CONFIG_XEN >+ set_system_gate(IA32_SYSCALL_VECTOR, xen_ia32_syscall); >+# else > set_system_gate(IA32_SYSCALL_VECTOR, ia32_syscall); >+# endif > #endif > > /* >-- >1.5.4.1 >
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 437358
:
302774
|
302775
| 302776 |
302777
|
302778