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
_______________________________________________
Lguest mailing list
[email protected]
https://ozlabs.org/mailman/listinfo/lguest

Reply via email to