On Fri, Oct 30, 2015 at 12:50 PM, Vladimir 'φ-coder/phcoder' Serbinenko phcoder@gmail.com wrote:
But how to deal with xen_initrd ? Could you help me ?
Just another alias to module. Possibly you might want to add a code to xen_initrd tto check that xen_linux was already run
I think we need to be careful here. We need to think about future extenstions (in particular to other architectures) and options handling. E.g. initrd never accepted any option and we cannot really add one probably now; but xen_initrd did IIRC (or may be I was mistaken with xen_module). What I mean, we should allow additional options from the very beginning, not just making it exact alias.