Re: [patch 00/21] Xen-paravirt: Xen guest implementation for paravirt_ops interface
From: Jeremy Fitzhardinge <hidden>
Date: 2007-02-21 20:03:09
Also in:
lkml, xen-devel
From: Jeremy Fitzhardinge <hidden>
Date: 2007-02-21 20:03:09
Also in:
lkml, xen-devel
Christoph Lameter wrote:
And it seems that the hooks are not generic but bound to a particular hypervisor. Should the Xen specific stuff not be in the binary blob?
Xen has no "binary blob". It needs guests to cooperate with it by
making hypercalls; all that code is in the Xen implementation of the
paravirt_ops interface, which is just ordinary code which lives in the
kernel sources.
J