|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [1/3] Domgrps/SchedGrps Merge RFC: domgrps-vmm
On Feb 6, 2008, at 7:00 AM, Akio Takebe wrote: Ack diff -urN xen-unstable/xen/arch/x86/setup.c xen-unstable-domgrps/
xen/arch/x86/setup.c
--- xen-unstable/xen/arch/x86/setup.c 2008-01-29 12:44:24.000000000
-0500
+++ xen-unstable-domgrps/xen/arch/x86/setup.c 2008-01-29
12:53:23.000000000 -0500
You're right. There are in fact several places where the second (schedgrps) patch goes back and changes the first (domgrps), which is confusing. It got that way b/c merging with schedgrps identified areas where changes to domgrps where needed. I'll try to separate patches more cleanly in the future. diff -urN xen-unstable/xen/arch/x86/x86_64/entry.S xen-unstable-
domgrps/xen/arch/x86/x86_64/entry.S
--- xen-unstable/xen/arch/x86/x86_64/entry.S 2007-11-19
10:38:08.000000000 -0500
+++ xen-unstable-domgrps/xen/arch/x86/x86_64/entry.S 2007-11-19
18:43:06.000000000 -0500
It's actually not removing xsm_op. There's a redundant op declaration in the x86_64 hyercall table. A bit higher in the file (it's op 27 for x86_64), xsm_op is declared where it replaced acm_op. The latter declaration was unused, so I swapped it out for domgrpctl. This fix probably should've been submitted as a separate patch to avoid confusion. diff -urN xen-unstable/xen/include/xen/compile.h xen-unstable- domgrps/xen/include/xen/compile.h --- xen-unstable/xen/include/xen/compile.h 1969-12-31 19:00:00.000000000 -0500 +++ xen-unstable-domgrps/xen/include/xen/compile.h 2008-01-23 14:58:34.000000000 -0500Please don't inlcude this file. Thanks for catching my mistake, that file shouldn't be included. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |