So I implemented udelay and ndelay through a single paravirt_op, const_udelay, instead of having either two separate paravirt-ops for udelay or ndelay, or a redundant const_udelay paravirt_op. Anybody have any objection to reworking the patch this way?