search for: arch_dom0_op

Displaying 1 result from an estimated 1 matches for "arch_dom0_op".

Did you mean: arch_dom0_ops
2005 Jun 17
0
RE: [Patch 1/2] Re-org dom0_ops.h to allow arch specificdefinition
...rgument for renaming the arch-specific dom0 ops to >put X86 or IA64 in the name, but I don''t think there''s any real >confusion. Perhaps we should split out arch definitions from dom0_ops.h? That''s one way. Then union "dom0_op_t" may have a new field named arch_dom0_op_t, which is defined in separate arch_dom0_ops.h. Furthermore, include/public will have sub-directory then. If people all agree on this direction, other files with similar requirement, like arch_ia64.h, arch_x86_32.h, ..., may also be split like this way, to export a uniform interface to management...