[Lguest] [PATCH] lguest: Change over to using KVM hypercalls mechanism

Matias Zabaljauregui zabaljauregui at gmail.com
Thu Oct 23 09:13:02 EST 2008


right... please ignore this:

> But, (if I got it right)  I'd like to note that even if we use
> rewriting, KVM places the hypercall arguments in a different order
> than lguest does, so I guess we still need to update other guests code
> so they get the arguments properly.
>
> Ron, for Linux I think I just had to move struct lhcall_args members like this
>
> -       unsigned long arg0, arg2, arg3, arg1;
> +       unsigned long arg0, arg1, arg2, arg3;

my brain has been "tickled by the Guest code, numbed by the Launcher
code and stretched by the Host code"   :)

I guess I was trying to say that we need to update hcall() function in
other guests



More information about the Lguest mailing list