On Wed, 2007-03-07 at 12:11 -0800, Jeremy Fitzhardinge wrote:Dan Hecht wrote:Jeremy, I saw you sent out the Xen version earlier, thanks. Here'sSo the interrupt side of the clockevent comes through the virtual apic? Where does evt->handle_event get called?
ours for reference (please excuse any formating issues); it's also
lean. We'll send out a proper patch later after some more testing:
/* We use normal irq0 handler on cpu0. */
time_init_hook();
That's exactly the thing I ranted about before. We keep the historic
view of emulated hardware and just wrap it into enough glue code instead
of doing an abstract design, which just gets rid of those hardware
assumptions at all. That's the big advantage of paravirtualization, but
the current way on paravirt ops is just ignoring this.