Thats ok. I see these eventfd interfaces as somewhat orthogonal to
PCI. I.e. if both lguest and kvm have an eventfd mechnism for signaling
in both directions (e.g. interrupts and io), it would make it easier to
support the kind of thing I am striving for with a unified backend.=20
That is: one in-kernel virtio-net that works in both (or even many) HV
environments. I see that as a higher layer abstraction than PCI, per se.=
ame
Ah, sorry. Well, if its in any kind of shape to see the light of day,
please forward it over. Perhaps Michael and I can craft it into a
working solution.
vm
ut=20
Ah, ok. Thats workable, too. (This kind of detail would be buried in
the "lguest connector" for vbus anyway, so it doesn't have to have a
uniform "eventfd_signal()" interface to work. The fd concept alone is
sufficiently flexible).
Thanks Rusty,
-Greg