Chris Wright wrote: > * Jeremy Fitzhardinge (jeremy@xxxxxxxx) wrote: > >> I guess by "rest of the kernel" you mean other stuff in arch/i386. Yes, >> that's a concern, but maybe we can tease it apart in a sensible way. >> > > Yes, that's exactly what I'm saying. Same with above (the native stuff), since > we don't want a bunch of apic_read type of pv_ops (oh, wait... ;-) Of course, > dom0 will be another can of worms, but one at a time. > Yeah, well we're already talking about a two-level model to accomodate VMI, since it wants the mostly native SMP stuff except for the actual apic operations. Maybe hooking into genapic is the right way to mop up all the uses of send_IPI and its variants. But from a quick grep it doesn't look like they get called from too many places... Most of the callers seem to be in arch/i386/kernek/smp.c, so they should be pretty easy to isolate. J _______________________________________________ Virtualization mailing list Virtualization@xxxxxxxxxxxxxx https://lists.osdl.org/mailman/listinfo/virtualization